From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F8BC138335 for ; Thu, 28 Feb 2019 01:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08724E0909; Thu, 28 Feb 2019 01:54:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9355E0909 for ; Thu, 28 Feb 2019 01:54:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5F50335CFF for ; Thu, 28 Feb 2019 01:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3BAE54C for ; Thu, 28 Feb 2019 01:54:49 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1551318880.0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-helpers-namespace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-helpers-namespace/Manifest dev-python/pytest-helpers-namespace/metadata.xml dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild X-VCS-Directories: dev-python/pytest-helpers-namespace/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0 X-VCS-Branch: master Date: Thu, 28 Feb 2019 01:54:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f92ee63a-15b4-4c79-af12-9015bdc07e3c X-Archives-Hash: 99bd1296d660d53432f63163d8716a97 commit: 0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0 Author: Patrick McLean sony com> AuthorDate: Thu Feb 28 01:54:17 2019 +0000 Commit: Patrick McLean gentoo 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 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 @@ + + + + + python@gentoo.org + + + chutzpah@gentoo.org + Patrick McLean + + 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}"