This is a py.test plugin for adding to the PYTHONPATH from the pytests.ini file
before tests run.
This commit is contained in:
parent
5bd4e1a8fd
commit
8189147380
4 changed files with 36 additions and 0 deletions
2
devel/py-test-pythonpath/DESCR
Normal file
2
devel/py-test-pythonpath/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a py.test plugin for adding to the PYTHONPATH from the pytests.ini file
|
||||
before tests run.
|
18
devel/py-test-pythonpath/Makefile
Normal file
18
devel/py-test-pythonpath/Makefile
Normal file
|
@ -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
|
||||
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"
|
10
devel/py-test-pythonpath/PLIST
Normal file
10
devel/py-test-pythonpath/PLIST
Normal file
|
@ -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
|
6
devel/py-test-pythonpath/distinfo
Normal file
6
devel/py-test-pythonpath/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue