Port details |
- py-gelidum Freeze your python objects
- 0.7.1 devel
=2 0.7.1Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2022-12-25 01:24:07
- Last Update: 2024-10-29 14:38:52
- Commit Hash: c7b74d2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/diegojromerolopez/gelidum
- Description:
- gelidum is inspired by the method freeze found in other languages like
Javascript. gelidum tries to make immutable objects to make it easier
avoiding accidental modifications in your code.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gelidum>0:devel/py-gelidum@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-gelidum/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-gelidum
- pkg install py311-gelidum
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-gelidum listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-gelidum
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729994426
SHA256 (gelidum-0.7.1.tar.gz) = 0853e0b7802626b1cf8f3ff8e1d08ee65c9925f4a62d089684f55c9ff1d2b75e
SIZE (gelidum-0.7.1.tar.gz) = 32294
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- science/py-xbout
- for Run
-
- science/py-xbout
Configuration Options:
- No options to configure
- Options name:
- devel_py-gelidum
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.1 29 Oct 2024 14:38:52
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gelidum: Update to 0.7.1
Changes: https://github.com/diegojromerolopez/gelidum/blob/main/CHANGELOG.md |
0.7.0_1 06 Jul 2024 16:11:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gelidum: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.7.0 11 Oct 2023 12:58:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gelidum: Update to 0.7.0
Changes: https://github.com/diegojromerolopez/gelidum/blob/main/CHANGELOG.md |
0.6.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.6.0 05 Apr 2023 17:31:48
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gelidum: Update to 0.6.0
- Sort USE_PYTHON
Changes: https://github.com/diegojromerolopez/gelidum/blob/main/CHANGELOG.md |
0.5.8 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.5.8 25 Dec 2022 01:22:55
    |
Yuri Victorovich (yuri)  |
devel/py-gelidum: New port: Freeze your python object |
Number of commits found: 7
|