python3-imageio: update to 2.22.1.
This commit is contained in:
parent
678b27badb
commit
b15aac1ef0
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'python3-imageio'
|
# Template file for 'python3-imageio'
|
||||||
pkgname=python3-imageio
|
pkgname=python3-imageio
|
||||||
version=2.22.0
|
version=2.22.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# Ignored tests have unpackaged dependencies or require missing data files
|
# Ignored tests have unpackaged dependencies or require missing data files
|
||||||
make_check_args="--ignore=tests/test_pillow.py --ignore=tests/test_ffmpeg.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"
|
--ignore=tests/test_ffmpeg_info.py --ignore=tests/test_freeimage.py
|
||||||
|
-k not((test_format_manager)or(test_preferring_arbitrary))"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-numpy python3-Pillow"
|
depends="python3-numpy python3-Pillow"
|
||||||
checkdepends="python3-pytest python3-tifffile python3-psutil
|
checkdepends="python3-pytest python3-tifffile python3-psutil
|
||||||
|
@ -16,7 +17,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/imageio/imageio"
|
homepage="https://github.com/imageio/imageio"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=076682035ca0b75fc752ed780472822dbacae6ecaa130c109908129c1fee18f8
|
checksum=c9a7a0a89d7fc43f4b1d1bcb4ce2ed53d10df2890fa0e6ae6cccdc85533c0c0d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue