From 0e64d72c10c2abf8a850b25d3a18ec2e7d901e28 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 9 Nov 2015 09:27:45 +0100 Subject: dev-python/pytest-xprocess: New package written by me Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/pytest-xprocess/Manifest | 1 + dev-python/pytest-xprocess/metadata.xml | 5 ++++ .../pytest-xprocess/pytest-xprocess-0.9.1.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-python/pytest-xprocess/Manifest create mode 100644 dev-python/pytest-xprocess/metadata.xml create mode 100644 dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild (limited to 'dev-python/pytest-xprocess') diff --git a/dev-python/pytest-xprocess/Manifest b/dev-python/pytest-xprocess/Manifest new file mode 100644 index 000000000000..b54ce76b1c10 --- /dev/null +++ b/dev-python/pytest-xprocess/Manifest @@ -0,0 +1 @@ +DIST pytest-xprocess-0.9.1.tar.gz 7214 SHA256 f70e60cadb5ca1ac9500158ab0144dc9533586e1152fce1fe37e70dc03c5f49f SHA512 1c77112793d7be892746da3b303421d50be9406c9fc0eb3ad85f9cc6120275bad8994a0b9d2fff61172e67ed68631c9a42c9616d3d3e965cb6d053ccb77b54dd WHIRLPOOL ff85be4228b67247bc35371f9daf7372511df6cc3a95807d79a1f9cd658045a2e56c7c635559f3e5d6d393f232574901bc8cd3470f1ade3b59bbef361f184f80 diff --git a/dev-python/pytest-xprocess/metadata.xml b/dev-python/pytest-xprocess/metadata.xml new file mode 100644 index 000000000000..ee7e8b2450a8 --- /dev/null +++ b/dev-python/pytest-xprocess/metadata.xml @@ -0,0 +1,5 @@ + + + + python + diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild new file mode 100644 index 000000000000..537acf1ce46d --- /dev/null +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Manage external processes across test runs" +HOMEPAGE="https://pypi.python.org/pypi/pytest-xprocess/ https://bitbucket.org/pytest-dev/pytest-xprocess" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/pytest-cache[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] ) +" + +python_test() { + PYTEST_PLUGINS="pytest_xprocess" py.test -v -v || die +} -- cgit v1.2.3-65-gdbad