SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
devel/py-toposort/Makefile
Normal file
25
devel/py-toposort/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT= implements a topological sort algorithm
|
||||
|
||||
MODPY_EGG_VERSION= 1.10
|
||||
DISTNAME= toposort-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://gitlab.com/ericvsmith/toposort
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= setuptools
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
do-test:
|
||||
PYTHONPATH=${WRKSRC}/src ${MODPY_BIN} ${WRKSRC}/test/test_toposort.py
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-toposort/distinfo
Normal file
2
devel/py-toposort/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (toposort-1.10.tar.gz) = v7tHnFPQppbqdAJgH05pPJewNng3yImLxkca38o3pr0=
|
||||
SIZE (toposort-1.10.tar.gz) = 11132
|
1
devel/py-toposort/pkg/DESCR
Normal file
1
devel/py-toposort/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Implements a topological sort algorithm.
|
10
devel/py-toposort/pkg/PLIST
Normal file
10
devel/py-toposort/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}toposort.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}toposort.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/toposort-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/toposort-${MODPY_EGG_VERSION}.dist-info/LICENSE.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/toposort-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/toposort-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/toposort-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/toposort-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/toposort.py
|
Loading…
Add table
Add a link
Reference in a new issue