SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
devel/py-ordered-set/Makefile
Normal file
25
devel/py-ordered-set/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT= ordered sets in Python
|
||||
|
||||
MODPY_EGG_VERSION= 4.1.0
|
||||
DISTNAME= ordered-set-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-ordered-set-${MODPY_EGG_VERSION}
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Clemens Goessnitzer <clemens@goessnitzer.info>
|
||||
|
||||
HOMEPAGE= https://github.com/rspeer/ordered-set
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
MODPY_PYBUILD= flit_core
|
||||
MODPY_PI= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-ordered-set/distinfo
Normal file
2
devel/py-ordered-set/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (ordered-set-4.1.0.tar.gz) = aUqORMh2V8WSku3nKJHrkdNBMfZTFGOqswCRkcdzZKg=
|
||||
SIZE (ordered-set-4.1.0.tar.gz) = 12826
|
3
devel/py-ordered-set/pkg/DESCR
Normal file
3
devel/py-ordered-set/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
An OrderedSet is a mutable data structure that is a hybrid of a list and a set.
|
||||
It remembers the order of its entries, and every entry has an index number that
|
||||
can be looked up.
|
10
devel/py-ordered-set/pkg/PLIST
Normal file
10
devel/py-ordered-set/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/ordered_set/
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/ordered_set/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/ordered_set/py.typed
|
Loading…
Add table
Add a link
Reference in a new issue