textproc/py-regex: Update 2024.7.24 => 2024.11.6
Changelog: https://github.com/mrabarnett/mrab-regex/blob/2024.11.6/changelog.txt - Update to latest PyPi version. - Move to pep517. PR: 286621
This commit is contained in:
committed by
Vladimir Druzenko
parent
14661acc44
commit
ad8de26b42
@@ -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}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user