python-astroid: update to 1.4.8
This commit is contained in:
parent
720f599096
commit
144e92d5c8
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'python-astroid'
|
# Template file for 'python-astroid'
|
||||||
pkgname=python-astroid
|
pkgname=python-astroid
|
||||||
version=1.4.6
|
version=1.4.8
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="python-logilab-common>=0"
|
|
||||||
wrksrc="astroid-${version}"
|
wrksrc="astroid-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
|
@ -15,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/PyCQA/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=c304b70cb792dd361f918f662e3fb9bfe4a5d7b749f2e32d3ebcba26d4e4599f
|
checksum=5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# no tests
|
# no tests
|
||||||
|
@ -24,7 +23,6 @@ post_install() {
|
||||||
|
|
||||||
python3.4-astroid_package() {
|
python3.4-astroid_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="python3.4-logilab-common>=0"
|
|
||||||
depends="python3.4-six python3.4-lazy-object-proxy python3.4-wrapt"
|
depends="python3.4-six python3.4-lazy-object-proxy python3.4-wrapt"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="astroid"
|
pycompile_module="astroid"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue