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 7BE0E138360 for ; Thu, 4 Mar 2021 04:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D34C3E08CE; Thu, 4 Mar 2021 04:19:55 +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 B5196E08C8 for ; Thu, 4 Mar 2021 04:19:55 +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 95767340FA2 for ; Thu, 4 Mar 2021 04:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D9758F for ; Thu, 4 Mar 2021 04:19:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614829762.3aec1fbf9a59d212eac0e3d1899dd270c1f0851a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/audioread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/audioread/audioread-2.1.8-r2.ebuild X-VCS-Directories: dev-python/audioread/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3aec1fbf9a59d212eac0e3d1899dd270c1f0851a X-VCS-Branch: master Date: Thu, 4 Mar 2021 04:19:51 +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: 36d8a024-aee6-46bd-b07c-d7da84b150ce X-Archives-Hash: 4e1c228caef31aa9436a00dd751ee300 commit: 3aec1fbf9a59d212eac0e3d1899dd270c1f0851a Author: Sam James gentoo org> AuthorDate: Thu Mar 4 03:41:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 4 03:49:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aec1fbf dev-python/audioread: add Python 3.9 Signed-off-by: Sam James gentoo.org> dev-python/audioread/audioread-2.1.8-r2.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dev-python/audioread/audioread-2.1.8-r2.ebuild b/dev-python/audioread/audioread-2.1.8-r2.ebuild index d7343f38d24..c0d64fd1ab2 100644 --- a/dev-python/audioread/audioread-2.1.8-r2.ebuild +++ b/dev-python/audioread/audioread-2.1.8-r2.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=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 DESCRIPTION="Wrapper for audio file decoding using FFmpeg or GStreamer" @@ -13,11 +13,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ffmpeg gstreamer mad test" +IUSE="ffmpeg gstreamer mad" -BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" RDEPEND=" ffmpeg? ( media-video/ffmpeg ) gstreamer? ( @@ -28,8 +25,6 @@ RDEPEND=" mad? ( dev-python/pymad ) " -RESTRICT="!test? ( test )" - PATCHES=( "${FILESDIR}/${P}-test-deps.patch" ) # git master python_prepare_all() {