From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BF461580B9 for ; Sat, 21 Aug 2021 13:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B8C6E0874; Sat, 21 Aug 2021 13:03:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02CAFE0855 for ; Sat, 21 Aug 2021 13:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD2BF340FF4 for ; Sat, 21 Aug 2021 13:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16EC28BB for ; Sat, 21 Aug 2021 13:03:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629550988.846058944455f79412554024de1133ea9838d80d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplekml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplekml/simplekml-1.3.5.ebuild X-VCS-Directories: dev-python/simplekml/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 846058944455f79412554024de1133ea9838d80d X-VCS-Branch: master Date: Sat, 21 Aug 2021 13:03:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1831ae1c-0db7-4048-98e3-1fc0b1bd34c4 X-Archives-Hash: 983d260ed59b935e40d5c6a2089c77fc commit: 846058944455f79412554024de1133ea9838d80d Author: Arthur Zamarin gentoo org> AuthorDate: Sat Aug 21 09:34:06 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Aug 21 13:03:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84605894 dev-python/simplekml: enable py3.10 tested by running manually the various samples and examples Signed-off-by: Arthur Zamarin gentoo.org> dev-python/simplekml/simplekml-1.3.5.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-python/simplekml/simplekml-1.3.5.ebuild b/dev-python/simplekml/simplekml-1.3.5.ebuild index 73fd0fa063a..83fa66411c6 100644 --- a/dev-python/simplekml/simplekml-1.3.5.ebuild +++ b/dev-python/simplekml/simplekml-1.3.5.ebuild @@ -1,21 +1,15 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="enables you to generate KML with as little effort as possible" HOMEPAGE="https://pypi.org/project/simplekml/" -#SRC_URI="https://files.pythonhosted.org/packages/62/88/feeb5ac5ae528c81daed9fe9864ec42496b80ffbcf83ac60bb6feb5b7f80/${P}.tar.gz" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND=""