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 B805C138350 for ; Fri, 31 Jan 2020 08:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E474BE0875; Fri, 31 Jan 2020 08:31:13 +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 96B10E0875 for ; Fri, 31 Jan 2020 08:31:13 +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 7621E34E618 for ; Fri, 31 Jan 2020 08:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93DEA10B for ; Fri, 31 Jan 2020 08:31:09 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1580459427.e7731809f95efd02c00390ee31156a86f237499f.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild media-sound/mps-youtube/mps-youtube-9999.ebuild X-VCS-Directories: media-sound/mps-youtube/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e7731809f95efd02c00390ee31156a86f237499f X-VCS-Branch: master Date: Fri, 31 Jan 2020 08:31:09 +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: f2f72e4c-04c0-44ae-b06f-b94c1d10e777 X-Archives-Hash: 912f7ebce7f8a06448ea01108a96d5b9 commit: e7731809f95efd02c00390ee31156a86f237499f Author: Tim Harder gentoo org> AuthorDate: Fri Jan 31 08:25:06 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Jan 31 08:30:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7731809 media-sound/mps-youtube: update to EAPI 7 and add py37/py38 compat Signed-off-by: Tim Harder gentoo.org> .../{mps-youtube-9999.ebuild => mps-youtube-0.2.8-r1.ebuild} | 11 ++++++----- media-sound/mps-youtube/mps-youtube-9999.ebuild | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild similarity index 78% copy from media-sound/mps-youtube/mps-youtube-9999.ebuild copy to media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild index 7f9ca71d825..a86ede03c87 100644 --- a/media-sound/mps-youtube/mps-youtube-9999.ebuild +++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_6 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then @@ -19,8 +20,8 @@ HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mp LICENSE="GPL-3" SLOT="0" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} +RDEPEND=" dev-python/pafy[${PYTHON_USEDEP}] virtual/ffmpeg - || ( media-video/mplayer media-video/mpv )" + || ( media-video/mpv media-video/mplayer ) +" diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild index 7f9ca71d825..a86ede03c87 100644 --- a/media-sound/mps-youtube/mps-youtube-9999.ebuild +++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python3_6 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then @@ -19,8 +20,8 @@ HOMEPAGE="https://github.com/mps-youtube/mps-youtube https://pypi.org/project/mp LICENSE="GPL-3" SLOT="0" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} +RDEPEND=" dev-python/pafy[${PYTHON_USEDEP}] virtual/ffmpeg - || ( media-video/mplayer media-video/mpv )" + || ( media-video/mpv media-video/mplayer ) +"