diff options
author | 2022-02-04 21:23:50 +0100 | |
---|---|---|
committer | 2022-02-04 21:24:08 +0100 | |
commit | 71866586a32094a1aa7ec5d666503717be8cf618 (patch) | |
tree | 0dbdeaf555a469ba1e6f50366083277bcf0a5579 /sci-libs/branca | |
parent | app-containers/buildah: Bump to version 1.24.1 (diff) | |
download | gentoo-71866586a32094a1aa7ec5d666503717be8cf618.tar.gz gentoo-71866586a32094a1aa7ec5d666503717be8cf618.tar.bz2 gentoo-71866586a32094a1aa7ec5d666503717be8cf618.zip |
sci-libs/branca: PythonCompatUpdate
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/branca')
-rw-r--r-- | sci-libs/branca/branca-0.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild index e839df8505fb..33533c718e80 100644 --- a/sci-libs/branca/branca-0.4.2-r1.ebuild +++ b/sci-libs/branca/branca-0.4.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="spinoff from folium, host the non-map-specific features" |