diff options
Diffstat (limited to 'www/py-soupsieve')
-rw-r--r-- | www/py-soupsieve/Makefile | 14 | ||||
-rw-r--r-- | www/py-soupsieve/distinfo | 6 |
2 files changed, 8 insertions, 12 deletions
diff --git a/www/py-soupsieve/Makefile b/www/py-soupsieve/Makefile index 39227dae726a..3b5252113d70 100644 --- a/www/py-soupsieve/Makefile +++ b/www/py-soupsieve/Makefile @@ -1,6 +1,5 @@ PORTNAME= soupsieve -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.7 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +11,14 @@ WWW= https://github.com/facelessuser/soupsieve LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>4:www/py-beautifulsoup@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs - .include <bsd.port.mk> diff --git a/www/py-soupsieve/distinfo b/www/py-soupsieve/distinfo index 4bad341b9491..b99051796a68 100644 --- a/www/py-soupsieve/distinfo +++ b/www/py-soupsieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604520380 -SHA256 (soupsieve-2.0.1.tar.gz) = a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232 -SIZE (soupsieve-2.0.1.tar.gz) = 95986 +TIMESTAMP = 1751781495 +SHA256 (soupsieve-2.7.tar.gz) = ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a +SIZE (soupsieve-2.7.tar.gz) = 103418 |