head 1.10; access; symbols pkgsrc-2023Q4:1.9.0.2 pkgsrc-2023Q4-base:1.9 pkgsrc-2023Q3:1.8.0.2 pkgsrc-2023Q3-base:1.8 pkgsrc-2023Q2:1.7.0.2 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.6.0.4 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.2 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.5.0.2 pkgsrc-2022Q3-base:1.5 pkgsrc-2022Q2:1.4.0.2 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.2.0.2 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.10 date 2024.02.21.08.55.39; author adam; state Exp; branches; next 1.9; commitid 6mktAJxhrof7mhZE; 1.9 date 2023.10.28.19.57.21; author wiz; state Exp; branches; next 1.8; commitid jP8MYROLWZ3yJqKE; 1.8 date 2023.09.02.07.22.19; author adam; state Exp; branches; next 1.7; commitid I3NMlCm5CCrPmaDE; 1.7 date 2023.06.06.12.42.33; author riastradh; state Exp; branches; next 1.6; commitid xhspr6Z8JLQOWSrE; 1.6 date 2022.09.27.08.21.08; author adam; state Exp; branches; next 1.5; commitid 7jSzVUz6SajCCtVD; 1.5 date 2022.09.04.19.01.29; author wiz; state Exp; branches; next 1.4; commitid 4TMYBEmwwwkbUzSD; 1.4 date 2022.06.01.10.58.39; author adam; state Exp; branches; next 1.3; commitid JL0kb9Ge9alJhkGD; 1.3 date 2022.01.04.20.55.08; author wiz; state Exp; branches; next 1.2; commitid CYyhdK9qtoffkmnD; 1.2 date 2021.11.03.09.39.22; author adam; state Exp; branches; next 1.1; commitid hESxZIFQQw66BkfD; 1.1 date 2021.05.28.04.25.14; author adam; state Exp; branches; next ; commitid dWpYIUR26JrdYRUC; desc @@ 1.10 log @py-wcmatch: updated to 8.5.1 8.5.1 FIX: Fix issue with type check failure in wcmatch.glob. @ text @# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:21 wiz Exp $ DISTNAME= wcmatch-8.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcmatch/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/facelessuser/wcmatch COMMENT= Wildcard/glob file name matcher LICENSE= mit TOOL_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/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2023/09/02 07:22:19 adam Exp $ d3 1 a3 1 DISTNAME= wcmatch-8.5 a4 1 PKGREVISION= 1 @ 1.8 log @py-wcmatch: updated to 8.5 8.5 - **NEW**: Formally support Python 3.11 (no change). - **NEW**: Add support for Python 3.12 (`pathlib` changes). - **NEW**: Drop Python 3.7 support. - **FIX**: Fix handling of current directory when magic and non-magic patterns are mixed in `glob` pattern list. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2023/06/06 12:42:33 riastradh Exp $ d5 1 @ 1.7 log @Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/09/27 08:21:08 adam Exp $ d3 1 a3 1 DISTNAME= wcmatch-8.4.1 @ 1.6 log @py-wcmatch: updated to 8.4.1 8.4.1 FIX: Windows drive path separators should normalize like other path separators. FIX: Fix a Windows pattern parsing issue that caused absolute paths with ambiguous drives to not parse correctly. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/09/04 19:01:29 wiz Exp $ d13 1 a13 1 BUILD_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.21.1:../../devel/py-hatchling @ 1.5 log @py-wcmatch: fix PLIST Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/06/01 10:58:39 adam Exp $ d3 1 a3 1 DISTNAME= wcmatch-8.4 a4 1 PKGREVISION= 1 @ 1.4 log @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. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/01/04 20:55:08 wiz Exp $ d5 1 @ 1.3 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/11/03 09:39:22 adam Exp $ d3 1 a3 1 DISTNAME= wcmatch-8.3 a4 1 PKGREVISION= 1 d13 1 d20 1 a20 1 .include "../../lang/python/egg.mk" @ 1.2 log @py-wcmatch: updated to 8.3 8.3 - **NEW**: Officially support Python 3.10. - **NEW**: Provide type hints for API. - **FIX**: Gracefully handle calls with an empty pattern list. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2021/05/28 04:25:14 adam Exp $ d5 1 @ 1.1 log @py-wcmatch: added version 8.2 Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash. In some ways these libraries are similar to Python's builtin libraries as they provide a similar interface to match, filter, and glob the file system. But they also include a number of features found in Bash's globbing such as backslash escaping, brace expansion, extended glob pattern groups, etc. They also add a number of new useful functions as well, such as globmatch which functions like fnmatch, but for paths. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= wcmatch-8.2 @