Đoàn Trần Công Danh d21de3397f remove wrksrc en-mass
2022-11-08 22:30:37 +07:00

20 lines
750 B
Bash

# Template file for 'python3-ffmpeg-python'
pkgname=python3-ffmpeg-python
version=0.2.0
revision=5
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"
post_patch() {
# Build doesn't *need* pytest-runner and Void doesn't provide it
vsed -e '/pytest-runner/d' -i setup.py
}