commit:     861cab180b8bfa68493727e2d3588ff0e48a322c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 14:36:25 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 14:36:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861cab18

dev-python/cycler: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cycler/Manifest             |  1 -
 dev-python/cycler/cycler-0.10.0.ebuild | 36 ----------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest
index ea2bd396dbb..38a2463f9cc 100644
--- a/dev-python/cycler/Manifest
+++ b/dev-python/cycler/Manifest
@@ -1,2 +1 @@
 DIST cycler-0.10.0.gh.tar.gz 21672 BLAKE2B 
68b48e8359210845e35e4fe2cd1f48b48ac2c1ce67196fd9fa1e3a83a3bf15d6889a727bf62a65097d0975e93e660550084ef66a0c3a3de98ba04d439d29965b
 SHA512 
685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01
-DIST cycler-0.10.0.tar.gz 16553 BLAKE2B 
b2f3263e18fab74eed8c92a888f1a5cd47a2c24499fad3d9b9737b2fd01c3b085d6008d65e7cc075d9336321193e779e9c1c7b4daf9bb33be219f54267cd40dc
 SHA512 
b7d2ba19861ffaf4dea0444bfe68b5a6264a022d7b3f02c9ff5e5859e3901de12a90f8dc7469e995e09c418515b3df55dbf05a0cfe5368d40790a2c878a74819

diff --git a/dev-python/cycler/cycler-0.10.0.ebuild 
b/dev-python/cycler/cycler-0.10.0.ebuild
deleted file mode 100644
index c075dab0018..00000000000
--- a/dev-python/cycler/cycler-0.10.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN="Cycler"
-
-DESCRIPTION="Composable style cycles"
-HOMEPAGE="
-       https://matplotlib.org/cycler/
-       https://pypi.org/project/Cycler/
-       https://github.com/matplotlib/cycler";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-# Not shipped
-# https://github.com/matplotlib/cycler/issues/21
-RESTRICT=test
-
-python_test() {
-       nosetests --verbosity=3 || die
-}

Reply via email to