summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-07-22 14:15:01 +0000
committerobache <obache>2011-07-22 14:15:01 +0000
commitd71ec5978877c8aa7f04629e636f458504d75eea (patch)
tree3777850d34160998fab89e2ec9179d3bf872e524
parent0e4bdde29faf0412a3885de99eff82a16e59dfbc (diff)
downloadpkgsrc-d71ec5978877c8aa7f04629e636f458504d75eea.tar.gz
Import py-testtools-0.9.11 as devel/py-testtools.
testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from many years of experience with unit testing in Python and come from many different sources. testtools also ports recent unittest changes all the way back to Python 2.4.
-rw-r--r--devel/py-testtools/DESCR4
-rw-r--r--devel/py-testtools/Makefile19
-rw-r--r--devel/py-testtools/PLIST110
-rw-r--r--devel/py-testtools/distinfo5
4 files changed, 138 insertions, 0 deletions
diff --git a/devel/py-testtools/DESCR b/devel/py-testtools/DESCR
new file mode 100644
index 00000000000..8a3cd7afcc0
--- /dev/null
+++ b/devel/py-testtools/DESCR
@@ -0,0 +1,4 @@
+testtools is a set of extensions to the Python standard library's unit testing
+framework. These extensions have been derived from many years of experience
+with unit testing in Python and come from many different sources. testtools
+also ports recent unittest changes all the way back to Python 2.4.
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile
new file mode 100644
index 00000000000..5e9f81fd26e
--- /dev/null
+++ b/devel/py-testtools/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/07/22 14:15:01 obache Exp $
+#
+
+DISTNAME= testtools-0.9.11
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://launchpad.net/testtools/0.9/${PKGVERSION_NOREV}/+download/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://launchpad.net/testtools
+COMMENT= Extensions to the Python standard library unit testing framework
+LICENSE= mit AND python-software-foundation
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-testtools/PLIST b/devel/py-testtools/PLIST
new file mode 100644
index 00000000000..a81a87a4205
--- /dev/null
+++ b/devel/py-testtools/PLIST
@@ -0,0 +1,110 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/22 14:15:01 obache Exp $
+${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/testtools/__init__.py
+${PYSITELIB}/testtools/__init__.pyc
+${PYSITELIB}/testtools/__init__.pyo
+${PYSITELIB}/testtools/_spinner.py
+${PYSITELIB}/testtools/_spinner.pyc
+${PYSITELIB}/testtools/_spinner.pyo
+${PYSITELIB}/testtools/compat.py
+${PYSITELIB}/testtools/compat.pyc
+${PYSITELIB}/testtools/compat.pyo
+${PYSITELIB}/testtools/content.py
+${PYSITELIB}/testtools/content.pyc
+${PYSITELIB}/testtools/content.pyo
+${PYSITELIB}/testtools/content_type.py
+${PYSITELIB}/testtools/content_type.pyc
+${PYSITELIB}/testtools/content_type.pyo
+${PYSITELIB}/testtools/deferredruntest.py
+${PYSITELIB}/testtools/deferredruntest.pyc
+${PYSITELIB}/testtools/deferredruntest.pyo
+${PYSITELIB}/testtools/distutilscmd.py
+${PYSITELIB}/testtools/distutilscmd.pyc
+${PYSITELIB}/testtools/distutilscmd.pyo
+${PYSITELIB}/testtools/helpers.py
+${PYSITELIB}/testtools/helpers.pyc
+${PYSITELIB}/testtools/helpers.pyo
+${PYSITELIB}/testtools/matchers.py
+${PYSITELIB}/testtools/matchers.pyc
+${PYSITELIB}/testtools/matchers.pyo
+${PYSITELIB}/testtools/monkey.py
+${PYSITELIB}/testtools/monkey.pyc
+${PYSITELIB}/testtools/monkey.pyo
+${PYSITELIB}/testtools/run.py
+${PYSITELIB}/testtools/run.pyc
+${PYSITELIB}/testtools/run.pyo
+${PYSITELIB}/testtools/runtest.py
+${PYSITELIB}/testtools/runtest.pyc
+${PYSITELIB}/testtools/runtest.pyo
+${PYSITELIB}/testtools/testcase.py
+${PYSITELIB}/testtools/testcase.pyc
+${PYSITELIB}/testtools/testcase.pyo
+${PYSITELIB}/testtools/testresult/__init__.py
+${PYSITELIB}/testtools/testresult/__init__.pyc
+${PYSITELIB}/testtools/testresult/__init__.pyo
+${PYSITELIB}/testtools/testresult/doubles.py
+${PYSITELIB}/testtools/testresult/doubles.pyc
+${PYSITELIB}/testtools/testresult/doubles.pyo
+${PYSITELIB}/testtools/testresult/real.py
+${PYSITELIB}/testtools/testresult/real.pyc
+${PYSITELIB}/testtools/testresult/real.pyo
+${PYSITELIB}/testtools/tests/__init__.py
+${PYSITELIB}/testtools/tests/__init__.pyc
+${PYSITELIB}/testtools/tests/__init__.pyo
+${PYSITELIB}/testtools/tests/helpers.py
+${PYSITELIB}/testtools/tests/helpers.pyc
+${PYSITELIB}/testtools/tests/helpers.pyo
+${PYSITELIB}/testtools/tests/test_compat.py
+${PYSITELIB}/testtools/tests/test_compat.pyc
+${PYSITELIB}/testtools/tests/test_compat.pyo
+${PYSITELIB}/testtools/tests/test_content.py
+${PYSITELIB}/testtools/tests/test_content.pyc
+${PYSITELIB}/testtools/tests/test_content.pyo
+${PYSITELIB}/testtools/tests/test_content_type.py
+${PYSITELIB}/testtools/tests/test_content_type.pyc
+${PYSITELIB}/testtools/tests/test_content_type.pyo
+${PYSITELIB}/testtools/tests/test_deferredruntest.py
+${PYSITELIB}/testtools/tests/test_deferredruntest.pyc
+${PYSITELIB}/testtools/tests/test_deferredruntest.pyo
+${PYSITELIB}/testtools/tests/test_distutilscmd.py
+${PYSITELIB}/testtools/tests/test_distutilscmd.pyc
+${PYSITELIB}/testtools/tests/test_distutilscmd.pyo
+${PYSITELIB}/testtools/tests/test_fixturesupport.py
+${PYSITELIB}/testtools/tests/test_fixturesupport.pyc
+${PYSITELIB}/testtools/tests/test_fixturesupport.pyo
+${PYSITELIB}/testtools/tests/test_helpers.py
+${PYSITELIB}/testtools/tests/test_helpers.pyc
+${PYSITELIB}/testtools/tests/test_helpers.pyo
+${PYSITELIB}/testtools/tests/test_matchers.py
+${PYSITELIB}/testtools/tests/test_matchers.pyc
+${PYSITELIB}/testtools/tests/test_matchers.pyo
+${PYSITELIB}/testtools/tests/test_monkey.py
+${PYSITELIB}/testtools/tests/test_monkey.pyc
+${PYSITELIB}/testtools/tests/test_monkey.pyo
+${PYSITELIB}/testtools/tests/test_run.py
+${PYSITELIB}/testtools/tests/test_run.pyc
+${PYSITELIB}/testtools/tests/test_run.pyo
+${PYSITELIB}/testtools/tests/test_runtest.py
+${PYSITELIB}/testtools/tests/test_runtest.pyc
+${PYSITELIB}/testtools/tests/test_runtest.pyo
+${PYSITELIB}/testtools/tests/test_spinner.py
+${PYSITELIB}/testtools/tests/test_spinner.pyc
+${PYSITELIB}/testtools/tests/test_spinner.pyo
+${PYSITELIB}/testtools/tests/test_testresult.py
+${PYSITELIB}/testtools/tests/test_testresult.pyc
+${PYSITELIB}/testtools/tests/test_testresult.pyo
+${PYSITELIB}/testtools/tests/test_testsuite.py
+${PYSITELIB}/testtools/tests/test_testsuite.pyc
+${PYSITELIB}/testtools/tests/test_testsuite.pyo
+${PYSITELIB}/testtools/tests/test_testtools.py
+${PYSITELIB}/testtools/tests/test_testtools.pyc
+${PYSITELIB}/testtools/tests/test_testtools.pyo
+${PYSITELIB}/testtools/tests/test_with_with.py
+${PYSITELIB}/testtools/tests/test_with_with.pyc
+${PYSITELIB}/testtools/tests/test_with_with.pyo
+${PYSITELIB}/testtools/testsuite.py
+${PYSITELIB}/testtools/testsuite.pyc
+${PYSITELIB}/testtools/testsuite.pyo
+${PYSITELIB}/testtools/utils.py
+${PYSITELIB}/testtools/utils.pyc
+${PYSITELIB}/testtools/utils.pyo
diff --git a/devel/py-testtools/distinfo b/devel/py-testtools/distinfo
new file mode 100644
index 00000000000..d1d93081a52
--- /dev/null
+++ b/devel/py-testtools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/07/22 14:15:01 obache Exp $
+
+SHA1 (testtools-0.9.11.tar.gz) = 3478e43f8d5810d9d1d95b3dc372b49c65744d80
+RMD160 (testtools-0.9.11.tar.gz) = 3b2be21e9c249e8a7cd923d1dc6037086690ed85
+Size (testtools-0.9.11.tar.gz) = 115047 bytes