SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,27 @@
COMMENT = Python Sorted Container Types
MODPY_EGG_VERSION = 2.4.0
REVISION = 2
DISTNAME = sortedcontainers-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = http://www.grantjenks.com/docs/sortedcontainers/
# Apache v2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
# PyPI tarball doesn't currently include tests
# https://github.com/grantjenks/python-sortedcontainers/pull/130
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (sortedcontainers-2.4.0.tar.gz) = JcqloGzDC2uD0RQjQz9l0fnXbExqDJDjN56qQ7m/24g=
SIZE (sortedcontainers-2.4.0.tar.gz) = 30594

View file

@ -0,0 +1,2 @@
SortedContainers is an Apache2 licensed sorted collections library, written in
pure-Python, and fast as C-extensions.

View file

@ -0,0 +1,15 @@
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/sortedcontainers/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/${MODPY_PYCACHE}sorteddict.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/${MODPY_PYCACHE}sortedlist.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/${MODPY_PYCACHE}sortedset.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/sorteddict.py
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/sortedlist.py
lib/python${MODPY_VERSION}/site-packages/sortedcontainers/sortedset.py