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: Thu, 12 May 2022 13:36:35
Message-Id: 1652362585.9dc509dbbafc3a32603e7727a7a486479ba1038c.mgorny@gentoo
1 commit: 9dc509dbbafc3a32603e7727a7a486479ba1038c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 13:30:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 13:36:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc509db
7
8 dev-python/hyperlink: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild | 11 ++++++++---
13 1 file changed, 8 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
16 index 4b4be9668000..bdab0cca4a9c 100644
17 --- a/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
18 +++ b/dev-python/hyperlink/hyperlink-21.0.0-r1.ebuild
19 @@ -4,19 +4,24 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
25
26 inherit distutils-r1
27
28 DESCRIPTION="A featureful, correct URL for Python"
29 -HOMEPAGE="https://github.com/python-hyper/hyperlink https://pypi.org/project/hyperlink/"
30 +HOMEPAGE="
31 + https://github.com/python-hyper/hyperlink/
32 + https://pypi.org/project/hyperlink/
33 +"
34 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="BSD MIT"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
39
40 -RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"
41 +RDEPEND="
42 + dev-python/idna[${PYTHON_USEDEP}]
43 +"
44
45 distutils_enable_tests pytest