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/simplekml/
Date: Sat, 21 Aug 2021 13:03:47
Message-Id: 1629550988.846058944455f79412554024de1133ea9838d80d.arthurzam@gentoo
1 commit: 846058944455f79412554024de1133ea9838d80d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 09:34:06 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 13:03:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84605894
7
8 dev-python/simplekml: enable py3.10
9
10 tested by running manually the various samples and examples
11
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 dev-python/simplekml/simplekml-1.3.5.ebuild | 12 +++---------
15 1 file changed, 3 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-python/simplekml/simplekml-1.3.5.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild
18 index 73fd0fa063a..83fa66411c6 100644
19 --- a/dev-python/simplekml/simplekml-1.3.5.ebuild
20 +++ b/dev-python/simplekml/simplekml-1.3.5.ebuild
21 @@ -1,21 +1,15 @@
22 -# Copyright 2019-2020 Gentoo Authors
23 +# Copyright 2019-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 -PYTHON_COMPAT=( python3_{7,8,9} )
30 +PYTHON_COMPAT=( python3_{8..10} )
31 inherit distutils-r1
32
33 DESCRIPTION="enables you to generate KML with as little effort as possible"
34 HOMEPAGE="https://pypi.org/project/simplekml/"
35 -#SRC_URI="https://files.pythonhosted.org/packages/62/88/feeb5ac5ae528c81daed9fe9864ec42496b80ffbcf83ac60bb6feb5b7f80/${P}.tar.gz"
36 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37
38 LICENSE="LGPL-3+"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42 -
43 -DEPEND=""
44 -RDEPEND="${DEPEND}"
45 -BDEPEND=""