python3-cycler: update to 0.12.1.

This commit is contained in:
Gonzalo Tornaría 2023-11-04 18:44:48 -03:00 committed by Andrew J. Hesford
parent c1e4496c26
commit 9f871d1ed7

View file

@ -1,17 +1,18 @@
# Template file for 'python3-cycler' # Template file for 'python3-cycler'
pkgname=python3-cycler pkgname=python3-cycler
version=0.11.0 version=0.12.1
revision=2 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-wheel"
depends="python3" depends="python3"
checkdepends="python3-pytest-xdist $depends" checkdepends="python3-pytest"
short_desc="Composable style cycles (Python3)" short_desc="Composable style cycles"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/matplotlib/cycler" homepage="https://github.com/matplotlib/cycler"
distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz" changelog="https://github.com/matplotlib/cycler/releases"
checksum=9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f distfiles="https://github.com/matplotlib/cycler/archive/refs/tags/v${version}.tar.gz"
checksum=e83c1956b154ceb252c32e079ac7a95860a76c9ce894858dd082cc881008cae0
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE