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/wstools/
Date: Thu, 30 Jul 2020 20:46:39
Message-Id: 1596141991.a93fab1ae3fdb26194bce2f3c0ddf48c7360a808.mgorny@gentoo
1 commit: a93fab1ae3fdb26194bce2f3c0ddf48c7360a808
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 20:44:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 20:46:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93fab1a
7
8 dev-python/wstools: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wstools/Manifest | 1 -
13 dev-python/wstools/wstools-0.4.5-r1.ebuild | 35 ------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/dev-python/wstools/Manifest b/dev-python/wstools/Manifest
17 index 57722218cc9..91d4a8f4ec1 100644
18 --- a/dev-python/wstools/Manifest
19 +++ b/dev-python/wstools/Manifest
20 @@ -1,2 +1 @@
21 -DIST wstools-0.4.5.tar.gz 201047 BLAKE2B 34c8d2c52ce9d1d67749ef6d0e1d5684a60718ef613688466d0992306f446b153d681b802fb142d1594bccaf37390495fb59e765f662e7550432d8866e038110 SHA512 24779bc2c2f3e32a515bc5690038e3f8e487fd45c1b7822d587e1bfd0bda660b837e3d5cbf8248459e06d7606e6d1c404dcee4de35b1f0d353bd5213e197d83a
22 DIST wstools-0.4.8.tar.gz 199688 BLAKE2B 3b5137dd135ec8f0e6d69f94275d45367e609adb9763624fcabb899f84c6215c2df26485dcf32d44d6683bd97cd00e2d283cf9096b6f58414f2eacd9e8b93a4a SHA512 0f86e91a2de7333aaf5a58558a715edd6a0cf97150f6d0cae4ecf8e0702648a98e610aa6d3295444079bd616656efcb2823ae7c02c5c3ffcb4789548ac40cd0a
23
24 diff --git a/dev-python/wstools/wstools-0.4.5-r1.ebuild b/dev-python/wstools/wstools-0.4.5-r1.ebuild
25 deleted file mode 100644
26 index 8774c5f79d3..00000000000
27 --- a/dev-python/wstools/wstools-0.4.5-r1.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
36 -PYTHON_REQ_USE="xml(+)"
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="WSDL parsing services package for Web Services for Python"
41 -HOMEPAGE="https://github.com/kiorky/wstools https://pypi.org/project/wstools/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND="
51 - dev-python/six[${PYTHON_USEDEP}]
52 -"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - test? (
56 - ${RDEPEND}
57 - dev-python/pytest[${PYTHON_USEDEP}]
58 - )"
59 -
60 -PATCHES=( "${FILESDIR}"/${P}-setup.patch )
61 -
62 -python_test() {
63 - esetup.py test
64 -}