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: Wed, 03 May 2017 07:37:50
Message-Id: 1493797051.409257f13f28ca4dc8d759d56f2b775797633f6d.mgorny@gentoo
1 commit: 409257f13f28ca4dc8d759d56f2b775797633f6d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 06:26:16 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 07:37:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409257f1
7
8 dev-python/pytest-timeout: Clean old versions up
9
10 dev-python/pytest-timeout/Manifest | 2 --
11 .../pytest-timeout/pytest-timeout-0.4.ebuild | 24 ----------------------
12 .../pytest-timeout/pytest-timeout-1.0.0.ebuild | 24 ----------------------
13 3 files changed, 50 deletions(-)
14
15 diff --git a/dev-python/pytest-timeout/Manifest b/dev-python/pytest-timeout/Manifest
16 index 101b2b603f2..7e57822fafd 100644
17 --- a/dev-python/pytest-timeout/Manifest
18 +++ b/dev-python/pytest-timeout/Manifest
19 @@ -1,3 +1 @@
20 -DIST pytest-timeout-0.4.tar.gz 10204 SHA256 d5900aaa94af5cb2d06ed806b1e636255e65a8a26eccecccd2b9a9d6123d50d5 SHA512 07031d64012e683064cd0bf2cef1d7209f02085e07dd8c7dfc704270d1e6ecf9679c639d529586c7d52d9425244a05ac362a7cd0092ca1f162a54539f58286e4 WHIRLPOOL b4befc271e378246d3e9fdd23a931fa400a981f79e90b0d44bbd533bea2be976fb4fcf73f6aa552d129e6945d82880bdf7bbf08c653c787913a8b782be54ab51
21 -DIST pytest-timeout-1.0.0.tar.gz 11125 SHA256 1465096be73e16df1e15d1b1453692428a7e15b997d756bc565aee0d12798ce1 SHA512 67a42562dfa7175c213ae50a7e152f04406f01a4821d69c9e95637a06a2574de8ce2f147030ff1417cc99eb7d518d7c59ac72ff2671dc3e7e813962da91e7591 WHIRLPOOL cc5f915b9a875d2c5886d6eee1329deb5c86e853cf65f3964364278ad6f6271cf05fbbe37960d14019d99dced0bfd5c84726f692c43930e51331b2e750604cba
22 DIST pytest-timeout-1.2.0.tar.gz 13258 SHA256 c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8 SHA512 b86548843e9ff8c8f7d1c39735025cdfa98befe2860e2a8a5d422d08bd7f542032384f147125a2a2841268154cc3a3874ef0aa4765d454fd5390edb773b106ae WHIRLPOOL b2155fd77c5c1fbfd5ec7679bc92f3aa9c28f67db47f2ad93f6e868c11787c5988a6e612f432c20a32d82d55acc43f520aa5a87b8a1155e98fb6da066cc44685
23
24 diff --git a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild
25 deleted file mode 100644
26 index 938f2524412..00000000000
27 --- a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 python3_4 pypy pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="py.test plugin to abort hanging tests"
40 -HOMEPAGE="https://pypi.python.org/pypi/pytest-timeout"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -SLOT="0"
44 -LICENSE="MIT"
45 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
46 -IUSE=""
47 -
48 -RDEPEND="dev-python/pytest"
49 -DEPEND="${RDEPEND}"
50 -
51 -python_test() {
52 - ${EPYTHON} test_pytest_timeout.py || die
53 -}
54
55 diff --git a/dev-python/pytest-timeout/pytest-timeout-1.0.0.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.0.0.ebuild
56 deleted file mode 100644
57 index 2b7823aa3be..00000000000
58 --- a/dev-python/pytest-timeout/pytest-timeout-1.0.0.ebuild
59 +++ /dev/null
60 @@ -1,24 +0,0 @@
61 -# Copyright 1999-2016 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=5
65 -
66 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
67 -
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="py.test plugin to abort hanging tests"
71 -HOMEPAGE="https://pypi.python.org/pypi/pytest-timeout"
72 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
73 -
74 -SLOT="0"
75 -LICENSE="MIT"
76 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
77 -IUSE=""
78 -
79 -RDEPEND="dev-python/pytest"
80 -DEPEND="${RDEPEND}"
81 -
82 -python_test() {
83 - ${EPYTHON} test_pytest_timeout.py || die
84 -}