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 661B11382C5 for ; Wed, 13 May 2020 13:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95513E097E; Wed, 13 May 2020 13:58:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 813DCE097E for ; Wed, 13 May 2020 13:58:28 +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 52B5F3506F4 for ; Wed, 13 May 2020 13:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD4A21A3 for ; Wed, 13 May 2020 13:58:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1589378268.f480e75f941e1a56d61918152432aff0234e9a9b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyaudio/pyaudio-0.2.11.ebuild X-VCS-Directories: dev-python/pyaudio/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f480e75f941e1a56d61918152432aff0234e9a9b X-VCS-Branch: master Date: Wed, 13 May 2020 13:58:25 +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: e355ee85-0156-4a26-b686-3e4068e357ca X-Archives-Hash: 2aaad7be293d1da249fa576a0d59cc61 commit: f480e75f941e1a56d61918152432aff0234e9a9b Author: Robert Siebeck r123 de> AuthorDate: Thu May 7 09:20:41 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 13 13:57:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f480e75f dev-python/pyaudio: add support for Python 3.7 and 3.8 Closes: https://bugs.gentoo.org/719394 Signed-off-by: Robert Siebeck r123.de> Closes: https://github.com/gentoo/gentoo/pull/15678 Signed-off-by: Joonas Niilola gentoo.org> dev-python/pyaudio/pyaudio-0.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyaudio/pyaudio-0.2.11.ebuild b/dev-python/pyaudio/pyaudio-0.2.11.ebuild index daf451c0535..248a4891ebc 100644 --- a/dev-python/pyaudio/pyaudio-0.2.11.ebuild +++ b/dev-python/pyaudio/pyaudio-0.2.11.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1