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 0478A138359 for ; Mon, 23 Nov 2020 23:10:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 349E6E07D8; Mon, 23 Nov 2020 23:10:06 +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 1A0D7E07D8 for ; Mon, 23 Nov 2020 23:10:06 +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 8A377340E22 for ; Mon, 23 Nov 2020 23:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 029E242C for ; Mon, 23 Nov 2020 23:10:03 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1606172998.f9e8b75d6f480fc4461b6e4c460471ec4ac1b292.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/aubio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/aubio/aubio-0.4.9.ebuild X-VCS-Directories: media-libs/aubio/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f9e8b75d6f480fc4461b6e4c460471ec4ac1b292 X-VCS-Branch: master Date: Mon, 23 Nov 2020 23:10: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: ed9c9a05-c233-44b8-b6bb-f08b186d55d3 X-Archives-Hash: 50eff3bf221bc3db1f2867f0320bdec8 commit: f9e8b75d6f480fc4461b6e4c460471ec4ac1b292 Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 23 23:09:32 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 23 23:09:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e8b75d media-libs/aubio: Added python3_{8,9} support Added dev-python/sphinx to USE="doc" dependency Closes: https://bugs.gentoo.org/729638 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> media-libs/aubio/aubio-0.4.9.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-libs/aubio/aubio-0.4.9.ebuild b/media-libs/aubio/aubio-0.4.9.ebuild index e7905fd67a9..d5ac80ce71d 100644 --- a/media-libs/aubio/aubio-0.4.9.ebuild +++ b/media-libs/aubio/aubio-0.4.9.ebuild @@ -4,7 +4,8 @@ EAPI=6 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 waf-utils @@ -40,7 +41,10 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} app-text/txt2man virtual/pkgconfig - doc? ( app-doc/doxygen ) + doc? ( + app-doc/doxygen + dev-python/sphinx + ) " DOCS=( AUTHORS ChangeLog README.md )