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: allow new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abebd0feae90
branches:  trunk
changeset: 318680:abebd0feae90
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 28 08:40:07 2019 +0000

description:
py-test-virtualenv: allow newer pytest

diffstat:

 devel/py-test-virtualenv/Makefile               |   3 ++-
 devel/py-test-virtualenv/distinfo               |   3 ++-
 devel/py-test-virtualenv/patches/patch-setup.py |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 7ff3312cab48 -r abebd0feae90 devel/py-test-virtualenv/Makefile
--- a/devel/py-test-virtualenv/Makefile Mon Jan 28 08:39:23 2019 +0000
+++ b/devel/py-test-virtualenv/Makefile Mon Jan 28 08:40:07 2019 +0000
@@ -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 -r 7ff3312cab48 -r abebd0feae90 devel/py-test-virtualenv/distinfo
--- a/devel/py-test-virtualenv/distinfo Mon Jan 28 08:39:23 2019 +0000
+++ b/devel/py-test-virtualenv/distinfo Mon Jan 28 08:40:07 2019 +0000
@@ -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 -r 7ff3312cab48 -r abebd0feae90 devel/py-test-virtualenv/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-virtualenv/patches/patch-setup.py   Mon Jan 28 08:40:07 2019 +0000
@@ -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 = [



Home | Main Index | Thread Index | Old Index