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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 518DF158020 for ; Fri, 2 Dec 2022 17:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A13B2BC041; Fri, 2 Dec 2022 17:31:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BDD02BC041 for ; Fri, 2 Dec 2022 17:31:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 83169335D87 for ; Fri, 2 Dec 2022 17:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 226373A5 for ; Fri, 2 Dec 2022 17:31:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1670002169.8ce9c240fd175688cb209a778dd8177471c65c4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plyr/plyr-1.0.6-r1.ebuild X-VCS-Directories: dev-python/plyr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ce9c240fd175688cb209a778dd8177471c65c4d X-VCS-Branch: master Date: Fri, 2 Dec 2022 17:31:44 +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: 77697855-ab81-4f33-897a-2dddbc4c5425 X-Archives-Hash: 8b09df5e14c4688453d6eb344a1e9047 commit: 8ce9c240fd175688cb209a778dd8177471c65c4d Author: Michał Górny gentoo org> AuthorDate: Fri Dec 2 16:17:23 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 2 17:29:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce9c240 dev-python/plyr: Fix building docs Closes: https://bugs.gentoo.org/830392 Signed-off-by: Michał Górny gentoo.org> dev-python/plyr/plyr-1.0.6-r1.ebuild | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/dev-python/plyr/plyr-1.0.6-r1.ebuild b/dev-python/plyr/plyr-1.0.6-r1.ebuild index 61bc5e92d5be..1c9757970eab 100644 --- a/dev-python/plyr/plyr-1.0.6-r1.ebuild +++ b/dev-python/plyr/plyr-1.0.6-r1.ebuild @@ -12,21 +12,31 @@ MY_PN="python-glyr" MY_P="${MY_PN}-${PV}" DESCRIPTION="A python wrapper for Glyr" -HOMEPAGE="https://sahib.github.io/python-glyr/intro.html - https://github.com/sahib/python-glyr" -SRC_URI="https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" +HOMEPAGE=" + https://sahib.github.io/python-glyr/intro.html + https://github.com/sahib/python-glyr/ + https://pypi.org/project/plyr/ +" +SRC_URI=" + https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz +" S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+" KEYWORDS="amd64 x86" SLOT="0" -RDEPEND="media-libs/glyr:=" -DEPEND="${RDEPEND}" +DEPEND=" + media-libs/glyr:= +" +RDEPEND=" + ${DEPEND} +" BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}]" + dev-python/cython[${PYTHON_USEDEP}] +" -distutils_enable_sphinx docs +distutils_enable_sphinx docs/source distutils_enable_tests pytest EPYTEST_DESELECT=(