diff options
Diffstat (limited to 'www/py-feedgenerator/Makefile')
-rw-r--r-- | www/py-feedgenerator/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index d0a8b4fb5c25..2e857b765638 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -1,8 +1,8 @@ PORTNAME= feedgenerator -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= www python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/getpelican/feedgenerator/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -12,12 +12,10 @@ WWW= https://github.com/getpelican/feedgenerator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 unittest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes |