void-packages/srcpkgs/python-astroid/template
2015-01-17 17:05:57 +01:00

34 lines
940 B
Plaintext

# Template file for 'python-astroid'
pkgname=python-astroid
version=1.3.4
revision=1
noarch=yes
wrksrc="astroid-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-logilab-common python-six"
pycompile_module="astroid"
short_desc="Abstract syntax tree for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://bitbucket.org/logilab/astroid"
license="GPL-2, LGPL-2.1"
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
checksum=0b453eaa4f48aaa25a007ede7165aa424d83d4a14fd3bd636dc9c77f83e8e9bb
post_install() {
# no tests
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/astroid/tests
}
python3.4-astroid_package() {
noarch=yes
depends="python3.4-logilab-common python3.4-six"
pycompile_version="3.4"
pycompile_module="astroid"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}