sortedcontainers: sorted collections library¶
Description¶
Sorted collections library, written in pure-Python
License¶
Apache2
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
2.4.0
version_requirements.txt:
sortedcontainers
Equivalent System Packages¶
$ apk add py3-sortedcontainers
$ sudo pacman -S python-sortedcontainers
$ sudo apt-get install sortedcontainers
$ sudo dnf install python-sortedcontainers
$ sudo pkg install devel/py-sortedcontainers
$ sudo emerge dev-python/sortedcontainers
install the following packages: devel/py-sortedcontainers
$ sudo zypper install python-sortedcontainers
$ sudo xbps-install python3-sortedcontainers
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.