pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-pythonpath



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 26 17:11:15 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-pythonpath/DESCR \
    pkgsrc/devel/py-test-pythonpath/Makefile \
    pkgsrc/devel/py-test-pythonpath/PLIST \
    pkgsrc/devel/py-test-pythonpath/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-pythonpath/DESCR
diff -u /dev/null pkgsrc/devel/py-test-pythonpath/DESCR:1.1
--- /dev/null   Sun Nov 26 17:11:15 2017
+++ pkgsrc/devel/py-test-pythonpath/DESCR       Sun Nov 26 17:11:15 2017
@@ -0,0 +1,2 @@
+This is a py.test plugin for adding to the PYTHONPATH from the pytests.ini file
+before tests run.
Index: pkgsrc/devel/py-test-pythonpath/Makefile
diff -u /dev/null pkgsrc/devel/py-test-pythonpath/Makefile:1.1
--- /dev/null   Sun Nov 26 17:11:15 2017
+++ pkgsrc/devel/py-test-pythonpath/Makefile    Sun Nov 26 17:11:15 2017
@@ -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"
Index: pkgsrc/devel/py-test-pythonpath/PLIST
diff -u /dev/null pkgsrc/devel/py-test-pythonpath/PLIST:1.1
--- /dev/null   Sun Nov 26 17:11:15 2017
+++ pkgsrc/devel/py-test-pythonpath/PLIST       Sun Nov 26 17:11:15 2017
@@ -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
Index: pkgsrc/devel/py-test-pythonpath/distinfo
diff -u /dev/null pkgsrc/devel/py-test-pythonpath/distinfo:1.1
--- /dev/null   Sun Nov 26 17:11:15 2017
+++ pkgsrc/devel/py-test-pythonpath/distinfo    Sun Nov 26 17:11:15 2017
@@ -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