python3-imageio: update to 2.15.0.
This commit is contained in:
parent
00b902fc59
commit
5db2d8ffc8
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-imageio'
|
||||
pkgname=python3-imageio
|
||||
version=2.14.1
|
||||
version=2.15.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
# Ignored tests have unpackaged dependencies or require missing data files
|
||||
make_check_args="--ignore=tests/test_pillow.py
|
||||
--ignore=tests/test_ffmpeg.py --ignore=tests/test_ffmpeg_info.py"
|
||||
make_check_args="--ignore=tests/test_pillow.py --ignore=tests/test_ffmpeg.py
|
||||
--ignore=tests/test_ffmpeg_info.py --ignore=tests/test_freeimage.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-numpy python3-Pillow"
|
||||
checkdepends="python3-pytest python3-tifffile python3-psutil
|
||||
|
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/imageio/imageio"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=4bf7254792f764177eb7bee9fc10abf379dfb40fd55d66e543b72aeff1585c7b
|
||||
checksum=760f383717204234f4527c682d91dfee9f34262d75bb0bbbf9a06668ff23f3ba
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue