From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/pytest-xprocess/Manifest | 3 ++ dev-python/pytest-xprocess/metadata.xml | 12 ++++++++ .../pytest-xprocess/pytest-xprocess-0.12.1.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 48 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.12.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..575a50bf96de --- /dev/null +++ b/dev-python/pytest-xprocess/Manifest @@ -0,0 +1,3 @@ +DIST pytest-xprocess-0.12.1.tar.gz 12078 BLAKE2B 30c3c2b41e79b79c5a18911c325ff273b80c45f29d269b96c4085c0c78a6897b2064eb1d2e83f9c061c4663d2f52d88230d9e87ea2ba4d114c6e04f42aa50a5e SHA512 fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927 +EBUILD pytest-xprocess-0.12.1.ebuild 847 BLAKE2B f18eedb3ef9a84a9ceb010f3cbfe89f866b9208a41b3c0a43372b26171e2cfe71a01b4be922ccf2a1f1bb8259cd68caf446b1c0b319aa47818340052473cb51f SHA512 f461f507470162adca23eb09004380262af6745a72c61de75575da679bd96d4eb6a472aa947f5204235ea693a9a353366d985f28cd583666acb4de644252c7e7 +MISC metadata.xml 399 BLAKE2B 04dadaab28761796767c7a588294f6a8ea34cd665a4ca6b26dad8155432e12619f7d7825265df05d1457dc1c09265c1064efaa8280487d8eba60f1629798c648 SHA512 ae6d3628465eac8e46b14f8bb00a46884f07e85dc3246c3f3c1c6a85e178c7eab35511e583d08cb3b036f5ac28c8393dac90cf470ffb371a74cfd883a5978830 diff --git a/dev-python/pytest-xprocess/metadata.xml b/dev-python/pytest-xprocess/metadata.xml new file mode 100644 index 000000000000..8303986ecb58 --- /dev/null +++ b/dev-python/pytest-xprocess/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + pytest-dev/pytest-xprocess + pytest-xprocess + + diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild new file mode 100644 index 000000000000..d6903ec95d73 --- /dev/null +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Manage external processes across test runs" +HOMEPAGE="https://pypi.org/project/pytest-xprocess/ https://github.com/pytest-dev/pytest-xprocess" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + || ( + dev-python/pytest-cache[${PYTHON_USEDEP}] + >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] + ) + dev-python/psutil[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( >=dev-python/pytest-2.3.5[${PYTHON_USEDEP}] + dev-python/pytest-cache[${PYTHON_USEDEP}] ) +" + +python_test() { + PYTEST_PLUGINS="pytest_xprocess" py.test -v -v || die +} -- cgit v1.2.3