diff options
Diffstat (limited to 'sysutils/py-upt-pypi/Makefile')
-rw-r--r-- | sysutils/py-upt-pypi/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/py-upt-pypi/Makefile b/sysutils/py-upt-pypi/Makefile deleted file mode 100644 index ecbad3af551d..000000000000 --- a/sysutils/py-upt-pypi/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= upt-pypi -DISTVERSION= 0.5 -PORTREVISION= 1 -CATEGORIES= sysutils python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= tipecaml@gmail.com -COMMENT= PyPI frontend for upt -WWW= https://framagit.org/upt/upt-pypi - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired sysutils/py-upt -EXPIRATION_DATE=2025-06-01 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}upt>=0.9:sysutils/py-upt@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -do-test: - @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m unittest -v - -.include <bsd.port.mk> |