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/whatever/
Date: Tue, 28 Feb 2023 19:47:06
Message-Id: 1677613412.0c453bcf0533e956959bc089737c4003e24a1b85.mgorny@gentoo
1 commit: 0c453bcf0533e956959bc089737c4003e24a1b85
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 19:43:32 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 19:43:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c453bcf
7
8 dev-python/whatever: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/whatever/Manifest | 1 -
13 dev-python/whatever/whatever-0.6-r1.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest
17 index 11b9a3c92eeb..56de536a49fd 100644
18 --- a/dev-python/whatever/Manifest
19 +++ b/dev-python/whatever/Manifest
20 @@ -1,2 +1 @@
21 -DIST whatever-0.6.gh.tar.gz 6003 BLAKE2B 410093960b8e17b1e0a7f91d7692bfd9e3f88a73cffb17a9a1763d42674cb1ec75da2b0a6575279c93451f24504086bdb89487bcc44bb116cbb2af89b9a7521b SHA512 f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975
22 DIST whatever-0.7.gh.tar.gz 6373 BLAKE2B 401edadee8379dda2a2a90d7e02b64e2c091b4ad6a9ae3c25b9513b3953f09c89b7cad5bf48fc96713a332a8e3891f2bbca755c7f6d4817578eeab1f986e8640 SHA512 7641957f6eabad0d8485dac9b9cfaf0c6a8426ec9817c4e0748e669561fb5fbe21932f9bb864362ee34f5a5bff8ce6f6803c428130c1af3aabef3d583d7a582e
23
24 diff --git a/dev-python/whatever/whatever-0.6-r1.ebuild b/dev-python/whatever/whatever-0.6-r1.ebuild
25 deleted file mode 100644
26 index 8f64b4f30626..000000000000
27 --- a/dev-python/whatever/whatever-0.6-r1.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{9..10} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Easy anonymous functions by partial application of operators"
40 -HOMEPAGE="https://github.com/Suor/whatever"
41 -SRC_URI="
42 - https://github.com/Suor/whatever/archive/${PV}.tar.gz
43 - -> ${P}.gh.tar.gz
44 -"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -
50 -distutils_enable_tests pytest