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 Mar 21 08:36:03 UTC 2020

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

Log Message:
py-regex: updated to 2020.2.20

2020.2.20:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-regex/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-regex/PLIST
cvs rdiff -u -r1.21 -r1.22 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.22 pkgsrc/textproc/py-regex/Makefile:1.23
--- pkgsrc/textproc/py-regex/Makefile:1.22      Thu Dec 12 13:17:48 2019
+++ pkgsrc/textproc/py-regex/Makefile   Sat Mar 21 08:36:03 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/12/12 13:17:48 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/21 08:36:03 adam Exp $
 
-DISTNAME=      regex-2019.12.9
+DISTNAME=      regex-2020.2.20
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/regex/}
@@ -10,10 +10,8 @@ HOMEPAGE=    https://bitbucket.org/mrabarne
 COMMENT=       Alternative regular expression module, to replace re
 LICENSE=       python-software-foundation
 
-EGG_NAME=      ${DISTNAME:S/.0/./g}
-
 do-test:
        ${PYTHONBIN} -m regex.test_regex
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-regex/PLIST
diff -u pkgsrc/textproc/py-regex/PLIST:1.4 pkgsrc/textproc/py-regex/PLIST:1.5
--- pkgsrc/textproc/py-regex/PLIST:1.4  Fri Nov 15 14:31:02 2019
+++ pkgsrc/textproc/py-regex/PLIST      Sat Mar 21 08:36:03 2020
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2019/11/15 14:31:02 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2020/03/21 08:36:03 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/regex/__init__.py
 ${PYSITELIB}/regex/__init__.pyc
 ${PYSITELIB}/regex/__init__.pyo

Index: pkgsrc/textproc/py-regex/distinfo
diff -u pkgsrc/textproc/py-regex/distinfo:1.21 pkgsrc/textproc/py-regex/distinfo:1.22
--- pkgsrc/textproc/py-regex/distinfo:1.21      Thu Dec 12 13:17:48 2019
+++ pkgsrc/textproc/py-regex/distinfo   Sat Mar 21 08:36:03 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2019/12/12 13:17:48 adam Exp $
+$NetBSD: distinfo,v 1.22 2020/03/21 08:36:03 adam Exp $
 
-SHA1 (regex-2019.12.9.tar.gz) = 8fe6288af8221d6c1fc9077d09e0b9265259882d
-RMD160 (regex-2019.12.9.tar.gz) = 10fa84720795d2574179bbf98476497af4b7b117
-SHA512 (regex-2019.12.9.tar.gz) = ea013f280710e4468d9ef43c602af385b4178fb2c484a1c35e5e06a8edc8f90056eb541872b889fca7a3c8efc90273299146411006324563221e4952182afb21
-Size (regex-2019.12.9.tar.gz) = 669359 bytes
+SHA1 (regex-2020.2.20.tar.gz) = a127346120a901ed5ab0b6e930db1e87f39ec78e
+RMD160 (regex-2020.2.20.tar.gz) = 92a9d7a3cb4c2bd3bf5f89c329d61c2f5fe97bba
+SHA512 (regex-2020.2.20.tar.gz) = 0a35b9512048bd36bcbf8a03905cc77f007d204f9ed9a0aaa3d5fcd72392bf37285c35ec0f04b1520e486b651028063c799ec265782c52ca4ecf7eeb0581727a
+Size (regex-2020.2.20.tar.gz) = 681215 bytes



Home | Main Index | Thread Index | Old Index