diff --git a/srcpkgs/python-cycler/template b/srcpkgs/python-cycler/template new file mode 100644 index 0000000000..b90a47b8f0 --- /dev/null +++ b/srcpkgs/python-cycler/template @@ -0,0 +1,28 @@ +# 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 " +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 + } +} diff --git a/srcpkgs/python3.4-cycler b/srcpkgs/python3.4-cycler new file mode 120000 index 0000000000..e62ba8c968 --- /dev/null +++ b/srcpkgs/python3.4-cycler @@ -0,0 +1 @@ +python-cycler \ No newline at end of file