Fri Aug 10 12:16:23 2018 UTC ()
py-astroid: updated to 2.0.4

2.0.4:
Make sure that assign nodes can find ``yield`` statements in their values

2.0.3:
The environment markers for PyPy were invalid.


(adam)
diff -r1.20 -r1.21 pkgsrc/devel/py-astroid/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/py-astroid/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/py-astroid/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-astroid/Makefile 2018/08/02 15:13:34 1.20
+++ pkgsrc/devel/py-astroid/Makefile 2018/08/10 12:16:23 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2018/08/02 15:13:34 adam Exp $ 1# $NetBSD: Makefile,v 1.21 2018/08/10 12:16:23 adam Exp $
2 2
3DISTNAME= astroid-2.0.2 3DISTNAME= astroid-2.0.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/astroid/}
7 7
8MAINTAINER= kamel.derouiche@gmail.com 8MAINTAINER= kamel.derouiche@gmail.com
9HOMEPAGE= https://github.com/pycqa/astroid 9HOMEPAGE= https://github.com/pycqa/astroid
10COMMENT= Rebuild a new abstract syntax tree from Python's ast 10COMMENT= Rebuild a new abstract syntax tree from Python's ast
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
13DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy-[0-9]*:../../devel/py-lazy-object-proxy 13DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy-[0-9]*:../../devel/py-lazy-object-proxy
14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
15DEPENDS+= ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt 15DEPENDS+= ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt
16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-astroid/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-astroid/distinfo 2018/08/02 15:13:34 1.14
+++ pkgsrc/devel/py-astroid/distinfo 2018/08/10 12:16:23 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2018/08/02 15:13:34 adam Exp $ 1$NetBSD: distinfo,v 1.15 2018/08/10 12:16:23 adam Exp $
2 2
3SHA1 (astroid-2.0.2.tar.gz) = 3e9052b54beda04862f6bf2a367f2297fa57e6e2 3SHA1 (astroid-2.0.4.tar.gz) = d06c88f278df392176968df5594c324f7e8ed9b9
4RMD160 (astroid-2.0.2.tar.gz) = 1d925c00b5f3e49b42c06c1a77eacdd90fe2b640 4RMD160 (astroid-2.0.4.tar.gz) = 4f525192794b7c408c719e4d9731801c2a697b96
5SHA512 (astroid-2.0.2.tar.gz) = 428330eb8e5d215424784b3bc5239b0539fb331eead6ec44f67c70fa3c556e87ad87317a625581e058c41d953b7e1eed1461e76866e9f464e725c9a7057f94c1 5SHA512 (astroid-2.0.4.tar.gz) = 20e9f0230ce520e60d74e7ddf24906e7a4ab7b04c0d3199674cd09f9d6406bbc73225d1a49f07c7f947deeee8c71924df227d4d6c7e34633643f81bdde677894
6Size (astroid-2.0.2.tar.gz) = 273737 bytes 6Size (astroid-2.0.4.tar.gz) = 273871 bytes