Port details |
- py-pkginfo Query metadatdata from sdists / bdists / installed packages
- 1.10.0 sysutils =3 1.9.6Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-10-02 17:50:06
- Last Update: 2024-09-15 20:09:52
- Commit Hash: 1d0d1e2
- People watching this port, also watch:: autoconf, libXdamage, p5-MIME-Tools, py39-beautifulsoup, mDNSResponder
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/pkginfo/
- Description:
- 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).
- ¦ ¦ ¦ ¦
- 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}pkginfo>0:sysutils/py-pkginfo@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-pkginfo/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-pkginfo
- pkg install py311-pkginfo
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-pkginfo listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pkginfo
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1726081043
SHA256 (pkginfo-1.10.0.tar.gz) = 5df73835398d10db79f8eecd5cd86b1f6d29317589ea70796994d49399af6297
SIZE (pkginfo-1.10.0.tar.gz) = 378457
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-setuptools>=40.8.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- devel/py-poetry
- devel/py-twine
- sysutils/py-azure-cli-core
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- sysutils_py-pkginfo
- 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 |
1.10.0 15 Sep 2024 20:09:52 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-pkginfo: Update to 1.10.0
- Convert to USE_PYTHON=pep517
Changes: https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt |
1.9.6 15 Sep 2024 07:18:37 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-pkginfo: Take maintainership |
1.9.6 14 Sep 2024 22:42:20 |
Guangyuan Yang (ygy) |
sysutils/py-pkginfo: drop maintainership |
1.9.6 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> |
1.9.6 05 Jun 2023 18:49:13 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-pkginfo: Update to 1.9.6
Changes: https://bazaar.launchpad.net/~tseaver/pkginfo/trunk/view/head:/CHANGES.txt
Approved by: ygy (maintainer) |
1.8.3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.8.3 01 Nov 2022 05:49:29 |
Guangyuan Yang (ygy) |
sysutils/py-pkginfo: Update to 1.8.3 |
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) |
1.8.2 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 ) |
1.8.2 02 Dec 2021 22:09:22 |
Guangyuan Yang (ygy) |
sysutils/py-pkginfo: Update to 1.8.2 |
1.8.1 20 Nov 2021 21:50:56 |
Guangyuan Yang (ygy) |
sysutils/py-pkginfo: Update to 1.8.1 |
1.8.0 19 Nov 2021 06:26:00 |
Guangyuan Yang (ygy) |
sysutils/py-pkginfo: Update to 1.8.0 |
1.7.1 12 Jul 2021 04:19:24 |
Guangyuan Yang (ygy) |
sysutils/py-pkginfo: Update to 1.7.1
Approved by: lwhsu (mentor, implicit) |
1.7.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.0 18 Jan 2021 04:01:51 |
ygy |
sysutils/py-pkginfo: Update to 1.7.0
Approved by: lwhsu |
1.6.1 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
1.6.1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.6.1 19 Dec 2020 03:53:50 |
ygy |
sysutils/py-pkginfo: Update to 1.6.1
PR: 251339
Approved by: lwhsu |
1.5.0.1 18 Dec 2020 18:36:32 |
ygy |
Reset and take che bein.link's maintainership
PR: 251933
Discussed with: rene
Approved by: mikael |
1.5.0.1 11 May 2020 23:51:58 |
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 ) |
1.5.0.1 25 Aug 2019 23:16:33 |
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 |
1.4.2_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.4.2 19 May 2018 19:30:42 |
miwi |
- Update to 1.4.2
PR: 227838
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
1.4.1 25 Apr 2018 16:42:38 |
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 |
1.4.1 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.4.1 30 Nov 2017 15:50:34 |
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 ) |
1.4.1 10 Nov 2017 15:43:15 |
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) |
1.2.1 27 May 2017 19:30:39 |
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) |
1.2.1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.2.1 02 Oct 2015 17:49:57 |
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> |