diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-02 06:17:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-02 06:17:11 +0100 |
commit | 7212cb075e48129e8415cdc0c6140290ff25df37 (patch) | |
tree | 00134730ea8219cd4aa41e1dbbdf6cc5ef5a1826 /dev-python/cycler | |
parent | app-admin/awscli: Bump to 1.29.76 (diff) | |
download | gentoo-7212cb075e48129e8415cdc0c6140290ff25df37.tar.gz gentoo-7212cb075e48129e8415cdc0c6140290ff25df37.tar.bz2 gentoo-7212cb075e48129e8415cdc0c6140290ff25df37.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 | 2 | ||||
-rw-r--r-- | dev-python/cycler/cycler-0.11.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/cycler/cycler-0.12.0.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest index bc276211e746..e1179f45be66 100644 --- a/dev-python/cycler/Manifest +++ b/dev-python/cycler/Manifest @@ -1,3 +1 @@ -DIST cycler-0.11.0.gh.tar.gz 19028 BLAKE2B 7726067db988e40b833ebcef4a9122fd91753925af829a0023c08081ea7f315b84fd3a5d13731dba72d2820159da45698200ca8649b65b854d48e1a114e31d81 SHA512 cdf91b861d20710b3d77ad105e54668fafa4be69e566d6a09683c638a35aa423b542a141ca0bbffd7a6cd30c8e2a629d578be88648ab9f38a0c43405f2f39613 -DIST cycler-0.12.0.gh.tar.gz 23308 BLAKE2B 7ef27c75314c860081a76004d720f66f20654d255fcc193f4c0a6473f61fcafc78b44a03631cd5d45c6ad205264d93c352bd11c25de845c537d3dd2279b69e01 SHA512 dcbaf8c8d66ae0a302f9dc7507d7064ded133ef5349f2d08cfb52beb3d7a81aa7cd0bebd5da357934431d39b6141e0e2ce344ab7f6e12b6ec6f61649bef3e5c3 DIST cycler-0.12.1.gh.tar.gz 23326 BLAKE2B a7ec89573c09f7e2e1f185915e229e346185bcd81af5b1f8a352147f50b63ed051d7d09cd63adc3f9513fbe5005afeaa72644f4ad712e86ccfcd3326485507db SHA512 f1d264de9c5e63515649aefb5937ef7a85d781c07b1c7c8fe291c969565abb18eb48d6d62f77d278746c60900c93700cbb095d280e09de768aedc2463e60d9a2 diff --git a/dev-python/cycler/cycler-0.11.0-r1.ebuild b/dev-python/cycler/cycler-0.11.0-r1.ebuild deleted file mode 100644 index 01fe7761de74..000000000000 --- a/dev-python/cycler/cycler-0.11.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -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="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos" - -distutils_enable_tests pytest diff --git a/dev-python/cycler/cycler-0.12.0.ebuild b/dev-python/cycler/cycler-0.12.0.ebuild deleted file mode 100644 index b4df8f7d8831..000000000000 --- a/dev-python/cycler/cycler-0.12.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos" - -distutils_enable_tests pytest |