23 lines
710 B
Bash
23 lines
710 B
Bash
# Template file for 'python3-scikit-video'
|
|
pkgname=python3-scikit-video
|
|
version=1.1.11
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-scipy python3-Pillow"
|
|
depends="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
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc64*) ;;
|
|
ppc*) broken="something with scipy and libatomic";;
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|