added python scikit-video

This commit is contained in:
void_user 2020-02-01 13:56:15 -08:00 committed by Johannes
parent 5ab17b464a
commit 5423f43c02

View file

@ -0,0 +1,19 @@
# Template file for 'python3-scikit-video'
pkgname=python3-scikit-video
version=1.1.11
revision=1
wrksrc="scikit-video-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel python3-numpy python3-scipy python3-Pillow"
depends="python3-numpy python3-scipy python3-Pillow"
short_desc="Video processing in Python, which is modeled around scikit packages"
maintainer="ash <bhat40436@gmail.com>"
license="BSD-3-Clause"
homepage="http://www.scikit-video.org/"
distfiles="https://github.com/scikit-video/scikit-video/archive/${version}.tar.gz"
checksum=0d28d9c08d43be56bd723c8387e90e599a5ce4b75c389717d190ccde0ef5d56f
post_install() {
vlicense COPYING
}