svn commit: r307231 - in branches/RELENG_9_1_0/devel: . py-eggtestinfo

Ruslan Mahmatkhanov rm at FreeBSD.org
Fri Nov 9 09:38:30 UTC 2012


Author: rm
Date: Fri Nov  9 09:38:30 2012
New Revision: 307231
URL: http://svnweb.freebsd.org/changeset/ports/307231

Log:
  MFH r307197
  
  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

Added:
  branches/RELENG_9_1_0/devel/py-eggtestinfo/
     - copied from r307197, head/devel/py-eggtestinfo/
Modified:
  branches/RELENG_9_1_0/devel/Makefile
Directory Properties:
  branches/RELENG_9_1_0/   (props changed)

Modified: branches/RELENG_9_1_0/devel/Makefile
==============================================================================
--- branches/RELENG_9_1_0/devel/Makefile	Fri Nov  9 09:29:31 2012	(r307230)
+++ branches/RELENG_9_1_0/devel/Makefile	Fri Nov  9 09:38:30 2012	(r307231)
@@ -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


More information about the svn-ports-branches mailing list