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:
Maciej Barć 2020-05-10 22:44:22 +02:00
parent 9540f8b23b
commit b5d1f411ee
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 18 additions and 26 deletions

View File

@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
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"
if [[ "${PV}" == *9999* ]]; then
@ -27,24 +27,20 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE="doc test"
COMMON_DEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
DEPEND="
${COMMON_DEPEND}
doc? (
>=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}]
)
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
>=dev-python/tox-3.12.1[${PYTHON_USEDEP}]
)
"
RDEPEND="
${COMMON_DEPEND}
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
${RDEPEND}
media-video/ffmpeg
"
distutils_enable_tests pytest
distutils_enable_sphinx doc/src

View File

@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
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"
if [[ "${PV}" == *9999* ]]; then
@ -27,24 +27,20 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE="doc test"
COMMON_DEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
DEPEND="
${COMMON_DEPEND}
doc? (
>=dev-python/sphinx-2.4.4[${PYTHON_USEDEP}]
)
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
>=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
>=dev-python/pytest-mock-1.11.2[${PYTHON_USEDEP}]
>=dev-python/tox-3.12.1[${PYTHON_USEDEP}]
)
"
RDEPEND="
${COMMON_DEPEND}
>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
>=dev-python/numpy-1.16.5[${PYTHON_USEDEP}]
${RDEPEND}
media-video/ffmpeg
"
distutils_enable_tests pytest
distutils_enable_sphinx doc/src