python3-cycler: update to 0.12.1.
This commit is contained in:
parent
c1e4496c26
commit
9f871d1ed7
1 changed files with 10 additions and 9 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'python3-cycler'
|
||||
pkgname=python3-cycler
|
||||
version=0.11.0
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=0.12.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest-xdist $depends"
|
||||
short_desc="Composable style cycles (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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"
|
||||
distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz"
|
||||
checksum=9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue