void-packages/srcpkgs/python3-scikit-image/template
2020-12-24 22:38:12 -05:00

26 lines
799 B
Bash

# Template file for 'python3-scikit-image'
pkgname=python3-scikit-image
version=0.18.1
revision=1
_pkgname="${pkgname#python3-}"
wrksrc="${_pkgname}-${version}"
build_style=python3-module
build_helper="numpy"
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel"
depends="python3-scipy python3-matplotlib python3-networkx
python3-imageio python3-tifffile python3-pywt"
short_desc="Image processing in Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause, MIT"
homepage="https://scikit-image.org/"
distfiles="https://github.com/${_pkgname}/${_pkgname}/archive/v${version}.tar.gz"
checksum=f9a603d3f5b451ac2e6b9e09bb896396067aba9faa12cdeee77225a47a736d48
pre_build() {
make_build_args+=" ${makejobs}"
}
post_install() {
vlicense LICENSE.txt
}