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 236C1158086 for ; Sun, 7 Nov 2021 15:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C6A2BC00C; Sun, 7 Nov 2021 15:26:40 +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 E66CD2BC00C for ; Sun, 7 Nov 2021 15:26:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DC7B342DAF for ; Sun, 7 Nov 2021 15:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128F9175 for ; Sun, 7 Nov 2021 15:26:36 +0000 (UTC) From: "Samuel Bernardo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bernardo" Message-ID: <1636298784.c07596dae258494c68b1d10cf07e7a2f096fb7eb.samuelbernardo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstcheck/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstcheck/rstcheck-3.3.1.ebuild X-VCS-Directories: dev-python/rstcheck/ X-VCS-Committer: samuelbernardo X-VCS-Committer-Name: Samuel Bernardo X-VCS-Revision: c07596dae258494c68b1d10cf07e7a2f096fb7eb X-VCS-Branch: dev Date: Sun, 7 Nov 2021 15:26:36 +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: aa01e5f6-6039-4dcf-bc44-eb703fbff84d X-Archives-Hash: 54f84a49b3af6f605423a42a733aeb7e commit: c07596dae258494c68b1d10cf07e7a2f096fb7eb Author: Samuel Bernardo gmail com> AuthorDate: Sun Nov 7 15:25:50 2021 +0000 Commit: Samuel Bernardo gmail com> CommitDate: Sun Nov 7 15:26:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c07596da Bump python version to 3.9 Signed-off-by: Samuel Bernardo gmail.com> dev-python/rstcheck/rstcheck-3.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild b/dev-python/rstcheck/rstcheck-3.3.1.ebuild index 237126dfc..18a147bfd 100644 --- a/dev-python/rstcheck/rstcheck-3.3.1.ebuild +++ b/dev-python/rstcheck/rstcheck-3.3.1.ebuild @@ -1,9 +1,9 @@ -# 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=( pypy3 python3_8 ) +PYTHON_COMPAT=( pypy3 python3_9 ) inherit distutils-r1