Port details on branch 2023Q3 |
- py-frozenlist List-like structure which implements collections.abc.MutableSequence
- 1.7.0 devel
=4 1.7.0Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2021-12-19 21:51:07
- Last Update: 2025-06-26 11:30:13
- Commit Hash: b338821
- People watching this port, also watch:: indexinfo, xmlstarlet, autoconf, libevent, xorg-fonts-truetype
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/aio-libs/frozenlist
- Description:
- The list is mutable until FrozenList.freeze() is called, after which
list modifications raise RuntimeError. A FrozenList instance is
hashable, but only when frozen. Attempts to hash a non-frozen instance
will result in a RuntimeError exception.
¦ ¦ ¦ ¦ 
- 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}frozenlist>0:devel/py-frozenlist@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-frozenlist/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-frozenlist
- pkg install py311-frozenlist
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-frozenlist listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-frozenlist
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1750188266
SHA256 (frozenlist-1.7.0.tar.gz) = 2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f
SIZE (frozenlist-1.7.0.tar.gz) = 45078
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-expandvars>=0 : devel/py-expandvars@py311
- py311-setuptools>=47 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- py311-cython3>=3.1.2 : lang/cython3@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- devel/py-aiosignal
- www/py-aiohttp
Configuration Options:
- No options to configure
- Options name:
- devel_py-frozenlist
- USES:
- gettext-runtime python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|