pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pylint



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  7 12:45:27 UTC 2022

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

Log Message:
py-pylint: allow newer py-mccabe


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-pylint/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pylint/patches/patch-setup.cfg

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-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.48 pkgsrc/devel/py-pylint/distinfo:1.49
--- pkgsrc/devel/py-pylint/distinfo:1.48        Wed Dec  8 16:23:48 2021
+++ pkgsrc/devel/py-pylint/distinfo     Mon Feb  7 12:45:27 2022
@@ -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

Added files:

Index: pkgsrc/devel/py-pylint/patches/patch-setup.cfg
diff -u /dev/null pkgsrc/devel/py-pylint/patches/patch-setup.cfg:1.1
--- /dev/null   Mon Feb  7 12:45:27 2022
+++ pkgsrc/devel/py-pylint/patches/patch-setup.cfg      Mon Feb  7 12:45:27 2022
@@ -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