pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test-shutil py-test-shutil: allow newer pytest
details: https://anonhg.NetBSD.org/pkgsrc/rev/30ba4c574aa1
branches: trunk
changeset: 390931:30ba4c574aa1
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jan 28 08:41:12 2019 +0000
description:
py-test-shutil: allow newer pytest
diffstat:
devel/py-test-shutil/Makefile | 3 ++-
devel/py-test-shutil/distinfo | 3 ++-
devel/py-test-shutil/patches/patch-setup.py | 15 +++++++++++++++
3 files changed, 19 insertions(+), 2 deletions(-)
diffs (44 lines):
diff -r 9df26d52d608 -r 30ba4c574aa1 devel/py-test-shutil/Makefile
--- a/devel/py-test-shutil/Makefile Mon Jan 28 08:40:07 2019 +0000
+++ b/devel/py-test-shutil/Makefile Mon Jan 28 08:41:12 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/01/15 19:04:18 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/28 08:41:12 adam Exp $
DISTNAME= pytest-shutil-1.4.0
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-shutil/}
diff -r 9df26d52d608 -r 30ba4c574aa1 devel/py-test-shutil/distinfo
--- a/devel/py-test-shutil/distinfo Mon Jan 28 08:40:07 2019 +0000
+++ b/devel/py-test-shutil/distinfo Mon Jan 28 08:41:12 2019 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2019/01/15 19:04:18 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/01/28 08:41:12 adam Exp $
SHA1 (pytest-shutil-1.4.0.tar.gz) = 45440a16f488c730221bdc1076ed14c1376bb794
RMD160 (pytest-shutil-1.4.0.tar.gz) = b8986635806e2be41e0ac801c320d57a39592f0d
SHA512 (pytest-shutil-1.4.0.tar.gz) = 778924d0081ff64859d167b10a580c1a922ac09124db2f23f6ef37bfde617032811da6450666fd8e67c610864351f7a7115cc580e8158ab145ccebe943f5c60b
Size (pytest-shutil-1.4.0.tar.gz) = 21793 bytes
SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41
+SHA1 (patch-setup.py) = 572d5d3c84891701bbe5eb1d7285a1658449795a
diff -r 9df26d52d608 -r 30ba4c574aa1 devel/py-test-shutil/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-shutil/patches/patch-setup.py Mon Jan 28 08:41:12 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2019/01/28 08:41:12 adam Exp $
+
+Allow newer pytest.
+
+--- setup.py.orig 2019-01-15 08:36:49.000000000 +0000
++++ setup.py
+@@ -24,7 +24,7 @@ classifiers = [
+ install_requires = ['six',
+ 'execnet',
+ 'contextlib2',
+- 'pytest<4.0.0',
++ 'pytest',
+ 'path.py',
+ 'mock',
+ 'termcolor'
Home |
Main Index |
Thread Index |
Old Index