diff options
Diffstat (limited to 'devel/py-itypes/Makefile')
-rw-r--r-- | devel/py-itypes/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/py-itypes/Makefile b/devel/py-itypes/Makefile deleted file mode 100644 index bad514091d76..000000000000 --- a/devel/py-itypes/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= itypes -DISTVERSION= 1.2.0 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Simple immutable types for Python -WWW= https://github.com/PavanTatikonda/itypes - -LICENSE= BSD2CLAUSE - -DEPRECATED= Upstream archived repository and suggest using devel/py-pyrsistent instead -EXPIRATION_DATE=2025-06-30 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> |