Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt-distutils/
Date: Tue, 01 Jun 2021 17:07:30
Message-Id: 1622567229.92156bf41fea5f3263f4034932cd0d23d4faa4af.andrewammerlaan@gentoo
1 commit: 92156bf41fea5f3263f4034932cd0d23d4faa4af
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 14:23:20 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 17:07:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92156bf4
7
8 dev-python/pyqt-distutils: add py3.10
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/21037
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild
19 index d4c793c8113..6bf341c0f77 100644
20 --- a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild
21 +++ b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{7..9} )
30 +PYTHON_COMPAT=( python3_{7..10} )
31 DISTUTILS_USE_SETUPTOOLS=rdepend
32
33 inherit distutils-r1