python-astroid: update to 1.6.4
This commit is contained in:
parent
883a90ee48
commit
afb4c4e6cd
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python-astroid'
|
||||
pkgname=python-astroid
|
||||
version=1.6.3
|
||||
version=1.6.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="astroid-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="astroid"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-six python-lazy-object-proxy python-wrapt
|
||||
python-backports.functools_lru_cache python-enum34 python-singledispatch"
|
||||
pycompile_module="astroid"
|
||||
short_desc="Abstract syntax tree for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/PyCQA/astroid"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
||||
checksum=35cfae47aac19c7b407b7095410e895e836f2285ccf1220336afba744cc4c5f2
|
||||
checksum=dea42ae6e0b789b543f728ddae7ddb6740ba33a49fb52c4a4d9cb7bb4aa6ec09
|
||||
|
||||
post_install() {
|
||||
# no tests
|
||||
|
@ -23,8 +23,8 @@ post_install() {
|
|||
|
||||
python3-astroid_package() {
|
||||
noarch=yes
|
||||
depends="python3-six python3-lazy-object-proxy python3-wrapt"
|
||||
pycompile_module="astroid"
|
||||
depends="python3-six python3-lazy-object-proxy python3-wrapt"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue