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,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>

View file

@ -0,0 +1,2 @@
SHA256 (ordered-set-4.1.0.tar.gz) = aUqORMh2V8WSku3nKJHrkdNBMfZTFGOqswCRkcdzZKg=
SIZE (ordered-set-4.1.0.tar.gz) = 12826

View 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.

View 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