notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
py-jaraco.collections Python models and classes to supplement the stdlib ‘collections’
4.3.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.3.0Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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):
py39-jaraco.collections
ABIlatestquarterly
FreeBSD:12:aarch64-4.3.0
FreeBSD:12:amd644.3.04.3.0
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3864.3.04.3.0
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch644.3.04.3.0
FreeBSD:13:amd644.3.04.3.0
FreeBSD:13:armv6-4.2.0
FreeBSD:13:armv74.3.04.3.0
FreeBSD:13:i3864.3.04.3.0
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-4.3.0
FreeBSD:13:riscv64--
FreeBSD:14:aarch644.3.04.3.0
FreeBSD:14:amd644.3.04.3.0
FreeBSD:14:armv6--
FreeBSD:14:armv74.3.04.3.0
FreeBSD:14:i3864.3.04.3.0
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc644.2.04.2.0
FreeBSD:14:riscv64--
FreeBSD:15:amd644.3.0-
FreeBSD:15:armv6--
FreeBSD:15:armv74.3.0-
FreeBSD:15:i3864.3.0-
FreeBSD:15:mips64--
FreeBSD:15:powerpc644.3.0-
FreeBSD:15:riscv64--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-jaraco.text>=3.11.1 : devel/py-jaraco.text@py39
  2. py39-setuptools>0 : devel/py-setuptools@py39
  3. py39-setuptools_scm>=3.4.1 : devel/py-setuptools_scm@py39
  4. py39-wheel>=0.40.0 : devel/py-wheel@py39
  5. python3.9 : lang/python39
  6. py39-build>=0 : devel/py-build@py39
  7. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-pytest>=7,1 : devel/py-pytest@py39
  2. python3.9 : lang/python39
Runtime dependencies:
  1. py39-jaraco.text>=3.11.1 : devel/py-jaraco.text@py39
  2. python3.9 : lang/python39
This port is required by:
for Run
  1. irc/py-irc
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/j/jaraco.collections/
  2. https://pypi.org/packages/source/j/jaraco.collections/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3.0
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 3b02be2145ae651695d3496780f8ee7ea218083ccommit hash: 3b02be2145ae651695d3496780f8ee7ea218083ccommit hash: 3b02be2145ae651695d3496780f8ee7ea218083ccommit hash: 3b02be2145ae651695d3496780f8ee7ea218083c files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
devel/py-jaraco.collections: Update to 4.3.0
4.2.0
14 Jun 2023 12:30:44
commit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3dcommit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3dcommit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3dcommit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3d files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
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