Port details |
- py-jaraco.collections Python models and classes to supplement the stdlib ‘collections’
- 5.1.0 devel
=2 5.0.1Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2023-06-14 12:33:08
- Last Update: 2025-03-17 09:50:54
- Commit Hash: 1faa608
- 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/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 py311-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 py311-jaraco.collections listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-jaraco.collections
- Package flavors (<flavor>: <package>)
- py311: py311-jaraco.collections
- distinfo:
- TIMESTAMP = 1742037605
SHA256 (jaraco_collections-5.1.0.tar.gz) = 0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
SIZE (jaraco_collections-5.1.0.tar.gz) = 19026
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-jaraco.text>=3.11.1 : devel/py-jaraco.text@py311
- py311-setuptools-scm>=3.4.1 : devel/py-setuptools-scm@py311
- py311-setuptools>=61.2 : devel/py-setuptools@py311
- py311-wheel>=0.40.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:
-
- py311-jaraco.text>=3.11.1 : devel/py-jaraco.text@py311
- python3.11 : lang/python311
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.1.0 17 Mar 2025 09:50:54
    |
Nicola Vitale (nivit)  Author: Alastair Hogge |
devel/py-jaraco.collections: Update to 5.1.0
PR: 285435 |
5.0.1 13 Apr 2024 08:03:57
    |
Nicola Vitale (nivit)  |
devel/py-jaraco.collections: Upgrade to 5.0.1
Reported by: portscout |
5.0.0 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
5.0.0 09 Dec 2023 17:17:19
    |
Nicola Vitale (nivit)  |
devel/py-jaraco.collections: Update to 5.0.0
- Reformat Makefile with portfmt
Reported by: github-actions[bot] <notifications@github.com> |
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 |