void-packages/srcpkgs/python-cycler/template
2015-12-07 23:49:09 +01:00

28 lines
793 B
Bash

# Template file for 'python-cycler'
pkgname=python-cycler
version=0.9.0
revision=1
noarch=yes
wrksrc="cycler-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-six"
pycompile_module="cycler.py"
short_desc="Composable style cycles (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/matplotlib/cycler"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz"
checksum=96dc4ddf27ef62c09990c6196ac1167685e89168042ec0ae4db586de023355bc
python3.4-cycler_package() {
noarch=yes
depends="python3.4-six"
pycompile_version="3.4"
pycompile_module="cycler.py"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}