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/pytest-salt-factories/
Date: Mon, 02 Nov 2020 10:34:48
Message-Id: 1604313267.f07208033afcc7e5d40895a6ca55ed0597f67ab5.mgorny@gentoo
1 commit: f07208033afcc7e5d40895a6ca55ed0597f67ab5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 10:30:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 10:34:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0720803
7
8 dev-python/pytest-salt-factories: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-salt-factories/Manifest | 1 -
13 .../pytest-salt-factories-0.92.0.ebuild | 36 ----------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/dev-python/pytest-salt-factories/Manifest b/dev-python/pytest-salt-factories/Manifest
17 index ebba53b1328..aa2b8070aeb 100644
18 --- a/dev-python/pytest-salt-factories/Manifest
19 +++ b/dev-python/pytest-salt-factories/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-salt-factories-0.92.0.tar.gz 112049 BLAKE2B 054ec70df87bb1c1ccd4217ddf66b1efa1329d95c72cc40a633b5516afbe5bc80b4210560438e039def40a5c4aec3730a36f83c7911fd3a12a7bd5d33d388986 SHA512 308a446c870528437967eb5b3167861818311683dd9c4f55af8aa1766cde29ab438e5bf0ba922933d893f1a5469af4b827c422e59adb12cb2b422302550dfdd5
22 DIST pytest-salt-factories-0.94.4.tar.gz 117281 BLAKE2B 9b42dbf4329fe2afd875de55e96604896c6f46d3c3736b644466dd5db6091cf5b9b1d2188c0e0a22b4b15a227dfacc7692ea6499aa7f58ce6adb9b802f00b1f7 SHA512 5c670aa7dd64441b1bd3a188335a35be00d7406bc8d76f9a1213cc3414061c3dfc51a9319008c29c83fb5abec1d7b677aec76ac4b9c00adcd878ef6da599041a
23
24 diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild
25 deleted file mode 100644
26 index 5944ed01a0d..00000000000
27 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-0.92.0.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..8} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="The new generation of the pytest-salt Plugin"
39 -HOMEPAGE="https://github.com/saltstack/pytest-salt-factories"
40 -SRC_URI="https://github.com/saltstack/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="test"
46 -
47 -RDEPEND="
48 - >=dev-python/pytest-4.6.6[${PYTHON_USEDEP}]
49 - dev-python/pytest-tempdir[${PYTHON_USEDEP}]
50 - dev-python/psutil[${PYTHON_USEDEP}]
51 - dev-python/pyzmq[${PYTHON_USEDEP}]
52 - dev-python/msgpack[${PYTHON_USEDEP}]
53 -"
54 -BDEPEND="${RDEPEND}
55 - test? ( >=app-admin/salt-3000.0[${PYTHON_USEDEP}] )
56 -"
57 -
58 -# pytest just bombs
59 -RESTRICT="test"
60 -
61 -PATCHES=(
62 - "${FILESDIR}/pytest-salt-factories-0.92.0-setup.patch"
63 -)
64 -
65 -distutils_enable_tests pytest