summaryrefslogtreecommitdiff
path: root/textproc/py-regex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-regex/Makefile')
-rw-r--r--textproc/py-regex/Makefile8
1 files changed, 5 insertions, 3 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}