void-packages/srcpkgs/python3-cycler/template

19 lines
547 B
Bash

# Template file for 'python3-cycler'
pkgname=python3-cycler
version=0.11.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest-xdist $depends"
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=9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f
post_install() {
vlicense LICENSE
}