summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-28 08:25:14 +0000
committeradam <adam@pkgsrc.org>2017-10-28 08:25:14 +0000
commitb8aa8756aca7ac1750ebb7db06dd56edf2b4605b (patch)
tree8c7a2e4ff252fbc4057d6653fa2dcd5a2207b774 /textproc
parent186a049b67681cae63f5d726adc548912b3f3a27 (diff)
downloadpkgsrc-b8aa8756aca7ac1750ebb7db06dd56edf2b4605b.tar.gz
py-regex: updated to 2017.09.23
2017.09.23: Bug fixes.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-regex/Makefile12
-rw-r--r--textproc/py-regex/distinfo10
2 files changed, 11 insertions, 11 deletions
diff --git a/textproc/py-regex/Makefile b/textproc/py-regex/Makefile
index a45f444d6c3..dd5edd63d06 100644
--- a/textproc/py-regex/Makefile
+++ b/textproc/py-regex/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/09/29 21:59:48 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/28 08:25:14 adam Exp $
-DISTNAME= regex-2017.07.28
+DISTNAME= regex-2017.09.23
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= textproc
+CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/regex/}
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -13,12 +13,12 @@ LICENSE= python-software-foundation
.include "../../lang/python/pyversion.mk"
.if !empty(_PYTHON_VERSION:M3*)
-TESTDIR=${WRKSRC}/Python3
+TESTDIR=${WRKSRC}/regex_3
.else
-TESTDIR=${WRKSRC}/Python2
+TESTDIR=${WRKSRC}/regex_2
.endif
-EGG_NAME= regex-2017.7.28
+EGG_NAME= ${DISTNAME:S/.0/./g}
# needs 'make install' first
do-test:
diff --git a/textproc/py-regex/distinfo b/textproc/py-regex/distinfo
index cad9e4419e6..f39b1f3a3bc 100644
--- a/textproc/py-regex/distinfo
+++ b/textproc/py-regex/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/29 13:49:25 joerg Exp $
+$NetBSD: distinfo,v 1.2 2017/10/28 08:25:14 adam Exp $
-SHA1 (regex-2017.07.28.tar.gz) = 733dd874fbe7d5dcfc8934425d650f754b9590d9
-RMD160 (regex-2017.07.28.tar.gz) = e648e968dbd4cd2322556427ea3c7407a1c1eddc
-SHA512 (regex-2017.07.28.tar.gz) = 9bddabc403abd1f249aa59122412c27963cd60f7287deb42b327fa1fc25e988464b304e9e56f03ec140d76b753ce68266bf7104d2a9570eb7cfc9f46bd504234
-Size (regex-2017.07.28.tar.gz) = 607577 bytes
+SHA1 (regex-2017.09.23.tar.gz) = e2ad9a8a115dbdde90d03565f0bd04c72793009e
+RMD160 (regex-2017.09.23.tar.gz) = 096d618772e16e4ead4fd74086aee6a0c2b915c1
+SHA512 (regex-2017.09.23.tar.gz) = 625bf039f5438c057cdd00dca9a8b6343df758345dbad85cf8524558aff8d629b1f617154bec438f1a7cbbfdeb79f72112088e54fa1df3870f4fcb5057f9999c
+Size (regex-2017.09.23.tar.gz) = 607533 bytes