pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astroid



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov  6 12:46:40 UTC 2019

Modified Files:
        pkgsrc/devel/py-astroid: Makefile distinfo
Added Files:
        pkgsrc/devel/py-astroid/patches: patch-astroid_____pkginfo____.py

Log Message:
py-astroid: allow newer version of lang/py-six


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-astroid/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-astroid/patches/patch-astroid_____pkginfo____.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-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.32 pkgsrc/devel/py-astroid/Makefile:1.33
--- pkgsrc/devel/py-astroid/Makefile:1.32       Sat Oct 19 06:31:25 2019
+++ pkgsrc/devel/py-astroid/Makefile    Wed Nov  6 12:46:40 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2019/10/19 06:31:25 adam Exp $
+# $NetBSD: Makefile,v 1.33 2019/11/06 12:46:40 adam Exp $
 
 DISTNAME=      astroid-2.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
 

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.23 pkgsrc/devel/py-astroid/distinfo:1.24
--- pkgsrc/devel/py-astroid/distinfo:1.23       Sat Oct 19 06:31:25 2019
+++ pkgsrc/devel/py-astroid/distinfo    Wed Nov  6 12:46:40 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.23 2019/10/19 06:31:25 adam Exp $
+$NetBSD: distinfo,v 1.24 2019/11/06 12:46:40 adam Exp $
 
 SHA1 (astroid-2.3.2.tar.gz) = e338585b39abd91c635cca3762b3800ff31c45fd
 RMD160 (astroid-2.3.2.tar.gz) = e1c7608f747ed4ccc05804b257dd31cefaf47160
 SHA512 (astroid-2.3.2.tar.gz) = e97881971c3302ab12bf98f36d39764ee0412df277e63900d76e4d8f741c3fad70b67cb404121236591d03d7605c83ed65d0cde257c9970fa560c549eb4cd604
 Size (astroid-2.3.2.tar.gz) = 297318 bytes
+SHA1 (patch-astroid_____pkginfo____.py) = d3fc12ba0026559e98e8a6bf3fd98362483b05b7

Added files:

Index: pkgsrc/devel/py-astroid/patches/patch-astroid_____pkginfo____.py
diff -u /dev/null pkgsrc/devel/py-astroid/patches/patch-astroid_____pkginfo____.py:1.1
--- /dev/null   Wed Nov  6 12:46:40 2019
+++ pkgsrc/devel/py-astroid/patches/patch-astroid_____pkginfo____.py    Wed Nov  6 12:46:40 2019
@@ -0,0 +1,15 @@
+$NetBSD: patch-astroid_____pkginfo____.py,v 1.1 2019/11/06 12:46:40 adam Exp $
+
+Allow newer six.
+
+--- astroid/__pkginfo__.py.orig        2019-11-06 12:41:35.000000000 +0000
++++ astroid/__pkginfo__.py
+@@ -23,7 +23,7 @@ numversion = tuple(int(elem) for elem in
+ extras_require = {}
+ install_requires = [
+     "lazy_object_proxy==1.4.*",
+-    "six==1.12",
++    "six>=1.12",
+     "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