Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 20:48:49 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307197 - in head/devel: . py-eggtestinfo
Message-ID:  <201211082048.qA8KmnTq020659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Nov  8 20:48:49 2012
New Revision: 307197
URL: http://svnweb.freebsd.org/changeset/ports/307197

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

Added:
  head/devel/py-eggtestinfo/
  head/devel/py-eggtestinfo/Makefile   (contents, props changed)
  head/devel/py-eggtestinfo/distinfo   (contents, props changed)
  head/devel/py-eggtestinfo/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Nov  8 20:22:52 2012	(r307196)
+++ head/devel/Makefile	Thu Nov  8 20:48:49 2012	(r307197)
@@ -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

Added: head/devel/py-eggtestinfo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-eggtestinfo/Makefile	Thu Nov  8 20:48:49 2012	(r307197)
@@ -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>

Added: head/devel/py-eggtestinfo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-eggtestinfo/distinfo	Thu Nov  8 20:48:49 2012	(r307197)
@@ -0,0 +1,2 @@
+SHA256 (eggtestinfo-0.3.tar.gz) = 4f4b49d2d1c57f1c99008eb2a2bc66926605b72b2ba2a489b6f429b4b59de768
+SIZE (eggtestinfo-0.3.tar.gz) = 3958

Added: head/devel/py-eggtestinfo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-eggtestinfo/pkg-descr	Thu Nov  8 20:48:49 2012	(r307197)
@@ -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



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