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 D646C13835A for ; Tue, 22 Jun 2021 17:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF18E0869; Tue, 22 Jun 2021 17:02:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 160C6E0869 for ; Tue, 22 Jun 2021 17:02:04 +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 2FDCB33BF5B for ; Tue, 22 Jun 2021 17:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E3E7B8 for ; Tue, 22 Jun 2021 17:02:00 +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: <1624381224.2cc1d054989c09a50fcbe4b04a80163873d48546.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sybil/sybil-2.0.1.ebuild X-VCS-Directories: dev-python/sybil/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2cc1d054989c09a50fcbe4b04a80163873d48546 X-VCS-Branch: master Date: Tue, 22 Jun 2021 17:02:00 +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: fde1f686-e499-4820-b268-3e6dbb22e5f7 X-Archives-Hash: d838cba317ea0b5c304c11b05b899f2d commit: 2cc1d054989c09a50fcbe4b04a80163873d48546 Author: Marek Szuba gentoo org> AuthorDate: Tue Jun 22 15:44:03 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jun 22 17:00:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc1d054 dev-python/sybil: keyword 2.0.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/sybil/sybil-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sybil/sybil-2.0.1.ebuild b/dev-python/sybil/sybil-2.0.1.ebuild index c160c471574..0e19bc2316f 100644 --- a/dev-python/sybil/sybil-2.0.1.ebuild +++ b/dev-python/sybil/sybil-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Automated testing for the examples in your documentation" @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" distutils_enable_tests pytest