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: Wed, 27 May 2020 09:18:20
Message-Id: 1590568716.7c78daf2d8c4d6b758c7c5b3cea70fd57a74a5c9.mgorny@gentoo
1 commit: 7c78daf2d8c4d6b758c7c5b3cea70fd57a74a5c9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 08:38:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 08:38:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c78daf2
7
8 dev-python/hyperlink: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/hyperlink/hyperlink-19.0.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/hyperlink/hyperlink-19.0.0.ebuild b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
16 index 63b5855ee12..4457f97f42f 100644
17 --- a/dev-python/hyperlink/hyperlink-19.0.0.ebuild
18 +++ b/dev-python/hyperlink/hyperlink-19.0.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
25
26 inherit distutils-r1
27
28 @@ -16,7 +16,5 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd6
29
30 RDEPEND="
31 dev-python/idna[${PYTHON_USEDEP}]"
32 -BDEPEND="
33 - dev-python/setuptools[${PYTHON_USEDEP}]"
34
35 distutils_enable_tests pytest