Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cycler/
Date: Fri, 29 Oct 2021 09:16:55
Message-Id: 1635498978.eee957bd7af15880446c92bcb96d3e329053f98a.mgorny@gentoo
1 commit: eee957bd7af15880446c92bcb96d3e329053f98a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 07:05:32 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 09:16:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee957bd
7
8 dev-python/cycler: Bump to 0.11.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cycler/Manifest | 1 +
13 dev-python/cycler/cycler-0.11.0.ebuild | 22 ++++++++++++++++++++++
14 dev-python/cycler/metadata.xml | 2 +-
15 3 files changed, 24 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest
18 index 38a2463f9cc..73f0eead797 100644
19 --- a/dev-python/cycler/Manifest
20 +++ b/dev-python/cycler/Manifest
21 @@ -1 +1,2 @@
22 DIST cycler-0.10.0.gh.tar.gz 21672 BLAKE2B 68b48e8359210845e35e4fe2cd1f48b48ac2c1ce67196fd9fa1e3a83a3bf15d6889a727bf62a65097d0975e93e660550084ef66a0c3a3de98ba04d439d29965b SHA512 685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01
23 +DIST cycler-0.11.0.gh.tar.gz 19028 BLAKE2B 7726067db988e40b833ebcef4a9122fd91753925af829a0023c08081ea7f315b84fd3a5d13731dba72d2820159da45698200ca8649b65b854d48e1a114e31d81 SHA512 cdf91b861d20710b3d77ad105e54668fafa4be69e566d6a09683c638a35aa423b542a141ca0bbffd7a6cd30c8e2a629d578be88648ab9f38a0c43405f2f39613
24
25 diff --git a/dev-python/cycler/cycler-0.11.0.ebuild b/dev-python/cycler/cycler-0.11.0.ebuild
26 new file mode 100644
27 index 00000000000..e8309d1fada
28 --- /dev/null
29 +++ b/dev-python/cycler/cycler-0.11.0.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Composable style cycles"
40 +HOMEPAGE="
41 + https://matplotlib.org/cycler/
42 + https://pypi.org/project/cycler/
43 + https://github.com/matplotlib/cycler"
44 +SRC_URI="
45 + https://github.com/matplotlib/cycler/archive/v${PV}.tar.gz
46 + -> ${P}.gh.tar.gz"
47 +
48 +SLOT="0"
49 +LICENSE="BSD"
50 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
51 +
52 +distutils_enable_tests pytest
53
54 diff --git a/dev-python/cycler/metadata.xml b/dev-python/cycler/metadata.xml
55 index 331e58a1ee8..4b58c298460 100644
56 --- a/dev-python/cycler/metadata.xml
57 +++ b/dev-python/cycler/metadata.xml
58 @@ -7,6 +7,6 @@
59 </maintainer>
60 <upstream>
61 <remote-id type="github">matplotlib/cycler</remote-id>
62 - <remote-id type="pypi">Cycler</remote-id>
63 + <remote-id type="pypi">cycler</remote-id>
64 </upstream>
65 </pkgmetadata>