Skip to content

Commit

Permalink
textproc/py-regex: Updat 2020.7.14 -> 2022.9.13; Add tests; Correct WWW
Browse files Browse the repository at this point in the history
PR:		266822
Approved by:	fax@nohik.ee (maintainer)
  • Loading branch information
yurivict committed Oct 4, 2022
1 parent 089cd58 commit f087fd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions textproc/py-regex/Makefile
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-regex/distinfo
@@ -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

0 comments on commit f087fd4

Please sign in to comment.