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/doublex-expects/
Date: Fri, 17 Mar 2023 17:27:04
Message-Id: 1679074017.57d54840ec3a86cfe4ad63953a33458f9efdf915.mgorny@gentoo
1 commit: 57d54840ec3a86cfe4ad63953a33458f9efdf915
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:20:25 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:26:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d54840
7
8 dev-python/doublex-expects: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/doublex-expects/Manifest | 1 -
13 .../doublex-expects/doublex-expects-0.7.1.ebuild | 35 ----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/doublex-expects/Manifest b/dev-python/doublex-expects/Manifest
17 index 773d6a3a08ff..55b82a8784c1 100644
18 --- a/dev-python/doublex-expects/Manifest
19 +++ b/dev-python/doublex-expects/Manifest
20 @@ -1,2 +1 @@
21 DIST doublex-expects-0.7.1.gh.tar.gz 6315 BLAKE2B 4af2832244578237821ba29baec54ffe1f226dfb1c92a5a03122c1a30c0e78d472ab8f75e6412a9014b97265120b5c60a8b5674cb42be58b46397a537bd534bf SHA512 2aaff2e58556ed9eb91ebb418e65058367411e011e843afb5adb08ab69705b6bdfb478d3052aae093ad1c1a1b49ba1e084e4c5510acde4874182a658330e3448
22 -DIST doublex-expects-0.7.1.tar.gz 6315 BLAKE2B 4af2832244578237821ba29baec54ffe1f226dfb1c92a5a03122c1a30c0e78d472ab8f75e6412a9014b97265120b5c60a8b5674cb42be58b46397a537bd534bf SHA512 2aaff2e58556ed9eb91ebb418e65058367411e011e843afb5adb08ab69705b6bdfb478d3052aae093ad1c1a1b49ba1e084e4c5510acde4874182a658330e3448
23
24 diff --git a/dev-python/doublex-expects/doublex-expects-0.7.1.ebuild b/dev-python/doublex-expects/doublex-expects-0.7.1.ebuild
25 deleted file mode 100644
26 index cf2e7bf1c785..000000000000
27 --- a/dev-python/doublex-expects/doublex-expects-0.7.1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{9..10} )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PV=${PV/_/}
40 -
41 -DESCRIPTION="Expects matchers for Doublex test doubles assertions"
42 -HOMEPAGE="https://github.com/jaimegildesagredo/doublex-expects"
43 -SRC_URI="https://github.com/jaimegildesagredo/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm64"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - dev-python/doublex[${PYTHON_USEDEP}]
53 - >=dev-python/expects-0.8.0_rc1[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="
56 - test? (
57 - ${RDEPEND}
58 - dev-python/mamba[${PYTHON_USEDEP}]
59 - )
60 -"
61 -
62 -python_test() {
63 - mamba || die "Tests failed under ${EPYTHON}"
64 -}