Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/
Date: Mon, 22 Nov 2021 11:13:08
Message-Id: 1637579537.edfccc36b88cde6d517bb8528ae9c37ef0041c24.sam@gentoo
1 commit: edfccc36b88cde6d517bb8528ae9c37ef0041c24
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 10:56:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 11:12:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfccc36
7
8 sci-geosciences/qgis: fix UnusedInherits, add Python 3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-geosciences/qgis/qgis-3.22.1.ebuild | 4 ++--
13 sci-geosciences/qgis/qgis-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-geosciences/qgis/qgis-3.22.1.ebuild b/sci-geosciences/qgis/qgis-3.22.1.ebuild
17 index c8150cce4fe3..af65e82db8df 100644
18 --- a/sci-geosciences/qgis/qgis-3.22.1.ebuild
19 +++ b/sci-geosciences/qgis/qgis-3.22.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{8,9} )
25 +PYTHON_COMPAT=( python3_{8,9,10} )
26 PYTHON_REQ_USE="sqlite"
27
28 if [[ ${PV} = *9999* ]]; then
29 @@ -14,7 +14,7 @@ else
30 examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )"
31 KEYWORDS="~amd64 ~x86"
32 fi
33 -inherit cmake desktop python-single-r1 qmake-utils xdg
34 +inherit cmake python-single-r1 xdg
35
36 DESCRIPTION="User friendly Geographic Information System"
37 HOMEPAGE="https://www.qgis.org/"
38
39 diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild
40 index c8150cce4fe3..af65e82db8df 100644
41 --- a/sci-geosciences/qgis/qgis-9999.ebuild
42 +++ b/sci-geosciences/qgis/qgis-9999.ebuild
43 @@ -3,7 +3,7 @@
44
45 EAPI=7
46
47 -PYTHON_COMPAT=( python3_{8,9} )
48 +PYTHON_COMPAT=( python3_{8,9,10} )
49 PYTHON_REQ_USE="sqlite"
50
51 if [[ ${PV} = *9999* ]]; then
52 @@ -14,7 +14,7 @@ else
53 examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )"
54 KEYWORDS="~amd64 ~x86"
55 fi
56 -inherit cmake desktop python-single-r1 qmake-utils xdg
57 +inherit cmake python-single-r1 xdg
58
59 DESCRIPTION="User friendly Geographic Information System"
60 HOMEPAGE="https://www.qgis.org/"