SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
devel/py-sortedcontainers/Makefile
Normal file
27
devel/py-sortedcontainers/Makefile
Normal 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>
|
2
devel/py-sortedcontainers/distinfo
Normal file
2
devel/py-sortedcontainers/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (sortedcontainers-2.4.0.tar.gz) = JcqloGzDC2uD0RQjQz9l0fnXbExqDJDjN56qQ7m/24g=
|
||||
SIZE (sortedcontainers-2.4.0.tar.gz) = 30594
|
2
devel/py-sortedcontainers/pkg/DESCR
Normal file
2
devel/py-sortedcontainers/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
SortedContainers is an Apache2 licensed sorted collections library, written in
|
||||
pure-Python, and fast as C-extensions.
|
15
devel/py-sortedcontainers/pkg/PLIST
Normal file
15
devel/py-sortedcontainers/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue