Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/python-gitlab/
Date: Mon, 02 Jan 2023 18:46:52
Message-Id: 1672685189.48dda48746f789ccd605e13f259acabf8a2910b2.williamh@gentoo
1 commit: 48dda48746f789ccd605e13f259acabf8a2910b2
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 18:46:29 2023 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 18:46:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dda487
7
8 dev-vcs/python-gitlab: disable py3.11
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
16 index 27fdfa3ffaf6..87ac1ae0b2f5 100644
17 --- a/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
18 +++ b/dev-vcs/python-gitlab/python-gitlab-3.12.0.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 -PYTHON_COMPAT=( python3_{8..11} )
26 +PYTHON_COMPAT=( python3_{8,9,10} )
27 DISTUTILS_USE_PEP517=setuptools
28 inherit distutils-r1