pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-testresources



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  5 14:11:13 UTC 2017

Added Files:
        pkgsrc/devel/py-testresources: DESCR Makefile PLIST distinfo

Log Message:
Import py-testresources-2.0.1 as devel/py-testresources.

testresources extends unittest with a clean and simple api to provide
test optimisation where expensive common resources are needed for
test cases - for example sample working trees for VCS systems,
reference databases for enterprise applications, or web servers ...
let your imagination run wild.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-testresources/DESCR \
    pkgsrc/devel/py-testresources/Makefile \
    pkgsrc/devel/py-testresources/PLIST \
    pkgsrc/devel/py-testresources/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-testresources/DESCR
diff -u /dev/null pkgsrc/devel/py-testresources/DESCR:1.1
--- /dev/null   Sun Mar  5 14:11:13 2017
+++ pkgsrc/devel/py-testresources/DESCR Sun Mar  5 14:11:13 2017
@@ -0,0 +1,5 @@
+testresources extends unittest with a clean and simple api to provide
+test optimisation where expensive common resources are needed for
+test cases - for example sample working trees for VCS systems,
+reference databases for enterprise applications, or web servers ...
+let your imagination run wild.
Index: pkgsrc/devel/py-testresources/Makefile
diff -u /dev/null pkgsrc/devel/py-testresources/Makefile:1.1
--- /dev/null   Sun Mar  5 14:11:13 2017
+++ pkgsrc/devel/py-testresources/Makefile      Sun Mar  5 14:11:13 2017
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/03/05 14:11:13 wiz Exp $
+
+DISTNAME=      testresources-2.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testresources/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/testresources
+COMMENT=       Pyunit extension for managing expensive test resources
+LICENSE=       apache-2.0 OR modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
+DEPENDS+=      ${PYPKGPREFIX}-fixtures-[0-9]*:../../devel/py-fixtures
+DEPENDS+=      ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+# TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+# circular dependency
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+
+do-test:
+       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-testresources/PLIST
diff -u /dev/null pkgsrc/devel/py-testresources/PLIST:1.1
--- /dev/null   Sun Mar  5 14:11:13 2017
+++ pkgsrc/devel/py-testresources/PLIST Sun Mar  5 14:11:13 2017
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/05 14:11:13 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/testresources/__init__.py
+${PYSITELIB}/testresources/__init__.pyc
+${PYSITELIB}/testresources/__init__.pyo
+${PYSITELIB}/testresources/tests/TestUtil.py
+${PYSITELIB}/testresources/tests/TestUtil.pyc
+${PYSITELIB}/testresources/tests/TestUtil.pyo
+${PYSITELIB}/testresources/tests/__init__.py
+${PYSITELIB}/testresources/tests/__init__.pyc
+${PYSITELIB}/testresources/tests/__init__.pyo
+${PYSITELIB}/testresources/tests/test_optimising_test_suite.py
+${PYSITELIB}/testresources/tests/test_optimising_test_suite.pyc
+${PYSITELIB}/testresources/tests/test_optimising_test_suite.pyo
+${PYSITELIB}/testresources/tests/test_resource_graph.py
+${PYSITELIB}/testresources/tests/test_resource_graph.pyc
+${PYSITELIB}/testresources/tests/test_resource_graph.pyo
+${PYSITELIB}/testresources/tests/test_resourced_test_case.py
+${PYSITELIB}/testresources/tests/test_resourced_test_case.pyc
+${PYSITELIB}/testresources/tests/test_resourced_test_case.pyo
+${PYSITELIB}/testresources/tests/test_test_loader.py
+${PYSITELIB}/testresources/tests/test_test_loader.pyc
+${PYSITELIB}/testresources/tests/test_test_loader.pyo
+${PYSITELIB}/testresources/tests/test_test_resource.py
+${PYSITELIB}/testresources/tests/test_test_resource.pyc
+${PYSITELIB}/testresources/tests/test_test_resource.pyo
Index: pkgsrc/devel/py-testresources/distinfo
diff -u /dev/null pkgsrc/devel/py-testresources/distinfo:1.1
--- /dev/null   Sun Mar  5 14:11:13 2017
+++ pkgsrc/devel/py-testresources/distinfo      Sun Mar  5 14:11:13 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/03/05 14:11:13 wiz Exp $
+
+SHA1 (testresources-2.0.1.tar.gz) = 85733befc541e472cab4e2291bf9d07de25aa203
+RMD160 (testresources-2.0.1.tar.gz) = a64ae41e10701844010f906e1c9c2f2c267b422b
+SHA512 (testresources-2.0.1.tar.gz) = 0b23432b019400fe378e957d14a91083eef7fe1130a494b567a5274d69e4e8e09ab75861e5453c3f217507e144cf179c908f84dd1a807992d4bee0b8d32cb0f4
+Size (testresources-2.0.1.tar.gz) = 41948 bytes



Home | Main Index | Thread Index | Old Index