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 F0053158012 for ; Wed, 1 Sep 2021 12:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9279E0930; Wed, 1 Sep 2021 12:59:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BFF5BE091D for ; Wed, 1 Sep 2021 12:59:40 +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 74D97335DC6 for ; Wed, 1 Sep 2021 12:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B52DE7E for ; Wed, 1 Sep 2021 12:59:37 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1630501167.1d441f9ba9d8bf66fcc3dab5c35a865efafe7085.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/waitress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/waitress/waitress-2.0.0.ebuild X-VCS-Directories: dev-python/waitress/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1d441f9ba9d8bf66fcc3dab5c35a865efafe7085 X-VCS-Branch: master Date: Wed, 1 Sep 2021 12:59:37 +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: 511aa0c3-7920-4b39-a54d-3df76f798027 X-Archives-Hash: e86fae4d20e1965e13389e8853e483a0 commit: 1d441f9ba9d8bf66fcc3dab5c35a865efafe7085 Author: Marek Szuba gentoo org> AuthorDate: Wed Sep 1 12:08:11 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Sep 1 12:59:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d441f9b dev-python/waitress: keyword 2.0.0 for ~riscv Fails one test but this particular failure has been observed on amd64 as well (see Bug #782031), and Waitress holds up keywording of quite a few other packages. Signed-off-by: Marek Szuba gentoo.org> dev-python/waitress/waitress-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/waitress/waitress-2.0.0.ebuild b/dev-python/waitress/waitress-2.0.0.ebuild index c39c028a2f1..aacfdbd8315 100644 --- a/dev-python/waitress/waitress-2.0.0.ebuild +++ b/dev-python/waitress/waitress-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ZPL" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" distutils_enable_tests pytest