dev-python/ffmpeg-python: remove py3.6 compat and unnecessary USE

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-01-18 11:56:37 +01:00
parent 0e88ba7dd9
commit 1c103c8525
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 8 additions and 14 deletions

View File

@ -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
}

View File

@ -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
}