pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-fixture-config



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

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

Log Message:
py-test-fixture-config: allow newer pytest


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-fixture-config/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-fixture-config/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-test-fixture-config/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-fixture-config/Makefile
diff -u pkgsrc/devel/py-test-fixture-config/Makefile:1.2 pkgsrc/devel/py-test-fixture-config/Makefile:1.3
--- pkgsrc/devel/py-test-fixture-config/Makefile:1.2    Tue Jan 15 19:02:07 2019
+++ pkgsrc/devel/py-test-fixture-config/Makefile        Mon Jan 28 08:41:37 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/01/15 19:02:07 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/28 08:41:37 adam Exp $
 
 DISTNAME=      pytest-fixture-config-1.4.0
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-fixture-config/}

Index: pkgsrc/devel/py-test-fixture-config/distinfo
diff -u pkgsrc/devel/py-test-fixture-config/distinfo:1.3 pkgsrc/devel/py-test-fixture-config/distinfo:1.4
--- pkgsrc/devel/py-test-fixture-config/distinfo:1.3    Tue Jan 15 19:02:07 2019
+++ pkgsrc/devel/py-test-fixture-config/distinfo        Mon Jan 28 08:41:37 2019
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2019/01/15 19:02:07 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/01/28 08:41:37 adam Exp $
 
 SHA1 (pytest-fixture-config-1.4.0.tar.gz) = 6d0cf10dcdc7cef5e5befbb771c9dfa8a355f815
 RMD160 (pytest-fixture-config-1.4.0.tar.gz) = 4346093324dd9c9cd1923439df2c5a8c86f93566
 SHA512 (pytest-fixture-config-1.4.0.tar.gz) = 0be37d8876e7857dd84ac55805e9269aab595f9353a3b9aecd6a84df00122a7c05986d5cb05383abae913da46f58e98a3d7762fa8cf6bdeba8f828a95dad83af
 Size (pytest-fixture-config-1.4.0.tar.gz) = 8753 bytes
 SHA1 (patch-common_setup.py) = 5c74ba132a8d3482a07480687b5d27b0481007a7
+SHA1 (patch-setup.py) = b232082c298309c93d9ce6a162c3e29cbe61a11c

Added files:

Index: pkgsrc/devel/py-test-fixture-config/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-test-fixture-config/patches/patch-setup.py:1.1
--- /dev/null   Mon Jan 28 08:41:38 2019
+++ pkgsrc/devel/py-test-fixture-config/patches/patch-setup.py  Mon Jan 28 08:41:37 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2019/01/28 08:41:37 adam Exp $
+
+Allow newer pytest.
+
+--- setup.py.orig      2019-01-15 08:36:48.000000000 +0000
++++ setup.py
+@@ -21,7 +21,7 @@ classifiers = [
+     'Programming Language :: Python :: 3.6',
+ ]
+ 
+-install_requires = ['pytest<4.0.0']
++install_requires = ['pytest']
+ 
+ tests_require = ['six',
+                  ]



Home | Main Index | Thread Index | Old Index