ports/textproc/py-regex/Makefile
Guido Falsi a2db153f22 textproc/py-regex: Update to 2023.10.3
PR:		275395
Approved by:	Eero Hänninen <fax@nohik.ee> (maintainer)
2023-11-28 15:44:27 +01:00

21 lines
581 B
Makefile

PORTNAME= regex
DISTVERSION= 2023.10.3
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fax@nohik.ee
COMMENT= Alternative regular expression module, to replace re
WWW= https://github.com/mrabarnett/mrab-regex
LICENSE= PSFL
USES= python
USE_PYTHON= autoplist distutils pytest # 1 test fails, see https://github.com/mrabarnett/mrab-regex/issues/482
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/regex/_regex*.so
.include <bsd.port.mk>