diff --git a/devel/py-test-virtualenv/Makefile b/devel/py-test-virtualenv/Makefile index 7f6dc34c55a0..d8863ef59355 100644 --- a/devel/py-test-virtualenv/Makefile +++ b/devel/py-test-virtualenv/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2019/01/15 19:05:10 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/01/28 08:40:07 adam Exp $ DISTNAME= pytest-virtualenv-1.4.0 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-virtualenv/} diff --git a/devel/py-test-virtualenv/distinfo b/devel/py-test-virtualenv/distinfo index 4fdc39341265..40ad2dd5cda8 100644 --- a/devel/py-test-virtualenv/distinfo +++ b/devel/py-test-virtualenv/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.3 2019/01/15 19:05:10 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/01/28 08:40:07 adam Exp $ SHA1 (pytest-virtualenv-1.4.0.tar.gz) = 612a9603c550f616821615f4631be50a16b83bac RMD160 (pytest-virtualenv-1.4.0.tar.gz) = d0237ce89fde530460cacfb300e79b427d9855f6 SHA512 (pytest-virtualenv-1.4.0.tar.gz) = 4320158608f51fb63b178acf6fccd5963dfb94a20cc5797c7dc90aad229c9ec5ac9d4c5f6331bbf5dbad208075c7a6806231542aed7efd7528e2009fd66ec70b Size (pytest-virtualenv-1.4.0.tar.gz) = 13664 bytes SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41 +SHA1 (patch-setup.py) = 8d4c4a343a82d7a0ae8faa2a7eba74f0ba107bfe diff --git a/devel/py-test-virtualenv/patches/patch-setup.py b/devel/py-test-virtualenv/patches/patch-setup.py new file mode 100644 index 000000000000..0cae1809a233 --- /dev/null +++ b/devel/py-test-virtualenv/patches/patch-setup.py @@ -0,0 +1,15 @@ +$NetBSD: patch-setup.py,v 1.1 2019/01/28 08:40:07 adam Exp $ + +Allow newer pytest. + +--- setup.py.orig 2019-01-28 08:19:14.000000000 +0000 ++++ setup.py +@@ -23,7 +23,7 @@ classifiers = [ + + install_requires = ['pytest-fixture-config', + 'pytest-shutil', +- 'pytest<4.0.0', ++ 'pytest', + ] + + tests_require = [