commit:     409257f13f28ca4dc8d759d56f2b775797633f6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 06:26:16 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  3 07:37:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409257f1

dev-python/pytest-timeout: Clean old versions up

 dev-python/pytest-timeout/Manifest                 |  2 --
 .../pytest-timeout/pytest-timeout-0.4.ebuild       | 24 ----------------------
 .../pytest-timeout/pytest-timeout-1.0.0.ebuild     | 24 ----------------------
 3 files changed, 50 deletions(-)

diff --git a/dev-python/pytest-timeout/Manifest 
b/dev-python/pytest-timeout/Manifest
index 101b2b603f2..7e57822fafd 100644
--- a/dev-python/pytest-timeout/Manifest
+++ b/dev-python/pytest-timeout/Manifest
@@ -1,3 +1 @@
-DIST pytest-timeout-0.4.tar.gz 10204 SHA256 
d5900aaa94af5cb2d06ed806b1e636255e65a8a26eccecccd2b9a9d6123d50d5 SHA512 
07031d64012e683064cd0bf2cef1d7209f02085e07dd8c7dfc704270d1e6ecf9679c639d529586c7d52d9425244a05ac362a7cd0092ca1f162a54539f58286e4
 WHIRLPOOL 
b4befc271e378246d3e9fdd23a931fa400a981f79e90b0d44bbd533bea2be976fb4fcf73f6aa552d129e6945d82880bdf7bbf08c653c787913a8b782be54ab51
-DIST pytest-timeout-1.0.0.tar.gz 11125 SHA256 
1465096be73e16df1e15d1b1453692428a7e15b997d756bc565aee0d12798ce1 SHA512 
67a42562dfa7175c213ae50a7e152f04406f01a4821d69c9e95637a06a2574de8ce2f147030ff1417cc99eb7d518d7c59ac72ff2671dc3e7e813962da91e7591
 WHIRLPOOL 
cc5f915b9a875d2c5886d6eee1329deb5c86e853cf65f3964364278ad6f6271cf05fbbe37960d14019d99dced0bfd5c84726f692c43930e51331b2e750604cba
 DIST pytest-timeout-1.2.0.tar.gz 13258 SHA256 
c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8 SHA512 
b86548843e9ff8c8f7d1c39735025cdfa98befe2860e2a8a5d422d08bd7f542032384f147125a2a2841268154cc3a3874ef0aa4765d454fd5390edb773b106ae
 WHIRLPOOL 
b2155fd77c5c1fbfd5ec7679bc92f3aa9c28f67db47f2ad93f6e868c11787c5988a6e612f432c20a32d82d55acc43f520aa5a87b8a1155e98fb6da066cc44685

diff --git a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild 
b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild
deleted file mode 100644
index 938f2524412..00000000000
--- a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin to abort hanging tests"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-timeout";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-python/pytest"
-DEPEND="${RDEPEND}"
-
-python_test() {
-       ${EPYTHON} test_pytest_timeout.py || die
-}

diff --git a/dev-python/pytest-timeout/pytest-timeout-1.0.0.ebuild 
b/dev-python/pytest-timeout/pytest-timeout-1.0.0.ebuild
deleted file mode 100644
index 2b7823aa3be..00000000000
--- a/dev-python/pytest-timeout/pytest-timeout-1.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin to abort hanging tests"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-timeout";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-python/pytest"
-DEPEND="${RDEPEND}"
-
-python_test() {
-       ${EPYTHON} test_pytest_timeout.py || die
-}

Reply via email to