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/url-normalize/
Date: Sun, 27 Feb 2022 18:52:58
Message-Id: 1645987694.944a08d04d6b9774596343811cdf67a360f7e0bc.mgorny@gentoo
1 commit: 944a08d04d6b9774596343811cdf67a360f7e0bc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:48:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:48:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944a08d0
7
8 dev-python/url-normalize: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../url-normalize/url-normalize-1.4.3.ebuild | 30 ----------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-python/url-normalize/url-normalize-1.4.3.ebuild b/dev-python/url-normalize/url-normalize-1.4.3.ebuild
16 deleted file mode 100644
17 index 5c25c5942d52..000000000000
18 --- a/dev-python/url-normalize/url-normalize-1.4.3.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="URL normalization for Python"
31 -HOMEPAGE="
32 - https://github.com/niksite/url-normalize/
33 - https://pypi.org/project/url-normalize/"
34 -SRC_URI="
35 - https://github.com/niksite/url-normalize/archive/${PV}.tar.gz
36 - -> ${P}.gh.tar.gz"
37 -
38 -LICENSE="MIT"
39 -SLOT="0"
40 -KEYWORDS="amd64 x86"
41 -
42 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
43 -
44 -distutils_enable_tests pytest
45 -
46 -src_prepare() {
47 - # remove problematic pytest options
48 - rm tox.ini || die
49 - distutils-r1_src_prepare
50 -}