commit:     6128004ee0515467db3299cfef83a58acb69d0c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 19:45:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 19:52:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6128004e

dev-python/flake8-polyfill: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild    | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
index a9585c884520..3157aedf6cf2 100644
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
+++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild
@@ -5,18 +5,28 @@ 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="Polyfill package for Flake8 plugins"
-HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill";
+HOMEPAGE="
+       https://gitlab.com/pycqa/flake8-polyfill/
+       https://pypi.org/project/flake8-polyfill/
+"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+RDEPEND="
+       dev-python/flake8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/mock[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest
 

Reply via email to