As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@

This commit is contained in:
purplerain 2024-05-26 03:08:12 +00:00
parent 83a0aaf92c
commit 9a3af55370
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
59377 changed files with 98673 additions and 4712155 deletions

View file

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

View file

@ -1,14 +1,20 @@
@pkgpath devel/py-sortedcontainers
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-${MODPY_EGG_VERSION}.dist-info/
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}.dist-info/LICENSE
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}.dist-info/METADATA
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}.dist-info/RECORD
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/sortedcontainers-${MODPY_EGG_VERSION}.dist-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}${MODPY_PYOEXTENSION}
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}${MODPY_PYOEXTENSION}
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}${MODPY_PYOEXTENSION}
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}${MODPY_PYOEXTENSION}
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