Skip to content

Commit

Permalink
MFH r307197
Browse files Browse the repository at this point in the history
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

Approved by:	portmgr (beat)
Feature safe:	yes
  • Loading branch information
mexicarne committed Nov 9, 2012
1 parent 8c08a5a commit 1173b5b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions devel/py-eggtestinfo/Makefile
@@ -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 changes: 2 additions & 0 deletions devel/py-eggtestinfo/distinfo
@@ -0,0 +1,2 @@
SHA256 (eggtestinfo-0.3.tar.gz) = 4f4b49d2d1c57f1c99008eb2a2bc66926605b72b2ba2a489b6f429b4b59de768
SIZE (eggtestinfo-0.3.tar.gz) = 3958
5 changes: 5 additions & 0 deletions devel/py-eggtestinfo/pkg-descr
@@ -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

0 comments on commit 1173b5b

Please sign in to comment.