diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-02 21:14:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-02 21:14:13 +0100 |
commit | 5d97265b7bd0b09523a683974474f55979eaedfd (patch) | |
tree | 747c9d8426a7805ce1294bace0cb7b03b81f9741 /dev-python/cycler | |
parent | dev-python/libarchive-c: add 3.2 (diff) | |
download | gentoo-5d97265b7bd0b09523a683974474f55979eaedfd.tar.gz gentoo-5d97265b7bd0b09523a683974474f55979eaedfd.tar.bz2 gentoo-5d97265b7bd0b09523a683974474f55979eaedfd.zip |
dev-python/cycler: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cycler')
-rw-r--r-- | dev-python/cycler/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cycler/cycler-0.10.0-r1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest index 73f0eead7970..ba18bacb831f 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.11.0.gh.tar.gz 19028 BLAKE2B 7726067db988e40b833ebcef4a9122fd91753925af829a0023c08081ea7f315b84fd3a5d13731dba72d2820159da45698200ca8649b65b854d48e1a114e31d81 SHA512 cdf91b861d20710b3d77ad105e54668fafa4be69e566d6a09683c638a35aa423b542a141ca0bbffd7a6cd30c8e2a629d578be88648ab9f38a0c43405f2f39613 diff --git a/dev-python/cycler/cycler-0.10.0-r1.ebuild b/dev-python/cycler/cycler-0.10.0-r1.ebuild deleted file mode 100644 index 73ace2d1e2b3..000000000000 --- a/dev-python/cycler/cycler-0.10.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) - -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=" - 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" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests nose |