dev-python/ffmpeg-python: fix docs and tests
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
9540f8b23b
commit
b5d1f411ee
@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
|
|||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Python bindings for FFmpeg - with complex filtering support "
|
DESCRIPTION="Python bindings for FFmpeg with complex filtering support "
|
||||||
HOMEPAGE="https://github.com/kkroening/ffmpeg-python"
|
HOMEPAGE="https://github.com/kkroening/ffmpeg-python"
|
||||||
|
|
||||||
if [[ "${PV}" == *9999* ]]; then
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
@ -27,24 +27,20 @@ LICENSE="Apache-2.0"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc test"
|
IUSE="doc test"
|
||||||
|
|
||||||
COMMON_DEPEND="
|
|
||||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${COMMON_DEPEND}
|
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
||||||
doc? (
|
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
|
||||||
>=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}]
|
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||||
)
|
|
||||||
test? (
|
test? (
|
||||||
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
|
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
|
||||||
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
|
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
|
||||||
>=dev-python/tox-3.12.1[${PYTHON_USEDEP}]
|
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${COMMON_DEPEND}
|
${RDEPEND}
|
||||||
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
|
|
||||||
media-video/ffmpeg
|
media-video/ffmpeg
|
||||||
"
|
"
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
distutils_enable_sphinx doc/src
|
||||||
|
@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
|
|||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Python bindings for FFmpeg - with complex filtering support "
|
DESCRIPTION="Python bindings for FFmpeg with complex filtering support "
|
||||||
HOMEPAGE="https://github.com/kkroening/ffmpeg-python"
|
HOMEPAGE="https://github.com/kkroening/ffmpeg-python"
|
||||||
|
|
||||||
if [[ "${PV}" == *9999* ]]; then
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
@ -27,24 +27,20 @@ LICENSE="Apache-2.0"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="doc test"
|
IUSE="doc test"
|
||||||
|
|
||||||
COMMON_DEPEND="
|
|
||||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
${COMMON_DEPEND}
|
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
||||||
doc? (
|
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
|
||||||
>=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}]
|
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||||
)
|
|
||||||
test? (
|
test? (
|
||||||
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
|
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
|
||||||
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
|
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
|
||||||
>=dev-python/tox-3.12.1[${PYTHON_USEDEP}]
|
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${COMMON_DEPEND}
|
${RDEPEND}
|
||||||
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
|
|
||||||
media-video/ffmpeg
|
media-video/ffmpeg
|
||||||
"
|
"
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
distutils_enable_sphinx doc/src
|
||||||
|
Loading…
Reference in New Issue
Block a user