Port details |
- py-jaraco.collections Python models and classes to supplement the stdlib âcollectionsâ
- 4.3.0 devel
=0 4.3.0Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2023-06-14 12:33:08
- Last Update: 2023-07-18 00:53:09
- Commit Hash: 9a80a6e
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/jaraco/jaraco.collections
- Description:
- Models and classes to supplement the stdlib 'collections' module.
Highlights include:
* RangeMap: A mapping that accepts a range of values for keys.
* Projection: A subset over an existing mapping.
* KeyTransformingDict: Generalized mapping with keys transformed by a
function.
* FoldedCaseKeyedDict: A dict whose string keys are case-insensitive.
* BijectiveMap: A map where keys map to values and values back to their keys.
* ItemsAsAttributes: A mapping mix-in exposing items as attributes.
* IdentityOverrideMap: A map whose keys map by default to themselves unless
overridden.
* FrozenDict: A hashable, immutable map.
* Enumeration: An object whose keys are enumerated.
* Everything: A container that contains all things.
* Least, Greatest: Objects that are always less than or greater than any
other.
* pop_all: Return all items from the mutable sequence and remove them from
that sequence.
* DictStack: A stack of dicts, great for sharing scopes.
* WeightedLookup: A specialized RangeMap for selecting an item by weights.
¦ ¦ ¦ ¦ 
- 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}jaraco.collections>0:devel/py-jaraco.collections@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-jaraco.collections/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-jaraco.collections
- pkg install py39-jaraco.collections
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 py39-jaraco.collections listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-jaraco.collections
- Package flavors (<flavor>: <package>)
- py39: py39-jaraco.collections
- distinfo:
- TIMESTAMP = 1688241323
SHA256 (jaraco.collections-4.3.0.tar.gz) = 74ffc23fccfee4de0a2ebf556a33675b6a3c003d6335947d3122a0bc8822c8e4
SIZE (jaraco.collections-4.3.0.tar.gz) = 17862
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:
-
- py39-jaraco.text>=3.11.1 : devel/py-jaraco.text@py39
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-setuptools_scm>=3.4.1 : devel/py-setuptools_scm@py39
- py39-wheel>=0.40.0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-jaraco.text>=3.11.1 : devel/py-jaraco.text@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- irc/py-irc
- www/py-cherrypy
Configuration Options:
- No options to configure
- Options name:
- devel_py-jaraco.collections
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.0 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
4.3.0 01 Jul 2023 20:03:45
    |
Nicola Vitale (nivit)  |
devel/py-jaraco.collections: Update to 4.3.0 |
4.2.0 14 Jun 2023 12:30:44
    |
Nicola Vitale (nivit)  |
devel/py-jaraco.collections: Add new port
Python models and classes to supplement the stdlib 'collections' module.
https://github.com/jaraco/jaraco.collections |
Number of commits found: 3
|