diff --git a/dev-python/ffmpeg-python/Manifest b/dev-python/ffmpeg-python/Manifest new file mode 100644 index 0000000..c1f30ed --- /dev/null +++ b/dev-python/ffmpeg-python/Manifest @@ -0,0 +1 @@ +DIST ffmpeg-python-0.2.0.tar.gz 3267771 BLAKE2B 8bca4a24434b6c7a542e3c178cb7bf1e5650f9763636d5378f9652cdd07ef19b0e96007d6bb71fdf1664efb6e33d597844c7d6a44dc8dcb1c083e21f53649469 SHA512 933ed958d61536bbbc0e0b08e19521c4b1f7df1cfe97de0b3d149a2748c5bd74915a3134861e8ecb1f92d5860315228b76aefcd087fcf07e188a56c651f5e301 diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild new file mode 100644 index 0000000..3eefd5c --- /dev/null +++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for FFmpeg - with complex filtering support " +HOMEPAGE="https://github.com/kkroening/ffmpeg-python" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/kkroening/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/kkroening/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT=" + mirror + !test? ( test ) +" +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}] + ) + 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}] +" diff --git a/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild new file mode 100644 index 0000000..3eefd5c --- /dev/null +++ b/dev-python/ffmpeg-python/ffmpeg-python-9999.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for FFmpeg - with complex filtering support " +HOMEPAGE="https://github.com/kkroening/ffmpeg-python" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/kkroening/${PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/kkroening/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +RESTRICT=" + mirror + !test? ( test ) +" +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}] + ) + 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}] +" diff --git a/dev-python/ffmpeg-python/metadata.xml b/dev-python/ffmpeg-python/metadata.xml new file mode 100644 index 0000000..fe3eec5 --- /dev/null +++ b/dev-python/ffmpeg-python/metadata.xml @@ -0,0 +1,7 @@ + + + + + kkroening/ffmpeg-python + +