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 CB8FC13835D for ; Tue, 22 Jun 2021 17:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E9ACE0871; Tue, 22 Jun 2021 17:02:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 74F20E0871 for ; Tue, 22 Jun 2021 17:02:04 +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 ACAE433C4EE 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 D22747BD 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: <1624381240.8d0038ff3b85f25cfd4c8f54d72245d6d9d3585b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlparse/sqlparse-0.4.1.ebuild X-VCS-Directories: dev-python/sqlparse/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8d0038ff3b85f25cfd4c8f54d72245d6d9d3585b 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: 89ae159b-5cf0-4d31-bed1-a5fb9dafcbf4 X-Archives-Hash: 87c1c42f8cb13606765f161afcd812f8 commit: 8d0038ff3b85f25cfd4c8f54d72245d6d9d3585b Author: Marek Szuba gentoo org> AuthorDate: Tue Jun 22 15:54:43 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jun 22 17:00:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0038ff dev-python/sqlparse: keyword 0.4.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/sqlparse/sqlparse-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sqlparse/sqlparse-0.4.1.ebuild b/dev-python/sqlparse/sqlparse-0.4.1.ebuild index 542f1c037b3..232c9468b43 100644 --- a/dev-python/sqlparse/sqlparse-0.4.1.ebuild +++ b/dev-python/sqlparse/sqlparse-0.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_PN="${PN##python-}" @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${P#python-} SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" LICENSE="BSD-2" distutils_enable_sphinx docs/source