diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-28 20:43:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-28 20:43:32 +0100 |
commit | 0c453bcf0533e956959bc089737c4003e24a1b85 (patch) | |
tree | 724ed7860807ee864fbba494525a543e3993177d /dev-python/whatever | |
parent | dev-java/jstl-api: Keyword 1.2.7 x86, #898172 (diff) | |
download | gentoo-0c453bcf0533e956959bc089737c4003e24a1b85.tar.gz gentoo-0c453bcf0533e956959bc089737c4003e24a1b85.tar.bz2 gentoo-0c453bcf0533e956959bc089737c4003e24a1b85.zip |
dev-python/whatever: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whatever')
-rw-r--r-- | dev-python/whatever/Manifest | 1 | ||||
-rw-r--r-- | dev-python/whatever/whatever-0.6-r1.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest index 11b9a3c92eeb..56de536a49fd 100644 --- a/dev-python/whatever/Manifest +++ b/dev-python/whatever/Manifest @@ -1,2 +1 @@ -DIST whatever-0.6.gh.tar.gz 6003 BLAKE2B 410093960b8e17b1e0a7f91d7692bfd9e3f88a73cffb17a9a1763d42674cb1ec75da2b0a6575279c93451f24504086bdb89487bcc44bb116cbb2af89b9a7521b SHA512 f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975 DIST whatever-0.7.gh.tar.gz 6373 BLAKE2B 401edadee8379dda2a2a90d7e02b64e2c091b4ad6a9ae3c25b9513b3953f09c89b7cad5bf48fc96713a332a8e3891f2bbca755c7f6d4817578eeab1f986e8640 SHA512 7641957f6eabad0d8485dac9b9cfaf0c6a8426ec9817c4e0748e669561fb5fbe21932f9bb864362ee34f5a5bff8ce6f6803c428130c1af3aabef3d583d7a582e diff --git a/dev-python/whatever/whatever-0.6-r1.ebuild b/dev-python/whatever/whatever-0.6-r1.ebuild deleted file mode 100644 index 8f64b4f30626..000000000000 --- a/dev-python/whatever/whatever-0.6-r1.ebuild +++ /dev/null @@ -1,21 +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_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Easy anonymous functions by partial application of operators" -HOMEPAGE="https://github.com/Suor/whatever" -SRC_URI=" - https://github.com/Suor/whatever/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -distutils_enable_tests pytest |