diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-02 17:49:56 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-10-02 17:49:56 +0000 |
commit | f5d3fa849a0296f75ef3586d014c26fb44260129 (patch) | |
tree | 909637e86fe68e8ca2147175cb3d678ac3f9602e /sysutils/py-pkginfo | |
parent | a6faea92d96cbdc37554b5b259c9078fed3b9db9 (diff) |
Notes
Diffstat (limited to 'sysutils/py-pkginfo')
-rw-r--r-- | sysutils/py-pkginfo/Makefile | 17 | ||||
-rw-r--r-- | sysutils/py-pkginfo/distinfo | 2 | ||||
-rw-r--r-- | sysutils/py-pkginfo/pkg-descr | 7 |
3 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/py-pkginfo/Makefile b/sysutils/py-pkginfo/Makefile new file mode 100644 index 000000000000..b24d82834aa9 --- /dev/null +++ b/sysutils/py-pkginfo/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= pkginfo +PORTVERSION= 1.2.1 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= che@bein.link +COMMENT= Query metadatdata from sdists / bdists / installed packages + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/sysutils/py-pkginfo/distinfo b/sysutils/py-pkginfo/distinfo new file mode 100644 index 000000000000..baf567b438f5 --- /dev/null +++ b/sysutils/py-pkginfo/distinfo @@ -0,0 +1,2 @@ +SHA256 (pkginfo-1.2.1.tar.gz) = ad3f6dfe8a831f96a7b56a588ca874137ca102cc6b79fc9b0a1c3b7ab7320f3c +SIZE (pkginfo-1.2.1.tar.gz) = 31072 diff --git a/sysutils/py-pkginfo/pkg-descr b/sysutils/py-pkginfo/pkg-descr new file mode 100644 index 000000000000..c3f1e59a9e50 --- /dev/null +++ b/sysutils/py-pkginfo/pkg-descr @@ -0,0 +1,7 @@ +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/ |