Port details |
- py-glob2 Glob that captures patterns and supports recursive wildcards
- 0.7 devel
=0 0.7Version of this port present on the latest quarterly branch. - Maintainer: loader@FreeBSD.org
 - Port Added: 2013-10-26 18:50:13
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- Version of the glob module that can capture patterns
and supports recursive wildcards.
WWW: https://github.com/miracle2k/python-glob2/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}glob2>0:devel/py-glob2@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-glob2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-glob2
- pkg install py38-glob2
NOTE: This is a Python port. Instead of py38-glob2 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-glob2
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1580282903
SHA256 (glob2-0.7.tar.gz) = 85c3dbd07c8aa26d63d7aacee34fa86e9a91a3873bc30bf62ec46e531f92ab8c
SIZE (glob2-0.7.tar.gz) = 10697
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_py-glob2
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.7
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
30 Jan 2020 13:05:26
0.7
|
loader  |
devel/py-glob2: Update to 0.7
Changelog:
https://github.com/miracle2k/python-glob2/compare/0.6...v0.7
Reviewed by: koobs
Approved by: koobs (ports, mentor)
Differential Revision: https://reviews.freebsd.org/D23425 |
20 Jun 2018 17:05:44
0.6
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
23 Apr 2018 08:21:25
0.6
|
loader  |
devel/py-glob2: Update to 0.6
- Update PORTVERSION and distinfo checksum to 0.6
Reviewed by: koobs
Approved by: koobs (ports), mat
Differential Revision: https://reviews.freebsd.org/D15002 |
29 Dec 2017 09:01:54
0.5 
|
antoine  |
Simplify some USES=python
With hat: portmgr |
30 Nov 2017 15:50:34
0.5 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
21 Jun 2017 07:18:03
0.5
|
loader  |
devel/py-glob2: Update to 0.5
- Add NO_ARCH
- Add LICENSE_FILE
- Add regression test
- Allow concurrent installation (USE_PYTHON=concurrent)
Reviewed by: koobs
Approved by: koobs (ports)
Differential Revision: https://reviews.freebsd.org/D10652 |
02 Dec 2016 09:21:59
0.4.1_1
|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
09 Sep 2015 14:14:41
0.4.1_1
|
loader  |
- use my full name in the "Created by:" field, suggested by danfe.
- update my email address to loader@FreeBSD.org.
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D3612 |
22 Dec 2014 17:12:27
0.4.1_1
|
feld  |
Update "BSD" license in devel category |
20 Oct 2014 16:04:14
0.4.1_1
|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
19 Feb 2014 08:07:35
0.4.1_1
|
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
26 Oct 2013 18:50:03
0.4.1
|
wg  |
devel/py-glob2: Glob that captures patterns and supports recursive wildcards
Version of the glob module that can capture patterns
and supports recursive wildcards.
WWW: http://github.com/miracle2k/python-glob2/
PR: ports/181612
Submitted by: loader <loader freebsdmall.com> |