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: Tue, 02 Jan 2018 14:57:50
Message-Id: 1514905056.5d6f74a14dbcd0b1fcd5a950409fc6f8b1add1a6.mgorny@gentoo
1 commit: 5d6f74a14dbcd0b1fcd5a950409fc6f8b1add1a6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 13:39:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 14:57:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6f74a1
7
8 dev-python/SaltTesting: Clean old up
9
10 dev-python/SaltTesting/Manifest | 1 -
11 .../SaltTesting/SaltTesting-2017.2.23.ebuild | 29 ----------------------
12 2 files changed, 30 deletions(-)
13
14 diff --git a/dev-python/SaltTesting/Manifest b/dev-python/SaltTesting/Manifest
15 index 5fcf1a979bf..25f39f35ec0 100644
16 --- a/dev-python/SaltTesting/Manifest
17 +++ b/dev-python/SaltTesting/Manifest
18 @@ -1,3 +1,2 @@
19 DIST SaltTesting-2015.7.10.tar.gz 77163 BLAKE2B 974c0f336da7c7222501cce31e5ebd5946901337bc185b24ce6e3efa5780924894e4293a8fc80dedbc85ea3e442dd6c793d75d1a4094c5f4e6960a60f3a9000d SHA512 8f8979fcbb13ff6f56c67d726aaa95a5e9fb0e73338487b87d72acdf4621f327bdc6944f5e27baee46f15d3537c7b37321aa5535d1b6d4b88c79c0c72acfb099
20 -DIST SaltTesting-2017.2.23.tar.gz 91715 BLAKE2B 477f1c633842b48e084630bd4f4c18f9345a48c7755e024dc13d57ee09222e1317add5edfddb14541a513d257bbdf4a741c6003a409278a0c33bbfeec23ec116 SHA512 d45085463dadcce3ab91b496cd580c5d091d875258e791d7c9c60746d8c1367471aea6ea855551116f505a43afbead83d14a44e2f40f1acd0d55d5367bcccd03
21 DIST SaltTesting-2017.6.1.tar.gz 90438 BLAKE2B 2d24dc88e8e352d027cf7bdf58a05afe7ec189c20312d821401fcb93fa1d2098078e6b3eb6e9bc86a7bca732b767553f1130cfedd93b91b8bc516fe72243cc1d SHA512 1d1a33385e9313450a17912440671567c957b74bfe6fea2e11921c8fde30ad5fc54b147b2c9d12763b946eac89e37346e1e5547fe310ee6a8bdb17ca601a09fb
22
23 diff --git a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
24 deleted file mode 100644
25 index 8c61110b76c..00000000000
26 --- a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
27 +++ /dev/null
28 @@ -1,29 +0,0 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=6
33 -
34 -PYTHON_COMPAT=( python2_7 )
35 -
36 -inherit eutils distutils-r1
37 -
38 -DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
39 -HOMEPAGE="https://saltstack.com/community/"
40 -
41 -if [[ ${PV} == 9999* ]]; then
42 - inherit git-2
43 - EGIT_REPO_URI="https://github.com/saltstack/salt-testing.git"
44 - EGIT_BRANCH="develop"
45 - SRC_URI=""
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}]"