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 F06BC138350 for ; Fri, 17 Apr 2020 22:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 424BAE086A; Fri, 17 Apr 2020 22:21:19 +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 2D69CE086A for ; Fri, 17 Apr 2020 22:21:19 +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 0D42F34F16D for ; Fri, 17 Apr 2020 22:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D86018F for ; Fri, 17 Apr 2020 22:21:16 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587162059.3a0b585227f145223a90ffae2e18aaa65c2367d9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysmi/pysmi-0.3.4.ebuild X-VCS-Directories: dev-python/pysmi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3a0b585227f145223a90ffae2e18aaa65c2367d9 X-VCS-Branch: master Date: Fri, 17 Apr 2020 22:21:16 +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: 29c42c9b-3063-4fac-9631-dd47123ce954 X-Archives-Hash: bed5c886f5f66641a3170cae8142f65f commit: 3a0b585227f145223a90ffae2e18aaa65c2367d9 Author: David Seifert gentoo org> AuthorDate: Fri Apr 17 22:20:59 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 17 22:20:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0b5852 dev-python/pysmi: Add py3.8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> dev-python/pysmi/pysmi-0.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild index c450bfffc39..36989ae4624 100644 --- a/dev-python/pysmi/pysmi-0.3.4.ebuild +++ b/dev-python/pysmi/pysmi-0.3.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python Lex & Yacc"