pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-fixture-config



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 24 06:47:01 UTC 2018

Added Files:
        pkgsrc/devel/py-test-fixture-config: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-fixture-config/DESCR \
    pkgsrc/devel/py-test-fixture-config/Makefile \
    pkgsrc/devel/py-test-fixture-config/PLIST \
    pkgsrc/devel/py-test-fixture-config/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-test-fixture-config/DESCR
diff -u /dev/null pkgsrc/devel/py-test-fixture-config/DESCR:1.1
--- /dev/null   Sat Mar 24 06:47:01 2018
+++ pkgsrc/devel/py-test-fixture-config/DESCR   Sat Mar 24 06:47:00 2018
@@ -0,0 +1,2 @@
+Simple configuration objects for Py.test fixtures. Allows you to skip tests
+when their required config variables aren't set.
Index: pkgsrc/devel/py-test-fixture-config/Makefile
diff -u /dev/null pkgsrc/devel/py-test-fixture-config/Makefile:1.1
--- /dev/null   Sat Mar 24 06:47:01 2018
+++ pkgsrc/devel/py-test-fixture-config/Makefile        Sat Mar 24 06:47:00 2018
@@ -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"
Index: pkgsrc/devel/py-test-fixture-config/PLIST
diff -u /dev/null pkgsrc/devel/py-test-fixture-config/PLIST:1.1
--- /dev/null   Sat Mar 24 06:47:01 2018
+++ pkgsrc/devel/py-test-fixture-config/PLIST   Sat Mar 24 06:47:00 2018
@@ -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
Index: pkgsrc/devel/py-test-fixture-config/distinfo
diff -u /dev/null pkgsrc/devel/py-test-fixture-config/distinfo:1.1
--- /dev/null   Sat Mar 24 06:47:01 2018
+++ pkgsrc/devel/py-test-fixture-config/distinfo        Sat Mar 24 06:47:00 2018
@@ -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