bd20a8a3f9
directory, capturing the information used by the setup.py test command when running tests. WWW: http://pypi.python.org/pypi/eggtestinfo Feature safe: yes
19 lines
395 B
Makefile
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>
|