Port details |
- py-sortedcontainers Python Sorted Container Types: SortedList, SortedDict, and SortedSet
- 2.3.0 devel
=2 2.3.0Version of this port present on the latest quarterly branch. - Maintainer: antoine@FreeBSD.org
 - Port Added: 2015-03-27 13:12:40
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: inkscape, net-snmp, py38-psycopg2, liberation-fonts-ttf, python27
- Also Listed In: python
- License: APACHE20
- Description:
- SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
WWW: http://www.grantjenks.com/docs/sortedcontainers/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-sortedcontainers/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-sortedcontainers
- pkg install py38-sortedcontainers
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 py38-sortedcontainers listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-sortedcontainers
- Package flavors (<flavor>: <package>)
- py38: py38-sortedcontainers
- distinfo:
- TIMESTAMP = 1609163271
SHA256 (sortedcontainers-2.3.0.tar.gz) = 59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1
SIZE (sortedcontainers-2.3.0.tar.gz) = 30509
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- databases/py-fakeredis
- devel/py-cle
- devel/py-distributed
- devel/py-hatch
- devel/py-hypothesis
- devel/py-intervaltree
- devel/py-pytrie
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- devel_py-sortedcontainers
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.3.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
2.3.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
28 Dec 2020 13:55:18
2.3.0
|
antoine  |
Update to 2.3.0
PR: 252205 |
26 Jul 2020 11:08:49
2.2.2
|
antoine  |
Update to 2.2.2 |
24 Nov 2018 22:28:21
2.1.0
|
antoine  |
Update to 2.1.0 |
22 Sep 2018 08:43:29
2.0.5
|
antoine  |
Update to 2.0.5 |
24 Aug 2018 17:49:12
2.0.4
|
antoine  |
Update to 2.0.4 |
20 Jun 2018 17:05:44
1.5.10
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
27 Apr 2018 11:15:42
1.5.10
|
antoine  |
Update to 1.5.10 |
28 Dec 2017 19:29:23
1.5.9
|
antoine  |
Update to 1.5.9 |
30 Nov 2017 15:50:34
1.5.7 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
07 Jan 2017 16:35:28
1.5.7
|
antoine  |
- Update to 1.5.7
- Use the test framework |
23 Oct 2016 08:40:50
1.5.4
|
antoine  |
Update to 1.5.4 |
17 Jun 2016 19:41:55
1.5.3
|
antoine  |
Update to 1.5.3 |
04 Jun 2016 09:51:51
1.5.2
|
antoine  |
Update to 1.5.2 |
21 Mar 2016 11:37:51
1.4.4
|
antoine  |
Update to 1.4.4 |
11 Oct 2015 09:01:32
0.9.6
|
antoine  |
Update to 0.9.6 |
27 Mar 2015 13:12:30
0.9.5
|
antoine  |
New port: devel/py-sortedcontainers
SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
WWW: http://www.grantjenks.com/docs/sortedcontainers/ |