void-packages/srcpkgs/python-traitlets/template
2016-10-07 15:09:10 +02:00

34 lines
965 B
Bash

# Template file for 'python-traitlets'
pkgname=python-traitlets
version=4.3.1
revision=2
noarch=yes
wrksrc="traitlets-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-decorator python-ipython_genutils"
pycompile_module="traitlets"
short_desc="Configuration system for Python2 applications"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/ipython/traitlets"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/t/traitlets/traitlets-${version}.tar.gz"
checksum=ba8c94323ccbe8fd792e45d8efe8c95d3e0744cc8c085295b607552ab573724c
post_install() {
vlicense COPYING.md LICENSE
}
python3.4-traitlets_package() {
noarch=yes
depends="python3.4-decorator python3.4-ipython_genutils"
pycompile_version="3.4"
pycompile_module="traitlets"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense COPYING.md LICENSE
}
}