From 1c103c85255d05e44ead09e3af46357a84b96fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 18 Jan 2021 11:56:37 +0100 Subject: [PATCH] dev-python/ffmpeg-python: remove py3.6 compat and unnecessary USE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Maciej Barć --- dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild | 11 ++++------- dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild index e163de9..c0d9fc7 100644 --- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild +++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -18,13 +18,9 @@ else KEYWORDS="~amd64" fi -RESTRICT=" - mirror - !test? ( test ) -" +RESTRICT="mirror" LICENSE="Apache-2.0" SLOT="0" -IUSE="doc test" DEPEND=" >=dev-python/future-0.18.2[${PYTHON_USEDEP}] @@ -45,5 +41,6 @@ distutils_enable_sphinx doc/src python_prepare_all() { sed -i -e '/pytest-runner/d' setup.py || die + distutils-r1_python_prepare_all } diff --git a/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild index e163de9..c0d9fc7 100644 --- a/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild +++ b/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -18,13 +18,9 @@ else KEYWORDS="~amd64" fi -RESTRICT=" - mirror - !test? ( test ) -" +RESTRICT="mirror" LICENSE="Apache-2.0" SLOT="0" -IUSE="doc test" DEPEND=" >=dev-python/future-0.18.2[${PYTHON_USEDEP}] @@ -45,5 +41,6 @@ distutils_enable_sphinx doc/src python_prepare_all() { sed -i -e '/pytest-runner/d' setup.py || die + distutils-r1_python_prepare_all }