New package: python-cycler-0.9.0
This commit is contained in:
parent
fa9af59e61
commit
8fc5c51cd0
2 changed files with 29 additions and 0 deletions
28
srcpkgs/python-cycler/template
Normal file
28
srcpkgs/python-cycler/template
Normal file
|
@ -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 <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
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-cycler
Symbolic link
1
srcpkgs/python3.4-cycler
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-cycler
|
Loading…
Add table
Reference in a new issue