python-cycler: drop package
This commit is contained in:
parent
1c8034cc42
commit
46722b6311
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'python-cycler'
|
||||
pkgname=python-cycler
|
||||
version=0.10.0
|
||||
revision=5
|
||||
archs=noarch
|
||||
wrksrc="cycler-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-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
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-cycler_package() {
|
||||
archs=noarch
|
||||
depends="python3-six"
|
||||
pycompile_module="cycler.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-cycler
|
18
srcpkgs/python3-cycler/template
Normal file
18
srcpkgs/python3-cycler/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-cycler'
|
||||
pkgname=python3-cycler
|
||||
version=0.10.0
|
||||
revision=6
|
||||
wrksrc="cycler-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six"
|
||||
short_desc="Composable style cycles (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/matplotlib/cycler"
|
||||
distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz"
|
||||
checksum=cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue