mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
textproc/py-regex: Updat 2020.7.14 -> 2022.9.13; Add tests; Correct WWW
PR: 266822 Approved by: fax@nohik.ee (maintainer)
This commit is contained in:
parent
089cd58ec8
commit
f087fd40ea
2 changed files with 8 additions and 6 deletions
|
@ -1,17 +1,19 @@
|
|||
PORTNAME= regex
|
||||
PORTVERSION= 2020.7.14
|
||||
DISTVERSION= 2022.9.13
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= fax@nohik.ee
|
||||
COMMENT= Alternative regular expression module, to replace re
|
||||
WWW= https://pypi.org/project/regex/
|
||||
WWW= https://github.com/mrabarnett/mrab-regex
|
||||
|
||||
LICENSE= PSFL
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1598376127
|
||||
SHA256 (regex-2020.7.14.tar.gz) = 3a3af27a8d23143c49a3420efe5b3f8cf1a48c6fc8bc6856b03f638abc1833bb
|
||||
SIZE (regex-2020.7.14.tar.gz) = 690069
|
||||
TIMESTAMP = 1664908066
|
||||
SHA256 (regex-2022.9.13.tar.gz) = f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd
|
||||
SIZE (regex-2022.9.13.tar.gz) = 391531
|
||||
|
|
Loading…
Add table
Reference in a new issue