mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-ffmpeg-python-0.2.0
This commit is contained in:
parent
4396e9e901
commit
a88cba7b8b
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-ffmpeg-python/template
Normal file
16
srcpkgs/python3-ffmpeg-python/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-ffmpeg-python'
|
||||||
|
pkgname=python3-ffmpeg-python
|
||||||
|
version=0.2.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="ffmpeg-python-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="ffmpeg python3-future"
|
||||||
|
checkdepends="$depends python3-pytest python3-pytest-mock"
|
||||||
|
short_desc="Python bindings for FFmpeg - with complex filtering support"
|
||||||
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/kkroening/ffmpeg-python"
|
||||||
|
distfiles="https://github.com/kkroening/ffmpeg-python/archive/${version}.tar.gz"
|
||||||
|
checksum="01b6b7640f00585a404194a358358bdf7f4050cedcd99f41416ac8b27222c9f1"
|
Loading…
Add table
Reference in a new issue