commit: eee957bd7af15880446c92bcb96d3e329053f98a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 29 07:05:32 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 29 09:16:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee957bd
dev-python/cycler: Bump to 0.11.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cycler/Manifest | 1 + dev-python/cycler/cycler-0.11.0.ebuild | 22 ++++++++++++++++++++++ dev-python/cycler/metadata.xml | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest index 38a2463f9cc..73f0eead797 100644 --- a/dev-python/cycler/Manifest +++ b/dev-python/cycler/Manifest @@ -1 +1,2 @@ DIST cycler-0.10.0.gh.tar.gz 21672 BLAKE2B 68b48e8359210845e35e4fe2cd1f48b48ac2c1ce67196fd9fa1e3a83a3bf15d6889a727bf62a65097d0975e93e660550084ef66a0c3a3de98ba04d439d29965b SHA512 685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01 +DIST cycler-0.11.0.gh.tar.gz 19028 BLAKE2B 7726067db988e40b833ebcef4a9122fd91753925af829a0023c08081ea7f315b84fd3a5d13731dba72d2820159da45698200ca8649b65b854d48e1a114e31d81 SHA512 cdf91b861d20710b3d77ad105e54668fafa4be69e566d6a09683c638a35aa423b542a141ca0bbffd7a6cd30c8e2a629d578be88648ab9f38a0c43405f2f39613 diff --git a/dev-python/cycler/cycler-0.11.0.ebuild b/dev-python/cycler/cycler-0.11.0.ebuild new file mode 100644 index 00000000000..e8309d1fada --- /dev/null +++ b/dev-python/cycler/cycler-0.11.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Composable style cycles" +HOMEPAGE=" + https://matplotlib.org/cycler/ + https://pypi.org/project/cycler/ + https://github.com/matplotlib/cycler"; +SRC_URI=" + https://github.com/matplotlib/cycler/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +distutils_enable_tests pytest diff --git a/dev-python/cycler/metadata.xml b/dev-python/cycler/metadata.xml index 331e58a1ee8..4b58c298460 100644 --- a/dev-python/cycler/metadata.xml +++ b/dev-python/cycler/metadata.xml @@ -7,6 +7,6 @@ </maintainer> <upstream> <remote-id type="github">matplotlib/cycler</remote-id> - <remote-id type="pypi">Cycler</remote-id> + <remote-id type="pypi">cycler</remote-id> </upstream> </pkgmetadata>