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-timeout/
Date: Sat, 28 Mar 2020 18:49:18
Message-Id: 1585421330.8ef918c208b61ed2303590ee5a6dcbe56e926be4.mgorny@gentoo
1 commit: 8ef918c208b61ed2303590ee5a6dcbe56e926be4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:43:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:48:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef918c2
7
8 dev-python/pytest-timeout: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-timeout/Manifest | 2 --
13 .../pytest-timeout/pytest-timeout-1.2.0.ebuild | 24 ----------------------
14 .../pytest-timeout/pytest-timeout-1.2.1.ebuild | 24 ----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-python/pytest-timeout/Manifest b/dev-python/pytest-timeout/Manifest
18 index fe0a7846c6e..98751e5d015 100644
19 --- a/dev-python/pytest-timeout/Manifest
20 +++ b/dev-python/pytest-timeout/Manifest
21 @@ -1,3 +1 @@
22 -DIST pytest-timeout-1.2.0.tar.gz 13258 BLAKE2B 71c137fb0440c15cc8285b4bef51405a6b53deb850c109d1a892159e8758c712e9d1bae8f400adadf1b85cf399c0b87bd2cab51d959b4eb68023052f6c42788c SHA512 b86548843e9ff8c8f7d1c39735025cdfa98befe2860e2a8a5d422d08bd7f542032384f147125a2a2841268154cc3a3874ef0aa4765d454fd5390edb773b106ae
23 -DIST pytest-timeout-1.2.1.tar.gz 11498 BLAKE2B 65b50ed52409ed0031c7c9b07ef5b96c088cdf98c0155c1a6405e701fbddc2da1070a9f5a63e22428bd2d18e0ad4eec4050239f7d786fa854256c86eb6be0b1b SHA512 749a0dad83b82e93a97a8590900f2285679ec368612fdcfe3f5f7a5b64774ac85196dc31df111c6a99efda92dc03f751f17ec20862bed1f6aea7d7e4140a06bb
24 DIST pytest-timeout-1.3.3.tar.gz 11627 BLAKE2B e20348cc461ad03e95c22a16e753b72441ee70da9769214f4d07db15818a8997339ced47244b15de62a61107eb749dff8d6f41ddb4720c925ef1e6eb9962db27 SHA512 633f5aee550d568e403b958f4490ecb828eb322811c9f18cfefb26613be4fc36da14232ecbef8666fcf2dc693a93674c00a853ab546ea8328a07ea34da79fb84
25
26 diff --git a/dev-python/pytest-timeout/pytest-timeout-1.2.0.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.2.0.ebuild
27 deleted file mode 100644
28 index c1cb596f5d7..00000000000
29 --- a/dev-python/pytest-timeout/pytest-timeout-1.2.0.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="py.test plugin to abort hanging tests"
42 -HOMEPAGE="https://pypi.org/project/pytest-timeout/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="MIT"
47 -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -RDEPEND="dev-python/pytest"
51 -DEPEND="${RDEPEND}"
52 -
53 -python_test() {
54 - ${EPYTHON} test_pytest_timeout.py || die
55 -}
56
57 diff --git a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
58 deleted file mode 100644
59 index f983aa28e6a..00000000000
60 --- a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild
61 +++ /dev/null
62 @@ -1,24 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="py.test plugin to abort hanging tests"
73 -HOMEPAGE="https://pypi.org/project/pytest-timeout/"
74 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75 -
76 -SLOT="0"
77 -LICENSE="MIT"
78 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
79 -IUSE=""
80 -
81 -RDEPEND="dev-python/pytest"
82 -DEPEND="${RDEPEND}"
83 -
84 -python_test() {
85 - py.test -v || die "tests failed under ${EPYTHON}"
86 -}