freebsd-ports/devel/py-eggtestinfo/Makefile
Ruslan Makhmatkhanov bd20a8a3f9 This package is a setuptools plugin: it adds a file to the generated .egg-info
directory, capturing the information used by the setup.py test command when
running tests.

WWW: http://pypi.python.org/pypi/eggtestinfo

Feature safe:	yes
2012-11-08 20:48:49 +00:00

19 lines
395 B
Makefile

# $FreeBSD$
PORTNAME= eggtestinfo
PORTVERSION= 0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Setuptools plugin that adds test information to .egg-info
LICENSE= ZPL21
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>