From 82869f1280ea12ad95527b4f48b7f1bc3481c5a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 20 Jan 2023 10:29:48 -0500 Subject: [PATCH] python3-cycler: update to 0.11.0. --- srcpkgs/python3-cycler/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template index e1c12128e34..67804cf7241 100644 --- a/srcpkgs/python3-cycler/template +++ b/srcpkgs/python3-cycler/template @@ -1,16 +1,17 @@ # Template file for 'python3-cycler' pkgname=python3-cycler -version=0.10.0 -revision=9 +version=0.11.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-six" +depends="python3" +checkdepends="python3-pytest-xdist $depends" short_desc="Composable style cycles (Python3)" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/matplotlib/cycler" distfiles="${PYPI_SITE}/C/Cycler/cycler-${version}.tar.gz" -checksum=cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8 +checksum=9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f post_install() { vlicense LICENSE