pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-virtualenv
Module Name: pkgsrc
Committed By: adam
Date: Sat Mar 24 06:49:07 UTC 2018
Added Files:
pkgsrc/devel/py-test-virtualenv: DESCR Makefile PLIST distinfo
Log Message:
py-test-virtualenv: added version 1.3.0
Create a Python virtual environment in your test that cleans up on teardown.
The fixture has utility methods to install packages and list what's installed.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-virtualenv/DESCR \
pkgsrc/devel/py-test-virtualenv/Makefile \
pkgsrc/devel/py-test-virtualenv/PLIST \
pkgsrc/devel/py-test-virtualenv/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-virtualenv/DESCR
diff -u /dev/null pkgsrc/devel/py-test-virtualenv/DESCR:1.1
--- /dev/null Sat Mar 24 06:49:07 2018
+++ pkgsrc/devel/py-test-virtualenv/DESCR Sat Mar 24 06:49:07 2018
@@ -0,0 +1,2 @@
+Create a Python virtual environment in your test that cleans up on teardown.
+The fixture has utility methods to install packages and list what's installed.
Index: pkgsrc/devel/py-test-virtualenv/Makefile
diff -u /dev/null pkgsrc/devel/py-test-virtualenv/Makefile:1.1
--- /dev/null Sat Mar 24 06:49:07 2018
+++ pkgsrc/devel/py-test-virtualenv/Makefile Sat Mar 24 06:49:07 2018
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/03/24 06:49:07 adam Exp $
+
+DISTNAME= pytest-virtualenv-1.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-virtualenv/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/manahl/pytest-plugins
+COMMENT= Virtualenv fixture for py.test
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
+DEPENDS+= ${PYPKGPREFIX}-test-shutil-[0-9]*:../../devel/py-test-shutil
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-virtualenv/PLIST
diff -u /dev/null pkgsrc/devel/py-test-virtualenv/PLIST:1.1
--- /dev/null Sat Mar 24 06:49:07 2018
+++ pkgsrc/devel/py-test-virtualenv/PLIST Sat Mar 24 06:49:07 2018
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/24 06:49:07 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_virtualenv.py
+${PYSITELIB}/pytest_virtualenv.pyc
+${PYSITELIB}/pytest_virtualenv.pyo
Index: pkgsrc/devel/py-test-virtualenv/distinfo
diff -u /dev/null pkgsrc/devel/py-test-virtualenv/distinfo:1.1
--- /dev/null Sat Mar 24 06:49:07 2018
+++ pkgsrc/devel/py-test-virtualenv/distinfo Sat Mar 24 06:49:07 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/24 06:49:07 adam Exp $
+
+SHA1 (pytest-virtualenv-1.3.0.tar.gz) = 6bc99d2c5f58391e1ed736d4c491776495affbb4
+RMD160 (pytest-virtualenv-1.3.0.tar.gz) = 286335da4273e2c953cc8cad6aae311b41ee30bf
+SHA512 (pytest-virtualenv-1.3.0.tar.gz) = 58d660b093ebcc8137ba9afbef90e14d8413f13cf7aebefc5e21b0dab706697dc52e06e208ace2b08b31e36740c536ab54c177c5637dfc3a587f81887c997f12
+Size (pytest-virtualenv-1.3.0.tar.gz) = 12498 bytes
Home |
Main Index |
Thread Index |
Old Index