diff options
Diffstat (limited to '')
-rw-r--r-- | www/py-feedgen/Makefile | 4 | ||||
-rw-r--r-- | www/py-feedgenerator/Makefile | 9 | ||||
-rw-r--r-- | www/py-feedgenerator/distinfo | 6 |
3 files changed, 8 insertions, 11 deletions
diff --git a/www/py-feedgen/Makefile b/www/py-feedgen/Makefile index e055c6014d66..124c3c57cb9c 100644 --- a/www/py-feedgen/Makefile +++ b/www/py-feedgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= feedgen DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/license.bsd LICENSE_FILE_LGPL3+ = ${WRKSRC}/license.lgpl -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} USES= python diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index d0a8b4fb5c25..6155157a7e30 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -1,6 +1,5 @@ PORTNAME= feedgenerator -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +11,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 diff --git a/www/py-feedgenerator/distinfo b/www/py-feedgenerator/distinfo index 70ce22dc678a..f6cc51cede38 100644 --- a/www/py-feedgenerator/distinfo +++ b/www/py-feedgenerator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681843906 -SHA256 (feedgenerator-2.1.0.tar.gz) = f075f23f28fd227f097c36b212161c6cf012e1c6caaf7ff53d5d6bb02cd42b9d -SIZE (feedgenerator-2.1.0.tar.gz) = 20682 +TIMESTAMP = 1752566726 +SHA256 (feedgenerator-2.2.0.tar.gz) = 2976f6ccc5989a967202da343ea145c21aedabbe0035c7088d64ba0aa9725a60 +SIZE (feedgenerator-2.2.0.tar.gz) = 20309 |