commit: 41c2d1db5a406fadd1d8304fff3c4653d959ad9b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 15:10:02 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 15:28:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c2d1db
dev-python/python-gflags: Enable py3.12 Closes: https://bugs.gentoo.org/929499 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-gflags/python-gflags-3.1.2-r2.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r2.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r2.ebuild index 680d56e062fd..cc6bdb99527c 100644 --- a/dev-python/python-gflags/python-gflags-3.1.2-r2.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.2-r2.ebuild @@ -1,16 +1,19 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Google's Python argument parsing library" -HOMEPAGE="https://github.com/google/python-gflags" +HOMEPAGE=" + https://github.com/google/python-gflags/ + https://pypi.org/project/python-gflags/ +" LICENSE="BSD" SLOT="0"
