26 lines
974 B
Bash
26 lines
974 B
Bash
# Template file for 'python3-scikit-image'
|
|
pkgname=python3-scikit-image
|
|
version=0.24.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
build_helper="meson numpy"
|
|
hostmakedepends="python3-build python3-installer python3-meson-python
|
|
python3-wheel python3-setuptools python3-packaging python3-Cython pythran
|
|
python3-lazy_loader python3-numpy pkg-config"
|
|
makedepends="python3-devel python3-numpy pythran"
|
|
depends="python3-numpy python3-scipy python3-networkx python3-Pillow
|
|
python3-imageio python3-tifffile python3-pywt python3-packaging
|
|
python3-lazy_loader"
|
|
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/scikit-image/scikit-image/archive/v${version}.tar.gz"
|
|
checksum=a2cf85577f8a9105ac46130277ad27e1627bfa3effecff7c1ef3ea851e5671ba
|
|
# Tests require data files and unpackaged dependencies
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|