pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pylint py-pylint: allow newer py-mccabe



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f21ea37b78d
branches:  trunk
changeset: 373157:5f21ea37b78d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 07 12:45:27 2022 +0000

description:
py-pylint: allow newer py-mccabe

diffstat:

 devel/py-pylint/distinfo                |   3 ++-
 devel/py-pylint/patches/patch-setup.cfg |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r cb52604f30bf -r 5f21ea37b78d devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Mon Feb 07 11:46:44 2022 +0000
+++ b/devel/py-pylint/distinfo  Mon Feb 07 12:45:27 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.48 2021/12/08 16:23:48 adam Exp $
+$NetBSD: distinfo,v 1.49 2022/02/07 12:45:27 adam Exp $
 
 BLAKE2s (pylint-2.12.2.tar.gz) = 449ea8443f7a66ac2811143c5efda726dff06bfc60749e97eb24bd395ce59fae
 SHA512 (pylint-2.12.2.tar.gz) = 16369eee4387bc1070dce4fc497bd7592d17c6346f3aa32f38eeab6e2b6faccc7c6a6981e7058c85fa0e458e08603fb2c230cb69204d2bb46b79152e479b36b4
 Size (pylint-2.12.2.tar.gz) = 344956 bytes
+SHA1 (patch-setup.cfg) = c875796a20897180ef6160c13e8168cbbc1e3120
diff -r cb52604f30bf -r 5f21ea37b78d devel/py-pylint/patches/patch-setup.cfg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pylint/patches/patch-setup.cfg   Mon Feb 07 12:45:27 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.cfg,v 1.1 2022/02/07 12:45:27 adam Exp $
+
+Allow newer py-mccabe.
+
+--- setup.cfg.orig     2022-02-07 12:42:35.000000000 +0000
++++ setup.cfg
+@@ -46,7 +46,7 @@ install_requires = 
+       platformdirs>=2.2.0
+       astroid>=2.9.0,<2.10 # (You should also upgrade requirements_test_min.txt)
+       isort>=4.2.5,<6
+-      mccabe>=0.6,<0.7
++      mccabe>=0.6
+       toml>=0.9.2
+       colorama;sys_platform=="win32"
+       typing-extensions>=3.10.0;python_version<"3.10"



Home | Main Index | Thread Index | Old Index