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:
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
|
@ -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
|
||||
|
|
19
devel/py-eggtestinfo/Makefile
Normal file
19
devel/py-eggtestinfo/Makefile
Normal 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>
|
2
devel/py-eggtestinfo/distinfo
Normal file
2
devel/py-eggtestinfo/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (eggtestinfo-0.3.tar.gz) = 4f4b49d2d1c57f1c99008eb2a2bc66926605b72b2ba2a489b6f429b4b59de768
|
||||
SIZE (eggtestinfo-0.3.tar.gz) = 3958
|
5
devel/py-eggtestinfo/pkg-descr
Normal file
5
devel/py-eggtestinfo/pkg-descr
Normal 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
|
Loading…
Reference in a new issue