pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-pythonpath This is a py.test plugin for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4460ae6f2321
branches:  trunk
changeset: 372043:4460ae6f2321
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 26 17:11:15 2017 +0000

description:
This is a py.test plugin for adding to the PYTHONPATH from the pytests.ini file
before tests run.

diffstat:

 devel/py-test-pythonpath/DESCR    |   2 ++
 devel/py-test-pythonpath/Makefile |  18 ++++++++++++++++++
 devel/py-test-pythonpath/PLIST    |  10 ++++++++++
 devel/py-test-pythonpath/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 64d042586d02 -r 4460ae6f2321 devel/py-test-pythonpath/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-pythonpath/DESCR    Sun Nov 26 17:11:15 2017 +0000
@@ -0,0 +1,2 @@
+This is a py.test plugin for adding to the PYTHONPATH from the pytests.ini file
+before tests run.
diff -r 64d042586d02 -r 4460ae6f2321 devel/py-test-pythonpath/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-pythonpath/Makefile Sun Nov 26 17:11:15 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/11/26 17:11:15 adam Exp $
+
+DISTNAME=      pytest-pythonpath-0.7.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-pythonpath/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/bigsassy/pytest-pythonpath
+COMMENT=       Pytest plugin for adding to the PYTHONPATH
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-test>=2.5.2:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 64d042586d02 -r 4460ae6f2321 devel/py-test-pythonpath/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-pythonpath/PLIST    Sun Nov 26 17:11:15 2017 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/26 17:11:15 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_pythonpath.py
+${PYSITELIB}/pytest_pythonpath.pyc
+${PYSITELIB}/pytest_pythonpath.pyo
diff -r 64d042586d02 -r 4460ae6f2321 devel/py-test-pythonpath/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-pythonpath/distinfo Sun Nov 26 17:11:15 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/11/26 17:11:15 adam Exp $
+
+SHA1 (pytest-pythonpath-0.7.1.tar.gz) = 27bd541cf351f9e03dbd81c4edd267a350e3fc28
+RMD160 (pytest-pythonpath-0.7.1.tar.gz) = 0925bd897b06a8f3b1642d4df0ee572d1ee97124
+SHA512 (pytest-pythonpath-0.7.1.tar.gz) = 313020c7b38b91079694759ca436e1f7129750372f3a0a567dc2934b093d178c4c64894c2283719b86877a5e359128e83bd6e3b17ded283631ad6747541b2902
+Size (pytest-pythonpath-0.7.1.tar.gz) = 1726 bytes



Home | Main Index | Thread Index | Old Index