commit:     0fb2e03a8d5266f496ba422a503298407021e938
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 18:40:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 12 19:08:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb2e03a

dev-python/fleep: enable py3.11

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/fleep/fleep-1.0.1-r1.ebuild | 7 +++----
 dev-python/fleep/fleep-9999.ebuild     | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild 
b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index cce82c31af2c..921df3ab8fe3 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then
@@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then
 else
        # upstream aren't tagging the releases, just as commit title
        COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
-       # Note: On next bump, remove gh suffix from SRC_URI - was added just 
for tests
        SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
                -> ${P}.gh.tar.gz"
        S="${WORKDIR}/fleep-py-${COMMIT}"

diff --git a/dev-python/fleep/fleep-9999.ebuild 
b/dev-python/fleep/fleep-9999.ebuild
index 68f31790d687..3504702d9333 100644
--- a/dev-python/fleep/fleep-9999.ebuild
+++ b/dev-python/fleep/fleep-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then

Reply via email to