commit:     4cb908c2ac2a5dc51b58b477a37711755a3d5866
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Jul 26 08:52:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 09:52:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cb908c2

dev-python/ffmpeg-python: new package (0.2.0)

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/ffmpeg-python/Manifest                  |  1 +
 .../ffmpeg-python/ffmpeg-python-0.2.0.ebuild       | 28 ++++++++++++++++++++++
 dev-python/ffmpeg-python/metadata.xml              |  8 +++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/ffmpeg-python/Manifest 
b/dev-python/ffmpeg-python/Manifest
new file mode 100644
index 000000000..c1f30ed46
--- /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 000000000..c41179abe
--- /dev/null
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for FFmpeg - with complex filtering support"
+HOMEPAGE="https://github.com/kkroening/ffmpeg-python";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       media-video/ffmpeg
+"
+RDEPEND="
+       ${DEPEND}
+"
+
+python_prepare_all() {
+       sed -e '/\<pytest-runner\>/d' -i setup.py
+       distutils-r1_python_prepare_all
+}

diff --git a/dev-python/ffmpeg-python/metadata.xml 
b/dev-python/ffmpeg-python/metadata.xml
new file mode 100644
index 000000000..cbe3c6a53
--- /dev/null
+++ b/dev-python/ffmpeg-python/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Nicola Smaniotto</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to