pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-regex



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct 28 08:25:14 UTC 2017

Modified Files:
        pkgsrc/textproc/py-regex: Makefile distinfo

Log Message:
py-regex: updated to 2017.09.23

2017.09.23:
Bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-regex/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-regex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-regex/Makefile
diff -u pkgsrc/textproc/py-regex/Makefile:1.2 pkgsrc/textproc/py-regex/Makefile:1.3
--- pkgsrc/textproc/py-regex/Makefile:1.2       Fri Sep 29 21:59:48 2017
+++ pkgsrc/textproc/py-regex/Makefile   Sat Oct 28 08:25:14 2017
@@ -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 @@ 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:

Index: pkgsrc/textproc/py-regex/distinfo
diff -u pkgsrc/textproc/py-regex/distinfo:1.1 pkgsrc/textproc/py-regex/distinfo:1.2
--- pkgsrc/textproc/py-regex/distinfo:1.1       Fri Sep 29 13:49:25 2017
+++ pkgsrc/textproc/py-regex/distinfo   Sat Oct 28 08:25:14 2017
@@ -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