void-packages/srcpkgs/python-cycler/template
2016-02-16 23:28:22 +01:00

29 lines
794 B
Bash

# Template file for 'python-cycler'
pkgname=python-cycler
version=0.10.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=cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8
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
}
}