Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wstools/
Date: Mon, 27 Nov 2017 07:00:57
Message-Id: 1511766021.a03f972beae67a636441cab7df806fc91c0dd86e.radhermit@gentoo
1 commit: a03f972beae67a636441cab7df806fc91c0dd86e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 06:58:33 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 07:00:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03f972b
7
8 dev-python/wstools: remove old
9
10 dev-python/wstools/wstools-0.4.5.ebuild | 33 ---------------------------------
11 1 file changed, 33 deletions(-)
12
13 diff --git a/dev-python/wstools/wstools-0.4.5.ebuild b/dev-python/wstools/wstools-0.4.5.ebuild
14 deleted file mode 100644
15 index 50f2db48e10..00000000000
16 --- a/dev-python/wstools/wstools-0.4.5.ebuild
17 +++ /dev/null
18 @@ -1,33 +0,0 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=6
23 -
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
25 -PYTHON_REQ_USE="xml(+)"
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="WSDL parsing services package for Web Services for Python"
30 -HOMEPAGE="https://github.com/kiorky/wstools https://pypi.python.org/pypi/wstools"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~arm64 ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - dev-python/autopep8[${PYTHON_USEDEP}]
40 - dev-python/execnet[${PYTHON_USEDEP}]
41 - dev-python/pep8[${PYTHON_USEDEP}]
42 - dev-python/pytest[${PYTHON_USEDEP}]
43 - dev-python/pytest-cache[${PYTHON_USEDEP}]
44 - dev-python/pytest-cov[${PYTHON_USEDEP}]
45 - dev-python/pytest-pep8[${PYTHON_USEDEP}]
46 - dev-python/pytest-timeout[${PYTHON_USEDEP}]
47 - dev-python/six[${PYTHON_USEDEP}]
48 -"
49 -DEPEND="${RDEPEND}
50 - dev-python/pip[${PYTHON_USEDEP}]
51 - dev-python/setuptools[${PYTHON_USEDEP}]"