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: Sun, 26 Jun 2022 17:53:53
Message-Id: 1656266006.786bebf81d975e8b13ad8e9c0e682a7787cc198f.mgorny@gentoo
1 commit: 786bebf81d975e8b13ad8e9c0e682a7787cc198f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 17:53:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 17:53:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786bebf8
7
8 dev-python/cycler: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cycler/cycler-0.11.0.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/cycler/cycler-0.11.0.ebuild b/dev-python/cycler/cycler-0.11.0.ebuild
16 deleted file mode 100644
17 index e62193743454..000000000000
18 --- a/dev-python/cycler/cycler-0.11.0.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Composable style cycles"
30 -HOMEPAGE="
31 - https://matplotlib.org/cycler/
32 - https://pypi.org/project/cycler/
33 - https://github.com/matplotlib/cycler"
34 -SRC_URI="
35 - https://github.com/matplotlib/cycler/archive/v${PV}.tar.gz
36 - -> ${P}.gh.tar.gz"
37 -
38 -SLOT="0"
39 -LICENSE="BSD"
40 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
41 -
42 -distutils_enable_tests pytest