Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2014 20:03:57 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351284 - in head/devel: . py-extras
Message-ID:  <201404142003.s3EK3vId012872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Mon Apr 14 20:03:57 2014
New Revision: 351284
URL: http://svnweb.freebsd.org/changeset/ports/351284
QAT: https://qat.redports.org/buildarchive/r351284/

Log:
  extras is a set of extensions to the Python standard library, originally written
  to make the code within testtools cleaner, but now split out for general use
  outside of a testing context.
  
  WWW: https://pypi.python.org/pypi/extras/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Apr 14 20:01:18 2014	(r351283)
+++ head/devel/Makefile	Mon Apr 14 20:03:57 2014	(r351284)
@@ -3597,6 +3597,7 @@
     SUBDIR += py-epsilon
     SUBDIR += py-event
     SUBDIR += py-experimental.cssselect
+    SUBDIR += py-extras
     SUBDIR += py-extremes
     SUBDIR += py-ezpyinline
     SUBDIR += py-fabric

Added: head/devel/py-extras/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-extras/Makefile	Mon Apr 14 20:03:57 2014	(r351284)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	extras
+PORTVERSION=	0.0.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	cs@FreeBSD.org
+COMMENT=	Useful extra bits for Python
+
+LICENSE=	MIT
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>

Added: head/devel/py-extras/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-extras/distinfo	Mon Apr 14 20:03:57 2014	(r351284)
@@ -0,0 +1,2 @@
+SHA256 (extras-0.0.3.tar.gz) = 7a60d84cb661b477c41a5ea35e931ae93860af8cd259ecc0a38a32ef1ae9ffc0
+SIZE (extras-0.0.3.tar.gz) = 6231

Added: head/devel/py-extras/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-extras/pkg-descr	Mon Apr 14 20:03:57 2014	(r351284)
@@ -0,0 +1,5 @@
+extras is a set of extensions to the Python standard library, originally written
+to make the code within testtools cleaner, but now split out for general use
+outside of a testing context.
+
+WWW: https://pypi.python.org/pypi/extras/

Added: head/devel/py-extras/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-extras/pkg-plist	Mon Apr 14 20:03:57 2014	(r351284)
@@ -0,0 +1,13 @@
+%%PYTHON_SITELIBDIR%%/extras/__init__.py
+%%PYTHON_SITELIBDIR%%/extras/__init__.pyc
+%%PYTHON_SITELIBDIR%%/extras/__init__.pyo
+%%PYTHON_SITELIBDIR%%/extras/tests/__init__.py
+%%PYTHON_SITELIBDIR%%/extras/tests/__init__.pyc
+%%PYTHON_SITELIBDIR%%/extras/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.py
+%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.pyc
+%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.pyo
+@dirrmtry %%PYTHON_SITELIBDIR%%/extras/tests
+@dirrmtry %%PYTHON_SITELIBDIR%%/extras
+@dirrmtry %%PYTHON_SITELIBDIR%%
+@dirrmtry %%PYTHON_LIBDIR%%



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