dev-python/pytest-salt: New package, PyTest Salt Plugin
authorPatrick McLean <chutzpah@gentoo.org>
Tue, 1 Aug 2017 00:45:23 +0000 (17:45 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Tue, 1 Aug 2017 01:08:42 +0000 (18:08 -0700)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-python/pytest-salt/Manifest [new file with mode: 0644]
dev-python/pytest-salt/metadata.xml [new file with mode: 0644]
dev-python/pytest-salt/pytest-salt-0.1_pre20170731.ebuild [new file with mode: 0644]

diff --git a/dev-python/pytest-salt/Manifest b/dev-python/pytest-salt/Manifest
new file mode 100644 (file)
index 0000000..30b7649
--- /dev/null
@@ -0,0 +1 @@
+DIST pytest-salt-0.1_pre20170731.tar.xz 30084 SHA256 9c3a0b2a82e5ff22301ba5e6321319345b37de88c32d91d51c559e68b86fee11 SHA512 700072c9afef3c78ea4fc5cdbc54e28fb9d0635744cea07fa187cf21665f211eda05318d6a945c1dd6cc7a944bdf608ae2d8f78448d0667cba4984fc2fa2c75e WHIRLPOOL f8dd3a2033eac5c2f74638e76bae1869fd1e5b0969a0a98c100908ee78ff6f26d53955b589819215c731a4161c0ce0fa83dcbcbaa5d535bb4f5813ef10ebbb10
diff --git a/dev-python/pytest-salt/metadata.xml b/dev-python/pytest-salt/metadata.xml
new file mode 100644 (file)
index 0000000..c688343
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>chutzpah@gentoo.org</email>
+               <name>Patrick McLean</name>
+       </maintainer>
+       <longdescription lang="en">
+       </longdescription>
+</pkgmetadata>
diff --git a/dev-python/pytest-salt/pytest-salt-0.1_pre20170731.ebuild b/dev-python/pytest-salt/pytest-salt-0.1_pre20170731.ebuild
new file mode 100644 (file)
index 0000000..ad6ebfd
--- /dev/null
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="PyTest Salt Plugin"
+HOMEPAGE="https://github.com/saltstack/pytest-salt"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"