blob: 419c60bf8ede07e5e743bd130b986145e732eeb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-ffmpy
pkgdesc = A simple Python wrapper for FFmpeg.
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/Ch00k/ffmpy
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-uv-build
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = ffmpeg
optdepends = python-psutil: psutil
source = https://github.com/Ch00k/ffmpy/archive/refs/tags/1.0.0.tar.gz
sha256sums = a70c301edc8196812f5df88602c566c64d3da8cb494e08918b75e14a84ac8bdb
pkgname = python-ffmpy
|