commit:     0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Thu Feb 28 01:54:17 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 01:54:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0995d984

dev-python/pytest-helpers-namespace: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/pytest-helpers-namespace/Manifest          |  1 +
 dev-python/pytest-helpers-namespace/metadata.xml      | 11 +++++++++++
 .../pytest-helpers-namespace-2019.1.8.ebuild          | 19 +++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/pytest-helpers-namespace/Manifest 
b/dev-python/pytest-helpers-namespace/Manifest
new file mode 100644
index 00000000000..3b40f6845de
--- /dev/null
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -0,0 +1 @@
+DIST pytest-helpers-namespace-2019.1.8.tar.gz 5487 BLAKE2B 
201e2e34f60baf95ce33f8cb5d3d8ce5465b4140e68c16f4802ba5225e28c4506c608dfc6ff4a36fddde30c7972a8c175ead976a11a731e2bfbc33e4b06cc04e
 SHA512 
47b7f7c6638f4f3f0248722d4134b73357acb091f02cc1302d32894223d5ec06fd5382db207ae524f62749f2ebc53cf32d27eb8890d12baf250cd29dc6378a55

diff --git a/dev-python/pytest-helpers-namespace/metadata.xml 
b/dev-python/pytest-helpers-namespace/metadata.xml
new file mode 100644
index 00000000000..366c2631e76
--- /dev/null
+++ b/dev-python/pytest-helpers-namespace/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Patrick McLean</name>
+       </maintainer>
+</pkgmetadata>

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
new file mode 100644
index 00000000000..d4be277a544
--- /dev/null
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides a helpers pytest namespace"
+HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"

Reply via email to