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: Tue, 29 Dec 2020 12:31:19
Message-Id: 1609245072.b4babd2cdc26b37e50295beb2519c77d2f32f21d.mgorny@gentoo
1 commit: b4babd2cdc26b37e50295beb2519c77d2f32f21d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 12:28:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 12:31:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4babd2c
7
8 dev-python/pytest-xprocess: Remove old
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.16.0.ebuild | 23 ----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/pytest-xprocess/Manifest b/dev-python/pytest-xprocess/Manifest
17 index dbd7e63de4a..244a69782e7 100644
18 --- a/dev-python/pytest-xprocess/Manifest
19 +++ b/dev-python/pytest-xprocess/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-xprocess-0.16.0.tar.gz 17218 BLAKE2B 60411ed5af2add7f7c7f6b6e2074f9703cdae8a450c65eda483635a1cf8f60a3dbd84218d9e99bb3783ae00ba50b3449335df92397dab0fc7281ea72d3f5696b SHA512 3cf5d05c6693ebddc91fb2ad62eacd5b8f231e78ee82908b20268367649d6d73f0c1fbbf93a31f97feabe8bddf02cb176b2ffb9f6de4387b46cd0b97ad3c3eea
22 DIST pytest-xprocess-0.17.0.tar.gz 19186 BLAKE2B 071063267d88d8ddd56c3b8ab7b2e6bebae321ac741e63336721cd13045688cef56909737c73b5cec27805b4f7dd93cdd7f467071966b3d864d0a1f270e821d0 SHA512 c85bb7bd8373b5b5119083fca46b8f173efe3b6f6cde5db8365e567e717f47f6f9230d2cf5ecfddb014aedd628aee75023f4da3077fa3ffb26b3c7bfc61d57c9
23
24 diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.16.0.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.16.0.ebuild
25 deleted file mode 100644
26 index 63ce134ecb3..00000000000
27 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.16.0.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Manage external processes across test runs"
40 -HOMEPAGE="https://pypi.org/project/pytest-xprocess/ https://github.com/pytest-dev/pytest-xprocess"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -SLOT="0"
44 -LICENSE="MIT"
45 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
46 -
47 -RDEPEND="
48 - dev-python/pytest[${PYTHON_USEDEP}]
49 - dev-python/psutil[${PYTHON_USEDEP}]
50 -"
51 -
52 -distutils_enable_tests pytest