pkgsrc-WIP-changes archive

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

Bring package up to date (there is no CHANGELOG or anything).



Module Name:	pkgsrc-wip
Committed By:	Hauke Fath <hauke%NetBSD.org@localhost>
Pushed By:	hauke
Date:		Tue Feb 14 12:38:17 2017 +0100
Changeset:	13cdb6caee15e10f5ab9e1fb8d43eae60219e605

Modified Files:
	py-regex/Makefile
	py-regex/PLIST
	py-regex/distinfo

Log Message:
Bring package up to date (there is no CHANGELOG or anything).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13cdb6caee15e10f5ab9e1fb8d43eae60219e605

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

diffstat:
 py-regex/Makefile | 9 +++++----
 py-regex/PLIST    | 4 ++++
 py-regex/distinfo | 7 ++++---
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-regex/Makefile b/py-regex/Makefile
index 2630fb9398..62fa9ea7c9 100644
--- a/py-regex/Makefile
+++ b/py-regex/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	regex-2015.10.01
-PKGNAME=	${PYPKGPREFIX}-regex-20151001
+DISTNAME=	regex-2017.02.08
+PKGNAME=	${PYPKGPREFIX}-regex-20170208
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/regex/}
 
@@ -10,12 +10,13 @@ HOMEPAGE=	https://bitbucket.org/mrabarnett/mrab-regex
 COMMENT=	Alternative regular expression module, to replace re
 LICENSE=	python-software-foundation
 
-WRKSRC=	${WRKDIR}/regex-2015.10.01
+WRKSRC=	${WRKDIR}/regex-2017.02.08
 
 PYDISTUTILSPKG=	yes
 
 do-test:
-	${RUN} cd ${WRKSRC}/Python2; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_regex.py
+	${RUN} cd ${WRKSRC}/Python2; \
+		${SETENV} ${TEST_ENV} ${PYTHONBIN} test_regex.py
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-regex/PLIST b/py-regex/PLIST
index 8e7fcb90e9..bb272b2d6e 100644
--- a/py-regex/PLIST
+++ b/py-regex/PLIST
@@ -3,6 +3,10 @@ ${PYSITELIB}/_regex.so
 ${PYSITELIB}/_regex_core.py
 ${PYSITELIB}/_regex_core.pyc
 ${PYSITELIB}/_regex_core.pyo
+${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/PKG-INFO
+${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/SOURCES.txt
+${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/dependency_links.txt
+${PYSITELIB}/regex-2017.2.8-py2.7.egg-info/top_level.txt
 ${PYSITELIB}/regex.py
 ${PYSITELIB}/regex.pyc
 ${PYSITELIB}/regex.pyo
diff --git a/py-regex/distinfo b/py-regex/distinfo
index 4d84bbd8b8..859dd623a0 100644
--- a/py-regex/distinfo
+++ b/py-regex/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.4 2015/06/14 22:52:11 jihbed Exp $
 
-SHA1 (regex-2015.10.01.tar.gz) = e18c36675854eb9ad98fe7393edd84f8051f5ca0
-RMD160 (regex-2015.10.01.tar.gz) = 829acea1b3cc4bd62684f6e6742553a8d617654d
-Size (regex-2015.10.01.tar.gz) = 564351 bytes
+SHA1 (regex-2017.02.08.tar.gz) = 01ac11015fd482288f928e8bd5d8ec7949d60124
+RMD160 (regex-2017.02.08.tar.gz) = 3aee9670a4554ae0b81fbc38edf744890ff6f4f3
+SHA512 (regex-2017.02.08.tar.gz) = 1a4062eb1d598fcd02043cc328bc4273846f2dfc64ec4e83c34edd73226fd2f05c7d192d299bdf84098c6a2b1fb5dcd1c97fa545fb65673a45b72cd82fdcaaef
+Size (regex-2017.02.08.tar.gz) = 600957 bytes


Home | Main Index | Thread Index | Old Index