From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1335183-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF163158086 for <garchives@archives.gentoo.org>; Sun, 31 Oct 2021 08:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 227A7E08F1; Sun, 31 Oct 2021 08:46:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 026CEE08F1 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 08:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 139D834372F for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 08:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52920D0 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 08:46:12 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1635669954.11c5753ba80a1fe7a362aece48c22a7593f8dafb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/beets/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/beets/beets-1.5.0-r1.ebuild media-sound/beets/beets-1.5.0.ebuild media-sound/beets/beets-9999.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 11c5753ba80a1fe7a362aece48c22a7593f8dafb X-VCS-Branch: master Date: Sun, 31 Oct 2021 08:46:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3690bc7f-abc5-4bb5-ae3d-590875e78312 X-Archives-Hash: 0a636b638bbcd881904ce63c914932fb commit: 11c5753ba80a1fe7a362aece48c22a7593f8dafb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 31 08:45:54 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 31 08:45:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c5753b media-sound/beets: fix dependencies Closes: https://bugs.gentoo.org/820935 Signed-off-by: Sam James <sam <AT> gentoo.org> .../beets/{beets-1.5.0.ebuild => beets-1.5.0-r1.ebuild} | 6 +++--- media-sound/beets/beets-9999.ebuild | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/media-sound/beets/beets-1.5.0.ebuild b/media-sound/beets/beets-1.5.0-r1.ebuild similarity index 96% rename from media-sound/beets/beets-1.5.0.ebuild rename to media-sound/beets/beets-1.5.0-r1.ebuild index aa73a47719c..ae9ee9e9119 100644 --- a/media-sound/beets/beets-1.5.0.ebuild +++ b/media-sound/beets/beets-1.5.0-r1.ebuild @@ -67,6 +67,9 @@ BDEPEND=" dev-python/rarfile[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] + dev-python/reflink[${PYTHON_USEDEP}] + dev-python/confuse[${PYTHON_USEDEP}] + dev-python/mediafile[${PYTHON_USEDEP}] media-libs/chromaprint[tools] media-libs/flac media-libs/gst-plugins-bad:1.0 @@ -76,9 +79,6 @@ BDEPEND=" media-plugins/gst-plugins-libav:1.0 media-video/ffmpeg:0[encode] app-shells/bash-completion - dev-python/reflink - dev-python/confuse - dev-python/mediafile ) ')" diff --git a/media-sound/beets/beets-9999.ebuild b/media-sound/beets/beets-9999.ebuild index 7d299524043..9d0e8ddd174 100644 --- a/media-sound/beets/beets-9999.ebuild +++ b/media-sound/beets/beets-9999.ebuild @@ -44,7 +44,9 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - dev-python/sphinx + doc? ( + dev-python/sphinx + ) $(python_gen_cond_dep ' test? ( dev-db/sqlite[icu] @@ -65,6 +67,9 @@ BDEPEND=" dev-python/rarfile[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] + dev-python/reflink[${PYTHON_USEDEP}] + dev-python/confuse[${PYTHON_USEDEP}] + dev-python/mediafile[${PYTHON_USEDEP}] media-libs/chromaprint[tools] media-libs/flac media-libs/gst-plugins-bad:1.0 @@ -74,9 +79,6 @@ BDEPEND=" media-plugins/gst-plugins-libav:1.0 media-video/ffmpeg:0[encode] app-shells/bash-completion - dev-python/reflink - dev-python/confuse - dev-python/mediafile ) ')" @@ -89,14 +91,13 @@ python_prepare_all() { } python_compile_all() { - emake -C docs man use doc && esetup.py build_sphinx -b html --build-dir=docs/build } python_install_all() { distutils-r1_python_install_all - doman docs/_build/man/* + doman man/* use doc && local HTML_DOCS=( docs/build/html/. ) einstalldocs