New package: python3-scikit-image-0.17.2

This commit is contained in:
Andrew J. Hesford 2020-07-10 11:24:09 -04:00 committed by Andrew J. Hesford
parent fc8821e2b1
commit 5e98032da6

View file

@ -0,0 +1,21 @@
# Template file for 'python3-scikit-image'
pkgname=python3-scikit-image
version=0.17.2
revision=1
wrksrc="${pkgname#python3-}-${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/scikit-image/scikit-image/archive/v${version}.tar.gz"
checksum=54165f1c7365aacbd94df6c89ff72554260c3ea8fd8abdfb596d5d93b25d22ab
post_install() {
vlicense LICENSE.txt
}