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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D58915808B for ; Sun, 17 Apr 2022 19:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68DAEE0A6F; Sun, 17 Apr 2022 19:49:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBF74E0A6F for ; Sun, 17 Apr 2022 19:49:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA1AF341A74 for ; Sun, 17 Apr 2022 19:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3542032A for ; Sun, 17 Apr 2022 19:49:47 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1650224973.6811f5ee3149ba0317b3d64c345c57d79447d190.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/pybugz/pybugz-0.13-r2.ebuild www-client/pybugz/pybugz-9999.ebuild X-VCS-Directories: www-client/pybugz/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 6811f5ee3149ba0317b3d64c345c57d79447d190 X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:49:47 +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: b4f3f345-c4d6-4df0-bc0a-c1ef7b310232 X-Archives-Hash: 4f5968c7bb31da2adb54ea9a4a2771c6 commit: 6811f5ee3149ba0317b3d64c345c57d79447d190 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Apr 17 19:48:55 2022 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Apr 17 19:49:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6811f5ee www-client/pybugz: works with py3.10 Signed-off-by: Alexey Shvetsov gentoo.org> www-client/pybugz/{pybugz-9999.ebuild => pybugz-0.13-r2.ebuild} | 6 +++--- www-client/pybugz/pybugz-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-0.13-r2.ebuild similarity index 80% copy from www-client/pybugz/pybugz-9999.ebuild copy to www-client/pybugz/pybugz-0.13-r2.ebuild index f95c65ea1b0d..2b5d117d6319 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-0.13-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-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} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then @@ -11,7 +11,7 @@ if [ "${PV}" = "9999" ]; then inherit git-r3 else SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" fi inherit bash-completion-r1 distutils-r1 diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index f95c65ea1b0d..45e9b2e4c247 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-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} ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then