pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-regex py-regex: updated to 2017.09.23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff031cb880b8
branches:  trunk
changeset: 370929:ff031cb880b8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 28 08:25:14 2017 +0000

description:
py-regex: updated to 2017.09.23

2017.09.23:
Bug fixes.

diffstat:

 textproc/py-regex/Makefile |  12 ++++++------
 textproc/py-regex/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r aa171c5a9fb6 -r ff031cb880b8 textproc/py-regex/Makefile
--- a/textproc/py-regex/Makefile        Sat Oct 28 08:10:52 2017 +0000
+++ b/textproc/py-regex/Makefile        Sat Oct 28 08:25:14 2017 +0000
@@ -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@localhost
@@ -13,12 +13,12 @@
 .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 -r aa171c5a9fb6 -r ff031cb880b8 textproc/py-regex/distinfo
--- a/textproc/py-regex/distinfo        Sat Oct 28 08:10:52 2017 +0000
+++ b/textproc/py-regex/distinfo        Sat Oct 28 08:25:14 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index