Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/
Date: Fri, 04 Feb 2022 20:24:22
Message-Id: 1644006248.71866586a32094a1aa7ec5d666503717be8cf618.tupone@gentoo
1 commit: 71866586a32094a1aa7ec5d666503717be8cf618
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 20:23:50 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 20:24:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71866586
7
8 sci-libs/branca: PythonCompatUpdate
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 sci-libs/branca/branca-0.4.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild
17 index e839df8505fb..33533c718e80 100644
18 --- a/sci-libs/branca/branca-0.4.2-r1.ebuild
19 +++ b/sci-libs/branca/branca-0.4.2-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{8,9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit distutils-r1
30
31 DESCRIPTION="spinoff from folium, host the non-map-specific features"