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 1AE70139694 for ; Tue, 1 Aug 2017 01:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 365431FC088; Tue, 1 Aug 2017 01:28:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0F8941FC088 for ; Tue, 1 Aug 2017 01:28:36 +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 EDA993419B1 for ; Tue, 1 Aug 2017 01:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D474F74DA for ; Tue, 1 Aug 2017 01:28:33 +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: <1501549722.e535d9f6e67a0dee7da67945186aa6e655221579.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-salt/Manifest dev-python/pytest-salt/metadata.xml dev-python/pytest-salt/pytest-salt-0.1_pre20170731.ebuild X-VCS-Directories: dev-python/pytest-salt/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: e535d9f6e67a0dee7da67945186aa6e655221579 X-VCS-Branch: master Date: Tue, 1 Aug 2017 01:28:33 +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-Archives-Salt: 8850164d-9438-4fba-be5e-7e6656bb8970 X-Archives-Hash: c759f270ab654eca3366253a2c6f31d2 commit: e535d9f6e67a0dee7da67945186aa6e655221579 Author: Patrick McLean gentoo org> AuthorDate: Tue Aug 1 00:45:23 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Aug 1 01:08:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e535d9f6 dev-python/pytest-salt: New package, PyTest Salt Plugin Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/pytest-salt/Manifest | 1 + dev-python/pytest-salt/metadata.xml | 13 +++++++++++++ dev-python/pytest-salt/pytest-salt-0.1_pre20170731.ebuild | 15 +++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/pytest-salt/Manifest b/dev-python/pytest-salt/Manifest new file mode 100644 index 00000000000..30b7649caf6 --- /dev/null +++ b/dev-python/pytest-salt/Manifest @@ -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 index 00000000000..c68834382bc --- /dev/null +++ b/dev-python/pytest-salt/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + + + chutzpah@gentoo.org + Patrick McLean + + + + 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 index 00000000000..ad6ebfdf36d --- /dev/null +++ b/dev-python/pytest-salt/pytest-salt-0.1_pre20170731.ebuild @@ -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"