blob: 3763c14646c830145e1cedea230d54609b5b528b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-moviepy
pkgdesc = Video editing with Python
pkgver = 2.2.1
pkgrel = 1
url = https://github.com/Zulko/moviepy/
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
depends = python
depends = python-decorator
depends = python-numpy
depends = python-pillow
depends = python-imageio
depends = python-proglog
depends = python-imageio-ffmpeg
depends = python-tqdm
source = https://files.pythonhosted.org/packages/source/m/moviepy/moviepy-2.2.1.tar.gz
sha256sums = c80cb56815ece94e5e3e2d361aa40070eeb30a09d23a24c4e684d03e16deacb1
pkgname = python-moviepy
|