python3-scikit-image: update to 0.18.2.
This commit is contained in:
parent
07460e9ac5
commit
5b99ec13bf
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-scikit-image'
|
# Template file for 'python3-scikit-image'
|
||||||
pkgname=python3-scikit-image
|
pkgname=python3-scikit-image
|
||||||
version=0.18.1
|
version=0.18.2
|
||||||
revision=1
|
revision=1
|
||||||
_pkgname="${pkgname#python3-}"
|
_pkgname="${pkgname#python3-}"
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
|
@ -15,7 +15,9 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause, MIT"
|
license="BSD-3-Clause, MIT"
|
||||||
homepage="https://scikit-image.org/"
|
homepage="https://scikit-image.org/"
|
||||||
distfiles="https://github.com/${_pkgname}/${_pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${_pkgname}/${_pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=f9a603d3f5b451ac2e6b9e09bb896396067aba9faa12cdeee77225a47a736d48
|
checksum=0e994e85b1619e804961eb8b14c63323c5ecfdd0f6d5541681e114c48201b4d3
|
||||||
|
# Tests require data files and unpackaged dependencies
|
||||||
|
make_check=no
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make_build_args+=" ${makejobs}"
|
make_build_args+=" ${makejobs}"
|
||||||
|
|
Loading…
Reference in New Issue