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/hyperlink/
Date: Sun, 27 Feb 2022 18:58:52
Message-Id: 1645988133.ef8147f8ed6c5306872b481a1301fad646ea4fa5.mgorny@gentoo
1 commit: ef8147f8ed6c5306872b481a1301fad646ea4fa5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:55:33 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:55:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8147f8
7
8 dev-python/hyperlink: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/hyperlink/hyperlink-21.0.0.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-python/hyperlink/hyperlink-21.0.0.ebuild b/dev-python/hyperlink/hyperlink-21.0.0.ebuild
16 deleted file mode 100644
17 index 45ffb2446234..000000000000
18 --- a/dev-python/hyperlink/hyperlink-21.0.0.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="A featureful, correct URL for Python"
30 -HOMEPAGE="https://github.com/python-hyper/hyperlink https://pypi.org/project/hyperlink/"
31 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
36 -
37 -RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"
38 -
39 -distutils_enable_tests pytest
40 -
41 -src_test() {
42 - # suppresses hypothesis health checks
43 - local -x CI=1
44 - distutils-r1_src_test
45 -}