./textproc/py-wcmatch, Wildcard/glob file name matcher

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.5.1, Package name: py311-wcmatch-8.5.1, Maintainer: pkgsrc-users

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.


Required to run:
[textproc/py-bracex] [lang/python310]

Required to build:
[devel/py-hatchling]

Master sites:

Filesize: 112.198 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-21 09:55:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-wcmatch: updated to 8.5.1

8.5.1

FIX: Fix issue with type check failure in wcmatch.glob.
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
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.
   2023-09-02 09:22:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
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
   2022-09-27 10:21:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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.
   2022-09-04 21:01:29 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-wcmatch: fix PLIST

Bump PKGREVISION.
   2022-06-01 12:58:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS