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:
parent
0e88ba7dd9
commit
1c103c8525
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
PYTHON_COMPAT=( python3_{7..9} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@ -18,13 +18,9 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="
|
RESTRICT="mirror"
|
||||||
mirror
|
|
||||||
!test? ( test )
|
|
||||||
"
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc test"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
||||||
@ -45,5 +41,6 @@ distutils_enable_sphinx doc/src
|
|||||||
|
|
||||||
python_prepare_all() {
|
python_prepare_all() {
|
||||||
sed -i -e '/pytest-runner/d' setup.py || die
|
sed -i -e '/pytest-runner/d' setup.py || die
|
||||||
|
|
||||||
distutils-r1_python_prepare_all
|
distutils-r1_python_prepare_all
|
||||||
}
|
}
|
||||||
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
PYTHON_COMPAT=( python3_{7..9} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@ -18,13 +18,9 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="
|
RESTRICT="mirror"
|
||||||
mirror
|
|
||||||
!test? ( test )
|
|
||||||
"
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc test"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
||||||
@ -45,5 +41,6 @@ distutils_enable_sphinx doc/src
|
|||||||
|
|
||||||
python_prepare_all() {
|
python_prepare_all() {
|
||||||
sed -i -e '/pytest-runner/d' setup.py || die
|
sed -i -e '/pytest-runner/d' setup.py || die
|
||||||
|
|
||||||
distutils-r1_python_prepare_all
|
distutils-r1_python_prepare_all
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user