Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 09:38:30 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r307231 - in branches/RELENG_9_1_0/devel: . py-eggtestinfo
Message-ID:  <201211090938.qA99cUfn042551@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211090938.qA99cUfn042551>