mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
f5d3fa849a
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>
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# $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>
|