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 409E7138350 for ; Tue, 4 Feb 2020 21:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A8F5E0887; Tue, 4 Feb 2020 21:31:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F40EFE0887 for ; Tue, 4 Feb 2020 21:31:34 +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 5AE7C34E738 for ; Tue, 4 Feb 2020 21:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0198F for ; Tue, 4 Feb 2020 21:31:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1580851831.7e71217bb070c1c9b2d89340deffddd3f18d5f9f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rst-linker/rst-linker-1.11.ebuild X-VCS-Directories: dev-python/rst-linker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e71217bb070c1c9b2d89340deffddd3f18d5f9f X-VCS-Branch: master Date: Tue, 4 Feb 2020 21:31:30 +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: b6b63f18-7a9a-432a-ace0-c626b89a131a X-Archives-Hash: 293b478bc3da9846b3de313f41881902 commit: 7e71217bb070c1c9b2d89340deffddd3f18d5f9f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 4 20:28:07 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 4 21:30:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e71217b dev-python/rst-linker: python3_8 support for 1.11 Tests passed. Last version to still support python2_7 upstream. We need it for dev-python/pytest-runner-5.2 to be able to stabilise. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/rst-linker/rst-linker-1.11.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/rst-linker/rst-linker-1.11.ebuild b/dev-python/rst-linker/rst-linker-1.11.ebuild index 2859cd77e70..0a17f3b351d 100644 --- a/dev-python/rst-linker/rst-linker-1.11.ebuild +++ b/dev-python/rst-linker/rst-linker-1.11.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) - +PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} ) inherit distutils-r1 MY_PN="${PN/-/.}"