19 lines
533 B
Bash
19 lines
533 B
Bash
# Template file for 'python3-cycler'
|
|
pkgname=python3-cycler
|
|
version=0.10.0
|
|
revision=8
|
|
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
|
|
}
|