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 96F8B139085 for ; Wed, 4 Jan 2017 04:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F5C8E0C64; Wed, 4 Jan 2017 04:49:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69845E0C62 for ; Wed, 4 Jan 2017 04:49:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 205D734112A for ; Wed, 4 Jan 2017 04:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABAC02621 for ; Wed, 4 Jan 2017 04:49:37 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1483505309.1687915326fb47e96d1dc4c671fd52f707b1bc9b.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-shutil/Manifest dev-python/pytest-shutil/metadata.xml dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild X-VCS-Directories: dev-python/pytest-shutil/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1687915326fb47e96d1dc4c671fd52f707b1bc9b X-VCS-Branch: master Date: Wed, 4 Jan 2017 04:49:37 +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: f2a36384-3073-4962-9668-826d9f6733d4 X-Archives-Hash: 3f236baaff8484258b3e5e30e6781b49 commit: 1687915326fb47e96d1dc4c671fd52f707b1bc9b Author: Brian Dolbec gentoo org> AuthorDate: Tue Jan 3 21:25:05 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Jan 4 04:48:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16879153 dev-python/pytest-shutil: New pkg, dep of dev-python/pytest-vitualenv Inirect dep for buildbot tests Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1 dev-python/pytest-shutil/Manifest | 1 + dev-python/pytest-shutil/metadata.xml | 20 ++++++++++++ .../pytest-shutil/pytest-shutil-1.2.4.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 58 insertions(+) diff --git a/dev-python/pytest-shutil/Manifest b/dev-python/pytest-shutil/Manifest new file mode 100644 index 00000000..b5f0e6a --- /dev/null +++ b/dev-python/pytest-shutil/Manifest @@ -0,0 +1 @@ +DIST pytest-shutil-1.2.4.tar.gz 16327 SHA256 a3fc464033dc39396a67eac9e228a0682e866654b8017819b2511bdbd8ed751f SHA512 9ec6baa3cf53bb80103b1dfbf6c26794090c26dd74b29cd19e76b1037c6939538c7b05ea16368a76cce6969216c291e27b00833a990268239bfd2222f69ddfb4 WHIRLPOOL 5f52535feadf11c5aa33b69cc8d35d361d7345611b9239a8282a94d58bfb4163c1207a60cb3d38998ba777e8b9912a3a63cfa0b820962ce84dba8a5ba8068642 diff --git a/dev-python/pytest-shutil/metadata.xml b/dev-python/pytest-shutil/metadata.xml new file mode 100644 index 00000000..aa825ea --- /dev/null +++ b/dev-python/pytest-shutil/metadata.xml @@ -0,0 +1,20 @@ + + + + + dolsen@gentoo.org + Primary maintainer + + + + eeaston@gmail.com + Edward Easton + + pytest-shutil + + + This library is a goodie-bag of Unix shell and environment management + tools for automated tests. A summary of the available functions is + below, look at the source for the full listing. + + diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild new file mode 100644 index 00000000..2f607b1 --- /dev/null +++ b/dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Virtualenv fixture for py.test" +HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.python.org/pypi/pytest-shutil" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/setuptools-git[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/contextlib2[${PYTHON_USEDEP}] + dev-python/execnet[${PYTHON_USEDEP}] + dev-python/path-py[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] +" + +DEPEND=" + ${RDEPEND} +" + +python_test() { + distutils_install_for_testing + + esetup.py test || die "Tests failed under ${EPYTHON}" +}