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 1D1371382C5 for ; Sun, 23 May 2021 16:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35E6CE0876; Sun, 23 May 2021 16:34:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F002E0876 for ; Sun, 23 May 2021 16:34:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 53541340DFB for ; Sun, 23 May 2021 16:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1E2A795 for ; Sun, 23 May 2021 16:34:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1621787657.4c6dfa478ce80274c97de494e0d36fff84b71a53.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unrpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unrpa/unrpa-2.3.0.ebuild X-VCS-Directories: app-arch/unrpa/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4c6dfa478ce80274c97de494e0d36fff84b71a53 X-VCS-Branch: master Date: Sun, 23 May 2021 16:34:22 +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: e6914b71-abf7-4510-8776-021ff35c5e1d X-Archives-Hash: 6301d35ac8817d8fd03bac349a601dee commit: 4c6dfa478ce80274c97de494e0d36fff84b71a53 Author: Zamarin Arthur gmail com> AuthorDate: Sun May 23 10:23:56 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 23 16:34:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6dfa47 app-arch/unrpa: bump to python 3.9, 3.10 tested by running the application and code review Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> app-arch/unrpa/unrpa-2.3.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-arch/unrpa/unrpa-2.3.0.ebuild b/app-arch/unrpa/unrpa-2.3.0.ebuild index cc57f38ebbf..42996c5bf01 100644 --- a/app-arch/unrpa/unrpa-2.3.0.ebuild +++ b/app-arch/unrpa/unrpa-2.3.0.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 -SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" DESCRIPTION="Ren'Py's RPA data file extractor" HOMEPAGE="https://github.com/Lattyware/unrpa" -LICENSE="GPL-3" +SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86"