Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 Dec 2021 22:09:22 1.8.2
|
Guangyuan Yang (ygy)  |
sysutils/py-pkginfo: Update to 1.8.2 |
20 Nov 2021 21:50:56 1.8.1
|
Guangyuan Yang (ygy)  |
sysutils/py-pkginfo: Update to 1.8.1 |
19 Nov 2021 06:26:00 1.8.0
|
Guangyuan Yang (ygy)  |
sysutils/py-pkginfo: Update to 1.8.0 |
12 Jul 2021 04:19:24 1.7.1
|
Guangyuan Yang (ygy)  |
sysutils/py-pkginfo: Update to 1.7.1
Approved by: lwhsu (mentor, implicit) |
07 Apr 2021 08:09:01 1.7.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.7.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Jan 2021 04:01:51
1.7.0
|
ygy  |
sysutils/py-pkginfo: Update to 1.7.0
Approved by: lwhsu |
14 Jan 2021 14:34:38
1.6.1
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
28 Dec 2020 23:02:15
1.6.1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
19 Dec 2020 03:53:50
1.6.1
|
ygy  |
sysutils/py-pkginfo: Update to 1.6.1
PR: 251339
Approved by: lwhsu |
18 Dec 2020 18:36:32
1.5.0.1
|
ygy  |
Reset and take che bein.link's maintainership
PR: 251933
Discussed with: rene
Approved by: mikael |
11 May 2020 23:51:58
1.5.0.1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
25 Aug 2019 23:16:33
1.5.0.1
|
kai  |
sysutils/py-pkginfo: Update to 1.5.0.1
* Pet portlint by making the USES block separate while I'm here
Changelog since 1.4.2:
* Fix broken "sdist".
* Fix "console_scripts" entry point syntax.
* Add support for JSON output from the CLI.
* Add support for installed wheels. E.g., "dist-info/" dirs.
* Harden metadata extraction against unexpected encodings.
* Update tests to match pip/setuptools use of new metadata version.
* Add support for Python 3.6 and 3.7.
* Drop support for Python 3.3.
PR: 239784
Approved by: maintainer timeout (14 days)
MFH: 2019Q3 |
10 Apr 2019 06:18:32
1.4.2_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
19 May 2018 19:30:42
1.4.2
|
miwi  |
- Update to 1.4.2
PR: 227838
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
25 Apr 2018 16:42:38
1.4.1
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
08 Feb 2018 20:18:09
1.4.1
|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
30 Nov 2017 15:50:34
1.4.1 
|
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 ) |
10 Nov 2017 15:43:15
1.4.1
|
swills  |
sysutils/py-pkginfo: updating to version 1.4.1
PR: 223118
Submitted by: lbdm@privacychain.ch
Approved by: che@bein.link (maintainer timeout, >2 weeks) |
27 May 2017 19:30:39
1.2.1
|
sunpoet  |
Add py3-pkginfo 1.2.1
- While I'm here, add NO_ARCH
PR: 219540
Submitted by: Rudolf Siegel <rs.os@t-online.de>
Approved by: Maxim Filimonov <che@bein.link> (maintainer) |
19 May 2016 10:53:06
1.2.1
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
02 Oct 2015 17:49:57
1.2.1
|
pawel  |
This package provides an API for querying the distutils metadata written in
the PKG-INFO file inside a source distribution (an sdist) or a binary
distribution (e.g., created by running bdist_egg). It can also query the
EGG-INFO directory of an installed distribution, and the *.egg-info stored in
a "development checkout" (e.g, created by running setup.py develop).
WWW: http://pypi.python.org/pypi/pkginfo/
PR: 202604
Submitted by: Maxim Filimonov <che@bein.link> |