pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-shutil



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 28 08:41:13 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-shutil: Makefile distinfo
Added Files:
        pkgsrc/devel/py-test-shutil/patches: patch-setup.py

Log Message:
py-test-shutil: allow newer pytest


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-shutil/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-shutil/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-test-shutil/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-shutil/Makefile
diff -u pkgsrc/devel/py-test-shutil/Makefile:1.2 pkgsrc/devel/py-test-shutil/Makefile:1.3
--- pkgsrc/devel/py-test-shutil/Makefile:1.2    Tue Jan 15 19:04:18 2019
+++ pkgsrc/devel/py-test-shutil/Makefile        Mon Jan 28 08:41:12 2019
@@ -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/}

Index: pkgsrc/devel/py-test-shutil/distinfo
diff -u pkgsrc/devel/py-test-shutil/distinfo:1.3 pkgsrc/devel/py-test-shutil/distinfo:1.4
--- pkgsrc/devel/py-test-shutil/distinfo:1.3    Tue Jan 15 19:04:18 2019
+++ pkgsrc/devel/py-test-shutil/distinfo        Mon Jan 28 08:41:12 2019
@@ -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

Added files:

Index: pkgsrc/devel/py-test-shutil/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-test-shutil/patches/patch-setup.py:1.1
--- /dev/null   Mon Jan 28 08:41:13 2019
+++ pkgsrc/devel/py-test-shutil/patches/patch-setup.py  Mon Jan 28 08:41:12 2019
@@ -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