diff options
author | 2021-03-03 08:40:11 +0100 | |
---|---|---|
committer | 2021-03-03 09:07:15 +0100 | |
commit | ac017aeff68c40ddfd2768179dd8814de637335e (patch) | |
tree | 68d327a6c68999cda244b4585f0cef16d07dc202 /dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild | |
parent | dev-python/weasyprint: Bump to 52.3 (diff) | |
download | gentoo-ac017aeff68c40ddfd2768179dd8814de637335e.tar.gz gentoo-ac017aeff68c40ddfd2768179dd8814de637335e.tar.bz2 gentoo-ac017aeff68c40ddfd2768179dd8814de637335e.zip |
dev-python/pytest-xprocess: Bump to 0.17.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild')
-rw-r--r-- | dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild new file mode 100644 index 000000000000..598a80e97ddf --- /dev/null +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.17.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |