summaryrefslogtreecommitdiff
path: root/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-03-20 19:16:23 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-03-20 19:16:23 +0100
commit4b3a79ed2bee964b0a5381bef044c60a20a4abac (patch)
tree6ee454277a63e9a80729f2ba0c9ca7cc5551c658 /dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
parent321b223a11372da72fce7b2b60fa46d75cf558ac (diff)
downloadgentoo-4b3a79ed2bee964b0a5381bef044c60a20a4abac.tar.gz
gentoo-4b3a79ed2bee964b0a5381bef044c60a20a4abac.tar.bz2
gentoo-4b3a79ed2bee964b0a5381bef044c60a20a4abac.zip
dev-python/SaltTesting: Version bump to 2017.2.23
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild')
-rw-r--r--dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
new file mode 100644
index 000000000000..7d1a203250f8
--- /dev/null
+++ b/dev-python/SaltTesting/SaltTesting-2017.2.23.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Required testing tools needed in the several Salt Stack projects"
+HOMEPAGE="http://saltstack.org/"
+
+if [[ ${PV} == 9999* ]]; then
+ inherit git-2
+ EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
+ EGIT_BRANCH="develop"
+ SRC_URI=""
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+ dev-python/psutil[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.4.2[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]"