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 E2F631382C5 for ; Tue, 9 Jun 2020 16:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21352E096C; Tue, 9 Jun 2020 16:37:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0CE5BE0968 for ; Tue, 9 Jun 2020 16:37:09 +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 33B4D34F1B1 for ; Tue, 9 Jun 2020 16:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C742B2B0 for ; Tue, 9 Jun 2020 16:37:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1591719560.54e61fccd6a034cdaad6d880ba7723098de7af19.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/autoflake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/autoflake/autoflake-1.3.1.ebuild X-VCS-Directories: dev-python/autoflake/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 54e61fccd6a034cdaad6d880ba7723098de7af19 X-VCS-Branch: master Date: Tue, 9 Jun 2020 16:37:03 +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: 86da4f44-5d95-48e4-b526-d0a55ab0d390 X-Archives-Hash: 61aa4ea701da0ea01be9d1816ccf9c7d Message-ID: <20200609163703.19rOG6aVdlUfYsUPPlB_D8gUr55uzRDCTIHGNmbcQGs@z> commit: 54e61fccd6a034cdaad6d880ba7723098de7af19 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jun 9 16:19:20 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jun 9 16:19:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54e61fcc dev-python/autoflake: add py3_8 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/autoflake/autoflake-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/autoflake/autoflake-1.3.1.ebuild b/dev-python/autoflake/autoflake-1.3.1.ebuild index 752b394..e2c1cb6 100644 --- a/dev-python/autoflake/autoflake-1.3.1.ebuild +++ b/dev-python/autoflake/autoflake-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1