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 2549A1382C5 for ; Fri, 4 Dec 2020 15:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11348E09C4; Fri, 4 Dec 2020 15:00:23 +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 EC7B5E09C0 for ; Fri, 4 Dec 2020 15:00:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1892134103C for ; Fri, 4 Dec 2020 15:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16897490 for ; Fri, 4 Dec 2020 15:00:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607093848.1e554494f8c9be047c3ba19d1389465ea0c09506.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/jellyfin-mpv-shim/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild X-VCS-Directories: media-video/jellyfin-mpv-shim/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1e554494f8c9be047c3ba19d1389465ea0c09506 X-VCS-Branch: master Date: Fri, 4 Dec 2020 15:00:18 +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: 49e5b25e-535c-412f-a0da-49b5c3cb9d7f X-Archives-Hash: 21d3f34d1bada39ee327b0612b71a7d2 commit: 1e554494f8c9be047c3ba19d1389465ea0c09506 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 4 14:57:28 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 4 14:57:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e554494 media-video/jellyfin-mpv-shim: use python_gen_cond_dep correctly drop py3.9, dep python-mpv does not have it yet because its dep xvfbwrapper::gentoo does not have it yet Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild index a77fb7a7..a8d436dc 100644 --- a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild +++ b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..8} ) PYTHON_REQ_USE="tk" DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend @@ -25,25 +25,25 @@ KEYWORDS="~amd64 ~x86" DEPEND=" app-arch/unzip - $(python_gen_cond_dep \ + $(python_gen_cond_dep ' dev-python/python-mpv[${PYTHON_USEDEP}] dev-python/jellyfin-apiclient-python[${PYTHON_USEDEP}] dev-python/python-mpv-jsonipc[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/pydantic[${PYTHON_USEDEP}] - ) + ') " RDEPEND=" ${DEPEND} dev-libs/libappindicator:3= - $(python_gen_cond_dep \ + $(python_gen_cond_dep ' dev-python/flask[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pystray[${PYTHON_USEDEP}] >=dev-python/pywebview-3.3.1[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] - ) + ') " src_install() { 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 21BC41382C5 for ; Fri, 4 Dec 2020 15:00:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 598BDE0992; Fri, 4 Dec 2020 15:00:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4031DE0992 for ; Fri, 4 Dec 2020 15:00:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0E1AE340FF0 for ; Fri, 4 Dec 2020 15:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67FC146A for ; Fri, 4 Dec 2020 15:00:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607093848.1e554494f8c9be047c3ba19d1389465ea0c09506.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/jellyfin-mpv-shim/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild X-VCS-Directories: media-video/jellyfin-mpv-shim/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1e554494f8c9be047c3ba19d1389465ea0c09506 X-VCS-Branch: dev Date: Fri, 4 Dec 2020 15:00:08 +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: 4deef6bb-eada-40c9-b794-b0550a3f29b9 X-Archives-Hash: 1fb31560c209b65bae235854f5b8c43d Message-ID: <20201204150008.8LU2eqdyrBzGmnrnn2KBdoDEOYWZEwex-4M4-9p1uWI@z> commit: 1e554494f8c9be047c3ba19d1389465ea0c09506 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 4 14:57:28 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 4 14:57:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e554494 media-video/jellyfin-mpv-shim: use python_gen_cond_dep correctly drop py3.9, dep python-mpv does not have it yet because its dep xvfbwrapper::gentoo does not have it yet Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild index a77fb7a7..a8d436dc 100644 --- a/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild +++ b/media-video/jellyfin-mpv-shim/jellyfin-mpv-shim-1.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..8} ) PYTHON_REQ_USE="tk" DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend @@ -25,25 +25,25 @@ KEYWORDS="~amd64 ~x86" DEPEND=" app-arch/unzip - $(python_gen_cond_dep \ + $(python_gen_cond_dep ' dev-python/python-mpv[${PYTHON_USEDEP}] dev-python/jellyfin-apiclient-python[${PYTHON_USEDEP}] dev-python/python-mpv-jsonipc[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/pydantic[${PYTHON_USEDEP}] - ) + ') " RDEPEND=" ${DEPEND} dev-libs/libappindicator:3= - $(python_gen_cond_dep \ + $(python_gen_cond_dep ' dev-python/flask[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pystray[${PYTHON_USEDEP}] >=dev-python/pywebview-3.3.1[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] - ) + ') " src_install() {