Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xprocess/
Date: Fri, 31 Jan 2020 06:50:26
Message-Id: 1580453200.67d1ce149b57321c9187f057e5a0ab1827e7f881.mgorny@gentoo
1 commit: 67d1ce149b57321c9187f057e5a0ab1827e7f881
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 06:40:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 06:46:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d1ce14
7
8 dev-python/pytest-xprocess: Bump to 0.13.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-xprocess/Manifest | 1 +
13 .../pytest-xprocess/pytest-xprocess-0.13.1.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/pytest-xprocess/Manifest b/dev-python/pytest-xprocess/Manifest
17 index d41ea14f99c..6958ed0da9e 100644
18 --- a/dev-python/pytest-xprocess/Manifest
19 +++ b/dev-python/pytest-xprocess/Manifest
20 @@ -1 +1,2 @@
21 DIST pytest-xprocess-0.12.1.tar.gz 12078 BLAKE2B 30c3c2b41e79b79c5a18911c325ff273b80c45f29d269b96c4085c0c78a6897b2064eb1d2e83f9c061c4663d2f52d88230d9e87ea2ba4d114c6e04f42aa50a5e SHA512 fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927
22 +DIST pytest-xprocess-0.13.1.tar.gz 10273 BLAKE2B 0c2a8bdf5e31543b32ada50f2bb5e1a09b45de820064807bf41321638d11d6b6fea28fd2a8c795e7bc6f7ac7370a3e78988e8aee318fad9df194fd3b06cce7cd SHA512 e0ab9e13d7f90ffca1bb3646e5789582806519ff5e665e13ed0db00896d799a7828b39e7657e947783d15ec1a961b33c1c981e39069dd298bf352826dbdc496f
23
24 diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
25 new file mode 100644
26 index 00000000000..5f63c2ba8f5
27 --- /dev/null
28 +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +DISTUTILS_USE_SETUPTOOLS=rdepend
36 +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Manage external processes across test runs"
41 +HOMEPAGE="https://pypi.org/project/pytest-xprocess/ https://github.com/pytest-dev/pytest-xprocess"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +SLOT="0"
45 +LICENSE="MIT"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
47 +
48 +RDEPEND="
49 + dev-python/pytest[${PYTHON_USEDEP}]
50 + dev-python/psutil[${PYTHON_USEDEP}]
51 +"
52 +
53 +distutils_enable_tests pytest