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
This commit is contained in:
Ruslan Makhmatkhanov 2012-11-08 20:48:49 +00:00
parent c65a1f1c80
commit bd20a8a3f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307197
4 changed files with 27 additions and 0 deletions

View file

@ -3314,6 +3314,7 @@
SUBDIR += py-distutils-extra
SUBDIR += py-durus
SUBDIR += py-dynrules
SUBDIR += py-eggtestinfo
SUBDIR += py-elementtree
SUBDIR += py-epsilon
SUBDIR += py-event

View file

@ -0,0 +1,19 @@
# $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>

View file

@ -0,0 +1,2 @@
SHA256 (eggtestinfo-0.3.tar.gz) = 4f4b49d2d1c57f1c99008eb2a2bc66926605b72b2ba2a489b6f429b4b59de768
SIZE (eggtestinfo-0.3.tar.gz) = 3958

View file

@ -0,0 +1,5 @@
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