Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/marisa/
Date: Sat, 29 Jan 2022 15:20:23
Message-Id: 1643469532.0674820255e41c2c6d7b356a4fa5492c10153bf7.dlan@gentoo
1 commit: 0674820255e41c2c6d7b356a4fa5492c10153bf7
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jan 20 02:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:18:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06748202
7
8 dev-libs/marisa: Add support for Python 3.10.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-libs/marisa/marisa-0.2.6.ebuild | 6 +++---
14 dev-libs/marisa/marisa-9999.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild
18 index c958dfd64c35..92816ee83d33 100644
19 --- a/dev-libs/marisa/marisa-0.2.6.ebuild
20 +++ b/dev-libs/marisa/marisa-0.2.6.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 2014-2021 Gentoo Authors
23 +# Copyright 2014-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 -PYTHON_COMPAT=( python3_{8,9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 DISTUTILS_OPTIONAL="1"
30 DISTUTILS_USE_SETUPTOOLS="no"
31
32 @@ -40,7 +40,7 @@ if [[ "${PV}" != "9999" ]]; then
33 fi
34
35 PATCHES=(
36 - "${FILESDIR}"/${PN}-0.2.6-riscv_word_size.patch
37 + "${FILESDIR}/${PN}-0.2.6-riscv_word_size.patch"
38 )
39
40 src_prepare() {
41
42 diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild
43 index 929e4c4fe299..d86351ef18fa 100644
44 --- a/dev-libs/marisa/marisa-9999.ebuild
45 +++ b/dev-libs/marisa/marisa-9999.ebuild
46 @@ -1,8 +1,8 @@
47 -# Copyright 2014-2020 Gentoo Authors
48 +# Copyright 2014-2022 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI="7"
52 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
53 +PYTHON_COMPAT=( python3_{8..10} )
54 DISTUTILS_OPTIONAL="1"
55 DISTUTILS_USE_SETUPTOOLS="no"