Port details |
- py-wcmatch Wildcard/glob file name matcher
- 10.0 textproc =2 8.5.2Version of this port present on the latest quarterly branch.
- Maintainer: matthew@FreeBSD.org
- Port Added: 2021-02-27 12:28:59
- Last Update: 2024-09-27 23:08:17
- Commit Hash: 14f951a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/wcmatch/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}wcmatch>0:textproc/py-wcmatch@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-wcmatch/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-wcmatch
- pkg install py311-wcmatch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-wcmatch listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-wcmatch
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727468313
SHA256 (wcmatch-10.0.tar.gz) = e72f0de09bba6a04e0de70937b0cf06e55f36f37b3deb422dfaf854b867b840a
SIZE (wcmatch-10.0.tar.gz) = 115578
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=0.21.1 : devel/py-hatchling@py311
- py311-pip>=22.2 : devel/py-pip@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-coverage>0 : devel/py-coverage@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-bracex>=2.1.1 : textproc/py-bracex@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- sysutils/py-ansible-lint
Configuration Options:
- No options to configure
- Options name:
- textproc_py-wcmatch
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.0 27 Sep 2024 23:08:17 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 10.0
Changes: https://github.com/facelessuser/wcmatch/releases/tag/10.0
Reported by: repology,portscout |
9.0 03 Aug 2024 10:26:04 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 9.0
Changes: https://github.com/facelessuser/wcmatch/releases/tag/9.0
Reported by: repology |
8.5.2 16 May 2024 11:25:22 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 8.5.2
Changes: https://github.com/facelessuser/wcmatch/releases/tag/8.5.2
Reported by: portscout, repology |
8.5.1 24 Feb 2024 12:19:26 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 8.5.1
Changes: https://github.com/facelessuser/wcmatch/releases/tag/8.5.1
Reported by: repology |
8.5 31 Aug 2023 18:50:41 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 8.5
Changes: https://github.com/facelessuser/wcmatch/releases/tag/8.5
Reported by: repology |
8.4.1_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
8.4.1_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
8.4.1 27 Mar 2023 16:02:35 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: Remove flavors from USE_PYTHON
pep517 implies flavors already.
Reported by: sunpoet |
8.4.1 27 Mar 2023 14:02:57 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: Add USE_PYTHON= autoplist
Whoops... |
8.4.1 27 Mar 2023 13:23:03 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: Switch to USE_PYTHON= pep517 pytest
Use the system provided mechanisms for pep517 and pytest rather than
rolling our own.
Ignore widows specific tests.
Only changes to the build system with no functional effect on the built
package, so no version bump. |
8.4.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
8.4.1 12 Dec 2022 14:10:19 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 8.4.1
The upstream package nolonger uses python setuptools, instead building
a wheel using hatchling. There is no build target to install the
python module directly -- the generated wheel has to be processed by
pip. Indeed, with the PEP-517 support in recent versions of pip, the
whole package can be built and installed in one commandline using pip.
There are two approaches here:
* maintain our own setup.py etc. to recreate the setuptools support
from older versions -- an approach taken in
textproc/py-pymdown-extensions, which is another package by the
same upstream author with similar tooling.
(Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.3_1 10 Jan 2022 19:23:55 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: bracex should be a RUN_DEPENDS
instead of the BUILD_DEPENDS I originally had it as.
PR: 261077
Reported by: bas at area536.com |
8.3 06 Nov 2021 12:56:11 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 8.3
ChangeLog: https://github.com/facelessuser/wcmatch/releases/tag/8.3 |
8.2 17 Aug 2021 07:20:18 |
Matthew Seaman (matthew) |
textproc/py-wcmatch: update to 8.2
ChangeLog: https://github.com/facelessuser/wcmatch/releases |
8.1.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.1.2 17 Mar 2021 08:03:09 |
matthew |
Update to 8.1.2
ChangeLog: https://github.com/facelessuser/wcmatch/releases/tag/8.1.2 |
8.1.1 27 Feb 2021 12:28:21 |
matthew |
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.
WWW: https://pypi.org/project/wcmatch/ |