void-packages/srcpkgs/python3-cycler/template

20 lines
630 B
Bash

# Template file for 'python3-cycler'
pkgname=python3-cycler
version=0.12.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Composable style cycles"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/matplotlib/cycler"
changelog="https://github.com/matplotlib/cycler/releases"
distfiles="https://github.com/matplotlib/cycler/archive/refs/tags/v${version}.tar.gz"
checksum=e83c1956b154ceb252c32e079ac7a95860a76c9ce894858dd082cc881008cae0
post_install() {
vlicense LICENSE
}