pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-wcmatch



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun  1 10:58:39 UTC 2022

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

Log Message:
py-wcmatch: updated to 8.4

8.4

NEW: Drop support for Python 3.6.
NEW: Switch to Hatch backend instead of Setuptools.
NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows exclusion patterns to be
specified directly without needing to enable NEGATE and prepend patterns with !. exclude accepts a separate
pattern or pattern list. exclude should not be used in conjunction with NEGATE. One or the other should be used.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-wcmatch/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-wcmatch/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-wcmatch/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-wcmatch/Makefile
diff -u pkgsrc/textproc/py-wcmatch/Makefile:1.3 pkgsrc/textproc/py-wcmatch/Makefile:1.4
--- pkgsrc/textproc/py-wcmatch/Makefile:1.3     Tue Jan  4 20:55:08 2022
+++ pkgsrc/textproc/py-wcmatch/Makefile Wed Jun  1 10:58:39 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/06/01 10:58:39 adam Exp $
 
-DISTNAME=      wcmatch-8.3
+DISTNAME=      wcmatch-8.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wcmatch/}
 
@@ -11,11 +10,12 @@ HOMEPAGE=   https://github.com/facelessuse
 COMMENT=       Wildcard/glob file name matcher
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling>=0.21.1:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-bracex>=2.1.1:../../textproc/py-bracex
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-wcmatch/PLIST
diff -u pkgsrc/textproc/py-wcmatch/PLIST:1.2 pkgsrc/textproc/py-wcmatch/PLIST:1.3
--- pkgsrc/textproc/py-wcmatch/PLIST:1.2        Wed Nov  3 09:39:22 2021
+++ pkgsrc/textproc/py-wcmatch/PLIST    Wed Jun  1 10:58:39 2022
@@ -1,37 +1,30 @@
-@comment $NetBSD: PLIST,v 1.2 2021/11/03 09:39:22 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2022/06/01 10:58:39 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE.md
 ${PYSITELIB}/wcmatch/__init__.py
 ${PYSITELIB}/wcmatch/__init__.pyc
-${PYSITELIB}/wcmatch/__init__.pyo
 ${PYSITELIB}/wcmatch/__meta__.py
 ${PYSITELIB}/wcmatch/__meta__.pyc
-${PYSITELIB}/wcmatch/__meta__.pyo
 ${PYSITELIB}/wcmatch/_wcmatch.py
 ${PYSITELIB}/wcmatch/_wcmatch.pyc
-${PYSITELIB}/wcmatch/_wcmatch.pyo
 ${PYSITELIB}/wcmatch/_wcparse.py
 ${PYSITELIB}/wcmatch/_wcparse.pyc
-${PYSITELIB}/wcmatch/_wcparse.pyo
 ${PYSITELIB}/wcmatch/fnmatch.py
 ${PYSITELIB}/wcmatch/fnmatch.pyc
-${PYSITELIB}/wcmatch/fnmatch.pyo
 ${PYSITELIB}/wcmatch/glob.py
 ${PYSITELIB}/wcmatch/glob.pyc
-${PYSITELIB}/wcmatch/glob.pyo
 ${PYSITELIB}/wcmatch/pathlib.py
 ${PYSITELIB}/wcmatch/pathlib.pyc
-${PYSITELIB}/wcmatch/pathlib.pyo
 ${PYSITELIB}/wcmatch/posix.py
 ${PYSITELIB}/wcmatch/posix.pyc
-${PYSITELIB}/wcmatch/posix.pyo
 ${PYSITELIB}/wcmatch/py.typed
 ${PYSITELIB}/wcmatch/util.py
 ${PYSITELIB}/wcmatch/util.pyc
-${PYSITELIB}/wcmatch/util.pyo
 ${PYSITELIB}/wcmatch/wcmatch.py
 ${PYSITELIB}/wcmatch/wcmatch.pyc
-${PYSITELIB}/wcmatch/wcmatch.pyo

Index: pkgsrc/textproc/py-wcmatch/distinfo
diff -u pkgsrc/textproc/py-wcmatch/distinfo:1.4 pkgsrc/textproc/py-wcmatch/distinfo:1.5
--- pkgsrc/textproc/py-wcmatch/distinfo:1.4     Wed Nov  3 09:39:22 2021
+++ pkgsrc/textproc/py-wcmatch/distinfo Wed Jun  1 10:58:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/11/03 09:39:22 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/06/01 10:58:39 adam Exp $
 
-BLAKE2s (wcmatch-8.3.tar.gz) = 66483c2747a0e1a5bd0b0e0585b1662d8aab1bc41fb39d308ec2604803f7ab6c
-SHA512 (wcmatch-8.3.tar.gz) = 26dd03ea28b0414b6f423a580bbe1fb79e5f13d56c45907a8b27d538f003e38f805ff7177d32738514d6a96eac5d3fc2b2aac16309f033a27ab4e16c2f706a70
-Size (wcmatch-8.3.tar.gz) = 118523 bytes
+BLAKE2s (wcmatch-8.4.tar.gz) = 269f50f827377d40194069c3b183ef25835af998c29d2a2b14f0af78ba062013
+SHA512 (wcmatch-8.4.tar.gz) = 59d85723a104ac74f03a7c2fee505a82c23b55d5f2fd4b6a53dc1bff9a558e879dec2756023ad347aa2fe46edb9a10166fa5752fc33d8668d37ec04aabdf9338
+Size (wcmatch-8.4.tar.gz) = 115994 bytes



Home | Main Index | Thread Index | Old Index