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/mechanize/
Date: Sun, 12 Sep 2021 07:49:15
Message-Id: 1631432791.3f8e82bed34d05d06d6a9290cf98e1ea2949c7fb.mgorny@gentoo
1 commit: 3f8e82bed34d05d06d6a9290cf98e1ea2949c7fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:46:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 07:46:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8e82be
7
8 dev-python/mechanize: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/mechanize/mechanize-0.4.5.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-python/mechanize/mechanize-0.4.5.ebuild b/dev-python/mechanize/mechanize-0.4.5.ebuild
16 deleted file mode 100644
17 index 64a3c21c665..00000000000
18 --- a/dev-python/mechanize/mechanize-0.4.5.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Stateful programmatic web browsing in Python"
31 -HOMEPAGE="https://github.com/python-mechanize/mechanize"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="|| ( BSD ZPL )"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
37 -IUSE="doc"
38 -
39 -DEPEND=">=dev-python/html5lib-0.999999999[${PYTHON_USEDEP}]"
40 -RDEPEND="${DEPEND}"
41 -
42 -python_test() {
43 - "${PYTHON}" run_tests.py || die
44 -}