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:           Mon Jan  1 11:53:14 UTC 2024

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

Log Message:
py-regex: updated to 2023.12.25

2023.12.25
Bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/textproc/py-regex/Makefile \
    pkgsrc/textproc/py-regex/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-regex/PLIST

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.49 pkgsrc/textproc/py-regex/Makefile:1.50
--- pkgsrc/textproc/py-regex/Makefile:1.49      Wed Oct  4 08:19:10 2023
+++ pkgsrc/textproc/py-regex/Makefile   Mon Jan  1 11:53:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2023/10/04 08:19:10 adam Exp $
+# $NetBSD: Makefile,v 1.50 2024/01/01 11:53:14 adam Exp $
 
-DISTNAME=      regex-2023.10.3
+DISTNAME=      regex-2023.12.25
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/regex/}
@@ -10,11 +10,14 @@ HOMEPAGE=   https://github.com/mrabarnett/
 COMMENT=       Alternative regular expression module, to replace re
 LICENSE=       python-software-foundation
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # needs 'make install'
 do-test:
        ${PYTHONBIN} -m regex.test_regex
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-regex/distinfo
diff -u pkgsrc/textproc/py-regex/distinfo:1.49 pkgsrc/textproc/py-regex/distinfo:1.50
--- pkgsrc/textproc/py-regex/distinfo:1.49      Wed Oct  4 08:19:10 2023
+++ pkgsrc/textproc/py-regex/distinfo   Mon Jan  1 11:53:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2023/10/04 08:19:10 adam Exp $
+$NetBSD: distinfo,v 1.50 2024/01/01 11:53:14 adam Exp $
 
-BLAKE2s (regex-2023.10.3.tar.gz) = d0abe42eb0bd651184b57d19482245d7bc4f491841cfa1497c6dac9b615d0117
-SHA512 (regex-2023.10.3.tar.gz) = c300f5c8218697362a15ec9bcbef60e510743ab098d8f2fcf1c8e9e39c19f848c60ae85def93780a1696a7ed864a69e704e045e995cd5bafb26bfec117a16609
-Size (regex-2023.10.3.tar.gz) = 394659 bytes
+BLAKE2s (regex-2023.12.25.tar.gz) = 620cad50c2475d9a2e9bc144ac1a1da907bb1b1970cfa89dc45dd3e9a4630409
+SHA512 (regex-2023.12.25.tar.gz) = ecc5916633e2acb8d8a0c5ccfdc1c612f673546c42271d5627aa92a163fa6c8fd5a30ed734a02c23fa64807aaf2f883fa51175b7f482888631f699e77d1c0e15
+Size (regex-2023.12.25.tar.gz) = 394706 bytes

Index: pkgsrc/textproc/py-regex/PLIST
diff -u pkgsrc/textproc/py-regex/PLIST:1.5 pkgsrc/textproc/py-regex/PLIST:1.6
--- pkgsrc/textproc/py-regex/PLIST:1.5  Sat Mar 21 08:36:03 2020
+++ pkgsrc/textproc/py-regex/PLIST      Mon Jan  1 11:53:14 2024
@@ -1,8 +1,9 @@
-@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
+@comment $NetBSD: PLIST,v 1.6 2024/01/01 11:53:14 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/regex/__init__.py
 ${PYSITELIB}/regex/__init__.pyc
 ${PYSITELIB}/regex/__init__.pyo



Home | Main Index | Thread Index | Old Index