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/twine/
Date: Sun, 13 Jun 2021 11:27:28
Message-Id: 1623583641.8f6f6225fca61d5296f38faf71af800bf7e531ed.mgorny@gentoo
1 commit: 8f6f6225fca61d5296f38faf71af800bf7e531ed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 11:26:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 11:27:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6f6225
7
8 dev-python/twine: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/twine/twine-3.4.1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/twine/twine-3.4.1.ebuild b/dev-python/twine/twine-3.4.1.ebuild
16 index a1c46e5c809..17f9c3dc5ee 100644
17 --- a/dev-python/twine/twine-3.4.1.ebuild
18 +++ b/dev-python/twine/twine-3.4.1.ebuild
19 @@ -3,9 +3,7 @@
20
21 EAPI=7
22
23 -DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
25 -
26 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 inherit distutils-r1
28
29 DESCRIPTION="Collection of utilities for publishing packages on PyPI"