python-astroid: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
5b276a71d5
commit
f051005efe
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python-astroid'
|
||||
pkgname=python-astroid
|
||||
version=1.4.8
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="astroid-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-six python-lazy-object-proxy python-wrapt"
|
||||
pycompile_module="astroid"
|
||||
short_desc="Abstract syntax tree for Python2"
|
||||
|
@ -21,13 +20,19 @@ post_install() {
|
|||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/astroid/tests
|
||||
}
|
||||
|
||||
python3.4-astroid_package() {
|
||||
python3-astroid_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-six python3.4-lazy-object-proxy python3.4-wrapt"
|
||||
pycompile_version="3.4"
|
||||
replaces="python3.4-astroid>=0"
|
||||
depends="python3-six python3-lazy-object-proxy python3-wrapt"
|
||||
pycompile_module="astroid"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
python3.4-astroid_package() {
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-astroid>=${version}_${revision}"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-astroid
|
Loading…
Reference in New Issue