pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-virtualenv py-test-virtualenv: added ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7dae2a071d
branches:  trunk
changeset: 377877:ec7dae2a071d
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 24 06:49:07 2018 +0000

description:
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.

diffstat:

 devel/py-test-virtualenv/DESCR    |   2 ++
 devel/py-test-virtualenv/Makefile |  21 +++++++++++++++++++++
 devel/py-test-virtualenv/PLIST    |  10 ++++++++++
 devel/py-test-virtualenv/distinfo |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 02d82f79db1b -r ec7dae2a071d devel/py-test-virtualenv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-virtualenv/DESCR    Sat Mar 24 06:49:07 2018 +0000
@@ -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.
diff -r 02d82f79db1b -r ec7dae2a071d devel/py-test-virtualenv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-virtualenv/Makefile Sat Mar 24 06:49:07 2018 +0000
@@ -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"
diff -r 02d82f79db1b -r ec7dae2a071d devel/py-test-virtualenv/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-virtualenv/PLIST    Sat Mar 24 06:49:07 2018 +0000
@@ -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
diff -r 02d82f79db1b -r ec7dae2a071d devel/py-test-virtualenv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-virtualenv/distinfo Sat Mar 24 06:49:07 2018 +0000
@@ -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