pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flake8



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 10 12:34:12 UTC 2017

Modified Files:
        pkgsrc/devel/py-flake8: distinfo
Added Files:
        pkgsrc/devel/py-flake8/patches: patch-setup.py

Log Message:
Allow newer pyflakes.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-flake8/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-flake8/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-flake8/distinfo
diff -u pkgsrc/devel/py-flake8/distinfo:1.7 pkgsrc/devel/py-flake8/distinfo:1.8
--- pkgsrc/devel/py-flake8/distinfo:1.7 Sun Jul 30 05:31:12 2017
+++ pkgsrc/devel/py-flake8/distinfo     Sun Sep 10 12:34:12 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2017/07/30 05:31:12 adam Exp $
+$NetBSD: distinfo,v 1.8 2017/09/10 12:34:12 adam Exp $
 
 SHA1 (flake8-3.4.1.tar.gz) = 169037b8e5438edb756e7cdca8016134c03e6a36
 RMD160 (flake8-3.4.1.tar.gz) = f366a867f4d241edbefcf88a9c6717559ad28a83
 SHA512 (flake8-3.4.1.tar.gz) = 42df8fa0cf6f4bb4f3e52143028dee14d51a645aef19a0bab05000fef577e5bea3cc29f961acb0c98d92b76e635fdd2f0d689e23663a6c14d435d0410be94c87
 Size (flake8-3.4.1.tar.gz) = 137066 bytes
+SHA1 (patch-setup.py) = 277225adaba8588a333ba12977b95ae0d7ede1ab

Added files:

Index: pkgsrc/devel/py-flake8/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-flake8/patches/patch-setup.py:1.1
--- /dev/null   Sun Sep 10 12:34:12 2017
+++ pkgsrc/devel/py-flake8/patches/patch-setup.py       Sun Sep 10 12:34:12 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2017/09/10 12:34:12 adam Exp $
+
+Allow newer pyflakes.
+
+--- setup.py.orig      2017-08-04 06:17:09.000000000 +0000
++++ setup.py
+@@ -17,7 +17,7 @@ tests_require = ['mock >= 2.0.0', 'pytes
+ # NOTE(sigmavirus24): When updating these requirements, update them in
+ # setup.cfg as well.
+ requires = [
+-    "pyflakes >= 1.5.0, < 1.6.0",
++    "pyflakes >= 1.5.0",
+     "pycodestyle >= 2.0.0, < 2.4.0",
+     "mccabe >= 0.6.0, < 0.7.0",
+     "setuptools >= 30",



Home | Main Index | Thread Index | Old Index