29 lines
955 B
Bash
29 lines
955 B
Bash
# Template file for 'python3-scikit-image'
|
|
pkgname=python3-scikit-image
|
|
version=0.19.0
|
|
revision=2
|
|
_pkgname="${pkgname#python3-}"
|
|
wrksrc="${_pkgname}-${version}"
|
|
build_style=python3-module
|
|
build_helper="numpy"
|
|
hostmakedepends="python3-Cython python3-wheel python3-numpy
|
|
python3-packaging python3-setuptools pythran"
|
|
makedepends="python3-devel"
|
|
depends="python3-scipy python3-numpy python3-imageio python3-matplotlib
|
|
python3-networkx python3-tifffile python3-pywt python3-packaging"
|
|
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=5a0d6ad80ed3a389c19a8603391bbc1dd8e81239c2ef5ca6c274886db3087ec5
|
|
# Tests require data files and unpackaged dependencies
|
|
make_check=no
|
|
|
|
pre_build() {
|
|
make_build_args+=" ${makejobs}"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|