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/webtest/
Date: Sun, 03 Oct 2021 19:27:16
Message-Id: 1633289213.adca8c825b278d53ea9100b811e1139843d622b6.mgorny@gentoo
1 commit: adca8c825b278d53ea9100b811e1139843d622b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 19:26:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 19:26:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adca8c82
7
8 dev-python/webtest: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webtest/Manifest | 1 -
13 dev-python/webtest/webtest-2.0.35.ebuild | 44 --------------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/dev-python/webtest/Manifest b/dev-python/webtest/Manifest
17 index 38115e12748..e6746eb0179 100644
18 --- a/dev-python/webtest/Manifest
19 +++ b/dev-python/webtest/Manifest
20 @@ -1,2 +1 @@
21 -DIST WebTest-2.0.35.tar.gz 76227 BLAKE2B 2f10520a66a00cf61834d5ebe2b8eea469d4ca32155c9af3c0b78234607ea5443e695730a7db4476f5296f9b848f3950027d7485a4116e7d736fd9c33d8e78ae SHA512 ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339
22 DIST WebTest-3.0.0.tar.gz 75871 BLAKE2B e97d050c1077d74e463e3409580d021424f755933bb9d5ac5e119c70c76890d5632e565f03a02f3497e21fed95158c56b199a877fc4575968f6b4af2655db8b6 SHA512 b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747
23
24 diff --git a/dev-python/webtest/webtest-2.0.35.ebuild b/dev-python/webtest/webtest-2.0.35.ebuild
25 deleted file mode 100644
26 index 6b1ffd9087b..00000000000
27 --- a/dev-python/webtest/webtest-2.0.35.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
36 -inherit distutils-r1
37 -
38 -MY_PN="WebTest"
39 -MY_P="${MY_PN}-${PV}"
40 -
41 -DESCRIPTION="Helper to test WSGI applications"
42 -HOMEPAGE="https://pypi.org/project/WebTest/"
43 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
44 -S="${WORKDIR}/${MY_P}"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -RDEPEND="
53 - dev-python/paste[${PYTHON_USEDEP}]
54 - dev-python/pastedeploy[${PYTHON_USEDEP}]
55 - dev-python/six[${PYTHON_USEDEP}]
56 - >=dev-python/webob-1.2[${PYTHON_USEDEP}]
57 - >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
58 - dev-python/beautifulsoup4[${PYTHON_USEDEP}]"
59 -BDEPEND="
60 - app-arch/unzip
61 - test? (
62 - dev-python/mock[${PYTHON_USEDEP}]
63 - dev-python/pastedeploy[${PYTHON_USEDEP}]
64 - dev-python/pyquery[${PYTHON_USEDEP}]
65 - dev-python/wsgiproxy2[${PYTHON_USEDEP}]
66 - )"
67 -
68 -PATCHES=(
69 - "${FILESDIR}/webtest-2.0.33-no-pylons-theme.patch"
70 -)
71 -
72 -distutils_enable_sphinx docs
73 -distutils_enable_tests pytest