mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
added python scikit-video
This commit is contained in:
parent
5ab17b464a
commit
5423f43c02
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-scikit-video/template
Normal file
19
srcpkgs/python3-scikit-video/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue