summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-12-13 08:02:43 +0000
committerobache <obache@pkgsrc.org>2014-12-13 08:02:43 +0000
commitbbea423b9aa5ce6788c56ca18148efdbe7394a2b (patch)
tree4f0048dac5abc9040730cc0286ba137374a7d7a7 /devel
parentbc727c7d745f20d01b9902cd847de5e48551edbb (diff)
downloadpkgsrc-bbea423b9aa5ce6788c56ca18148efdbe7394a2b.tar.gz
Import py-extras-0.0.3 as devel/py-extras.
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-extras/DESCR3
-rw-r--r--devel/py-extras/Makefile16
-rw-r--r--devel/py-extras/PLIST14
-rw-r--r--devel/py-extras/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/py-extras/DESCR b/devel/py-extras/DESCR
new file mode 100644
index 00000000000..0c625995df6
--- /dev/null
+++ b/devel/py-extras/DESCR
@@ -0,0 +1,3 @@
+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.
diff --git a/devel/py-extras/Makefile b/devel/py-extras/Makefile
new file mode 100644
index 00000000000..ae1ca35c84e
--- /dev/null
+++ b/devel/py-extras/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/12/13 08:02:43 obache Exp $
+
+DISTNAME= extras-0.0.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= https://pypi.python.org/packages/source/e/extras/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= https://github.com/testing-cabal/extras
+COMMENT= Useful extra bits for Python
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-extras/PLIST b/devel/py-extras/PLIST
new file mode 100644
index 00000000000..4fbe237388e
--- /dev/null
+++ b/devel/py-extras/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2014/12/13 08:02:43 obache Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/extras/__init__.py
+${PYSITELIB}/extras/__init__.pyc
+${PYSITELIB}/extras/__init__.pyo
+${PYSITELIB}/extras/tests/__init__.py
+${PYSITELIB}/extras/tests/__init__.pyc
+${PYSITELIB}/extras/tests/__init__.pyo
+${PYSITELIB}/extras/tests/test_extras.py
+${PYSITELIB}/extras/tests/test_extras.pyc
+${PYSITELIB}/extras/tests/test_extras.pyo
diff --git a/devel/py-extras/distinfo b/devel/py-extras/distinfo
new file mode 100644
index 00000000000..d0a222d49f6
--- /dev/null
+++ b/devel/py-extras/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/12/13 08:02:43 obache Exp $
+
+SHA1 (extras-0.0.3.tar.gz) = a2cdeabbd00f61523f10a51b7b980437ec9d1166
+RMD160 (extras-0.0.3.tar.gz) = 7d025cadab1f2750d9149491999e304a6b2fbd90
+Size (extras-0.0.3.tar.gz) = 6231 bytes