svn commit: r351284 - in head/devel: . py-extras
Carlo Strub
cs at FreeBSD.org
Mon Apr 14 20:03:58 UTC 2014
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 at 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
+ at dirrmtry %%PYTHON_SITELIBDIR%%/extras/tests
+ at dirrmtry %%PYTHON_SITELIBDIR%%/extras
+ at dirrmtry %%PYTHON_SITELIBDIR%%
+ at dirrmtry %%PYTHON_LIBDIR%%
More information about the svn-ports-all
mailing list