From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/pytest-xprocess/Manifest | 1 + dev-python/pytest-xprocess/metadata.xml | 14 +++++++++++++ .../pytest-xprocess/pytest-xprocess-0.13.1.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 39 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.13.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..746c2142ff6b --- /dev/null +++ b/dev-python/pytest-xprocess/Manifest @@ -0,0 +1 @@ +DIST pytest-xprocess-0.13.1.tar.gz 10273 BLAKE2B 0c2a8bdf5e31543b32ada50f2bb5e1a09b45de820064807bf41321638d11d6b6fea28fd2a8c795e7bc6f7ac7370a3e78988e8aee318fad9df194fd3b06cce7cd SHA512 e0ab9e13d7f90ffca1bb3646e5789582806519ff5e665e13ed0db00896d799a7828b39e7657e947783d15ec1a961b33c1c981e39069dd298bf352826dbdc496f diff --git a/dev-python/pytest-xprocess/metadata.xml b/dev-python/pytest-xprocess/metadata.xml new file mode 100644 index 000000000000..4eefa9510390 --- /dev/null +++ b/dev-python/pytest-xprocess/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + Python + + + + pytest-dev/pytest-xprocess + pytest-xprocess + + gentoo-staging + diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild new file mode 100644 index 000000000000..69cd4344e0ac --- /dev/null +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} 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="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest -- cgit v1.3.1