Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fleep/
Date: Thu, 12 May 2022 19:09:08
Message-Id: 1652382528.0fb2e03a8d5266f496ba422a503298407021e938.arthurzam@gentoo
1 commit: 0fb2e03a8d5266f496ba422a503298407021e938
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 18:40:05 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 19:08:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb2e03a
7
8 dev-python/fleep: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/fleep/fleep-1.0.1-r1.ebuild | 7 +++----
13 dev-python/fleep/fleep-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild b/dev-python/fleep/fleep-1.0.1-r1.ebuild
17 index cce82c31af2c..921df3ab8fe3 100644
18 --- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
19 +++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 -PYTHON_COMPAT=( python3_{8..10} )
28 -
29 +DISTUTILS_USE_PEP517=setuptools
30 +PYTHON_COMPAT=( python3_{8..11} )
31 inherit distutils-r1
32
33 if [[ ${PV} == 9999 ]]; then
34 @@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then
35 else
36 # upstream aren't tagging the releases, just as commit title
37 COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
38 - # Note: On next bump, remove gh suffix from SRC_URI - was added just for tests
39 SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
40 -> ${P}.gh.tar.gz"
41 S="${WORKDIR}/fleep-py-${COMMIT}"
42
43 diff --git a/dev-python/fleep/fleep-9999.ebuild b/dev-python/fleep/fleep-9999.ebuild
44 index 68f31790d687..3504702d9333 100644
45 --- a/dev-python/fleep/fleep-9999.ebuild
46 +++ b/dev-python/fleep/fleep-9999.ebuild
47 @@ -1,10 +1,10 @@
48 -# Copyright 1999-2021 Gentoo Authors
49 +# Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=8
53
54 -PYTHON_COMPAT=( python3_{8..10} )
55 -
56 +DISTUTILS_USE_PEP517=setuptools
57 +PYTHON_COMPAT=( python3_{8..11} )
58 inherit distutils-r1
59
60 if [[ ${PV} == 9999 ]]; then