diff options
Diffstat (limited to 'textproc/py-regex')
-rw-r--r-- | textproc/py-regex/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-regex/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/py-regex/Makefile b/textproc/py-regex/Makefile index bbe09c3be375..93a0729b17cd 100644 --- a/textproc/py-regex/Makefile +++ b/textproc/py-regex/Makefile @@ -1,6 +1,5 @@ PORTNAME= regex -DISTVERSION= 2024.7.24 -PORTREVISION= 1 +DISTVERSION= 2024.11.6 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +10,11 @@ WWW= https://github.com/mrabarnett/mrab-regex LICENSE= PSFL +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils pytest # 1 test fails, see https://github.com/mrabarnett/mrab-regex/issues/482 +USE_PYTHON= autoplist pep517 pytest # 1 test fails, see https://github.com/mrabarnett/mrab-regex/issues/482 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} diff --git a/textproc/py-regex/distinfo b/textproc/py-regex/distinfo index 3d702de476a4..9ac7ca657d9c 100644 --- a/textproc/py-regex/distinfo +++ b/textproc/py-regex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723558090 -SHA256 (regex-2024.7.24.tar.gz) = 9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506 -SIZE (regex-2024.7.24.tar.gz) = 393485 +TIMESTAMP = 1746521205 +SHA256 (regex-2024.11.6.tar.gz) = 7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519 +SIZE (regex-2024.11.6.tar.gz) = 399494 |