pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-fixture-config py-test-fixture-config: a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02d82f79db1b
branches:  trunk
changeset: 377876:02d82f79db1b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 24 06:47:00 2018 +0000

description:
py-test-fixture-config: added version 1.3.0

Simple configuration objects for Py.test fixtures. Allows you to skip tests
when their required config variables aren't set.

diffstat:

 devel/py-test-fixture-config/DESCR    |   2 ++
 devel/py-test-fixture-config/Makefile |  19 +++++++++++++++++++
 devel/py-test-fixture-config/PLIST    |   9 +++++++++
 devel/py-test-fixture-config/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r c0b73e8e7fec -r 02d82f79db1b devel/py-test-fixture-config/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-fixture-config/DESCR        Sat Mar 24 06:47:00 2018 +0000
@@ -0,0 +1,2 @@
+Simple configuration objects for Py.test fixtures. Allows you to skip tests
+when their required config variables aren't set.
diff -r c0b73e8e7fec -r 02d82f79db1b devel/py-test-fixture-config/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-fixture-config/Makefile     Sat Mar 24 06:47:00 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/03/24 06:47:00 adam Exp $
+
+DISTNAME=      pytest-fixture-config-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-fixture-config/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/manahl/pytest-plugins
+COMMENT=       Fixture configuration utils for py.test
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c0b73e8e7fec -r 02d82f79db1b devel/py-test-fixture-config/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-fixture-config/PLIST        Sat Mar 24 06:47:00 2018 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/24 06:47:00 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_fixture_config.py
+${PYSITELIB}/pytest_fixture_config.pyc
+${PYSITELIB}/pytest_fixture_config.pyo
diff -r c0b73e8e7fec -r 02d82f79db1b devel/py-test-fixture-config/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-fixture-config/distinfo     Sat Mar 24 06:47:00 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/24 06:47:00 adam Exp $
+
+SHA1 (pytest-fixture-config-1.3.0.tar.gz) = cfe8f1a0eea6c70032f221d9fb7cf10d2fbd84ee
+RMD160 (pytest-fixture-config-1.3.0.tar.gz) = cc8f61e008031d14908b3cac417c9ab3a39b9fec
+SHA512 (pytest-fixture-config-1.3.0.tar.gz) = b5eb9354cfa187563ce3ba63d47d144e7d6563649d27c8ba241f960a2c17e76c8597951dcc2403a063ae2833cc23589297a94cbe81ffce7e5342ae93f2267d82
+Size (pytest-fixture-config-1.3.0.tar.gz) = 8135 bytes



Home | Main Index | Thread Index | Old Index