diff options
author | pawel <pawel@FreeBSD.org> | 2015-10-03 01:49:56 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-10-03 01:49:56 +0800 |
commit | 8406e5051423342f54cfce179d673569ff95e5a3 (patch) | |
tree | 909637e86fe68e8ca2147175cb3d678ac3f9602e /sysutils/Makefile | |
parent | 112eb74f7362120629967e5b1f104b221db14d72 (diff) | |
download | freebsd-ports-gnome-8406e5051423342f54cfce179d673569ff95e5a3.tar.gz freebsd-ports-gnome-8406e5051423342f54cfce179d673569ff95e5a3.tar.zst freebsd-ports-gnome-8406e5051423342f54cfce179d673569ff95e5a3.zip |
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>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 79bf3e4a9f41..8e5af62fb008 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -774,6 +774,7 @@ SUBDIR += py-honcho SUBDIR += py-iowait SUBDIR += py-nagiosplugin + SUBDIR += py-pkginfo SUBDIR += py-ploy SUBDIR += py-ploy_ansible SUBDIR += py-ploy_ec2 |