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/SaltTesting/
Date: Thu, 06 Feb 2020 06:00:01
Message-Id: 1580968771.34b15a6698ff87b71c342bf19c4dc0cbf5530a6e.mgorny@gentoo
1 commit: 34b15a6698ff87b71c342bf19c4dc0cbf5530a6e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 05:43:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 05:59:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b15a66
7
8 dev-python/SaltTesting: Remove old (drop to ~arch)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/SaltTesting/Manifest | 1 -
13 dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/SaltTesting/Manifest b/dev-python/SaltTesting/Manifest
17 index 237d4155ab8..33a9a726582 100644
18 --- a/dev-python/SaltTesting/Manifest
19 +++ b/dev-python/SaltTesting/Manifest
20 @@ -1,2 +1 @@
21 -DIST SaltTesting-2017.6.1.tar.gz 90438 BLAKE2B 2d24dc88e8e352d027cf7bdf58a05afe7ec189c20312d821401fcb93fa1d2098078e6b3eb6e9bc86a7bca732b767553f1130cfedd93b91b8bc516fe72243cc1d SHA512 1d1a33385e9313450a17912440671567c957b74bfe6fea2e11921c8fde30ad5fc54b147b2c9d12763b946eac89e37346e1e5547fe310ee6a8bdb17ca601a09fb
22 DIST SaltTesting-2018.1.16.tar.gz 88951 BLAKE2B 41061e691f97e95ac672b463cb7dc02af4ea70553577ac80d63800198aba8de8565c021381718a32fe76fd958446c3057dec25312a1f961b7696e19570dcee93 SHA512 1ea200ebd7688de35049a45816d87fb3b24f0a862384419a3796f191efb268cdad8a69187261db91de1151f7df8147251910170fd56a50335612bf2f29f09c0a
23
24 diff --git a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild b/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
25 deleted file mode 100644
26 index d549c7afc06..00000000000
27 --- a/dev-python/SaltTesting/SaltTesting-2017.6.1.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit eutils distutils-r1
38 -
39 -DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
40 -HOMEPAGE="https://saltstack.com/community/"
41 -
42 -if [[ ${PV} == *9999* ]]; then
43 - EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
44 - EGIT_BRANCH="develop"
45 - inherit git-r3
46 -else
47 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 - KEYWORDS="~amd64 ~x86"
49 -fi
50 -
51 -LICENSE="Apache-2.0"
52 -SLOT="0"
53 -
54 -RDEPEND="
55 - dev-python/psutil[${PYTHON_USEDEP}]
56 - >=dev-python/requests-2.4.2[${PYTHON_USEDEP}]
57 - dev-python/six[${PYTHON_USEDEP}]"