pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-astroid py-astroid: relax wrapt version requi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/91de8ad99922
branches: trunk
changeset: 427968:91de8ad99922
user: adam <adam%pkgsrc.org@localhost>
date: Thu Apr 23 08:44:26 2020 +0000
description:
py-astroid: relax wrapt version requirement
diffstat:
devel/py-astroid/distinfo | 3 +-
devel/py-astroid/patches/patch-astroid_____pkginfo____.py | 16 +++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 39aa0a6e378f -r 91de8ad99922 devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Thu Apr 23 08:33:05 2020 +0000
+++ b/devel/py-astroid/distinfo Thu Apr 23 08:44:26 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.25 2019/11/07 10:56:42 adam Exp $
+$NetBSD: distinfo,v 1.26 2020/04/23 08:44:26 adam Exp $
SHA1 (astroid-2.3.3.tar.gz) = d53a00c984beb22679a7f10bc02310a1ce24a9f9
RMD160 (astroid-2.3.3.tar.gz) = 180dfda90675ead4026b7cd2f47f2ba2ecb7aee9
SHA512 (astroid-2.3.3.tar.gz) = 72011f3eb312ea7ce7dd55f7615972f6bfc152d8f16f9052b405f44fe17e594d5da22e0502b4c3034881b9783be9e808509d4ded3d679182ddf6d34eb90748f1
Size (astroid-2.3.3.tar.gz) = 297350 bytes
+SHA1 (patch-astroid_____pkginfo____.py) = a173438f76081d66dd4c65cf42740dbd97f59854
diff -r 39aa0a6e378f -r 91de8ad99922 devel/py-astroid/patches/patch-astroid_____pkginfo____.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-astroid/patches/patch-astroid_____pkginfo____.py Thu Apr 23 08:44:26 2020 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-astroid_____pkginfo____.py,v 1.3 2020/04/23 08:44:26 adam Exp $
+
+Relax wrapt version requirement.
+https://github.com/PyCQA/astroid/issues/768
+
+--- astroid/__pkginfo__.py.orig 2020-04-23 08:41:06.000000000 +0000
++++ astroid/__pkginfo__.py
+@@ -24,7 +24,7 @@ extras_require = {}
+ install_requires = [
+ "lazy_object_proxy==1.4.*",
+ "six~=1.12",
+- "wrapt==1.11.*",
++ "wrapt>=1.11",
+ 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
+ ]
+
Home |
Main Index |
Thread Index |
Old Index