python-astroid: update to 1.4.2
This commit is contained in:
parent
c0efbddb84
commit
790b4f6171
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-astroid'
|
# Template file for 'python-astroid'
|
||||||
pkgname=python-astroid
|
pkgname=python-astroid
|
||||||
version=1.4.1
|
version=1.4.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="python-logilab-common>=0"
|
replaces="python-logilab-common>=0"
|
||||||
|
@ -12,10 +12,10 @@ depends="python-six python-lazy-object-proxy python-wrapt"
|
||||||
pycompile_module="astroid"
|
pycompile_module="astroid"
|
||||||
short_desc="Abstract syntax tree for Python2"
|
short_desc="Abstract syntax tree for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://bitbucket.org/logilab/astroid"
|
homepage="https://github.com/PyCQA/astroid"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
||||||
checksum=2417a2c62f07bb77485efb6dd94567ac165808a4248ecb09754116662ffa9fc2
|
checksum=b734fa504179a93aa03314df48b45fb1d9d0d8770a1126e7a126c9ac4aebd5c3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# no tests
|
# no tests
|
||||||
|
|
Loading…
Reference in New Issue