mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
python3-imageio: update to 2.22.3.
This commit is contained in:
parent
385e344cbf
commit
d3e666751c
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-imageio'
|
||||
pkgname=python3-imageio
|
||||
version=2.22.1
|
||||
version=2.22.3
|
||||
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 --ignore=tests/test_freeimage.py
|
||||
-k not((test_format_manager)or(test_preferring_arbitrary))"
|
||||
-k not((test_format_manager)or(test_preferring_arbitrary)or(test_missing_format))"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-numpy python3-Pillow"
|
||||
checkdepends="python3-pytest python3-tifffile python3-psutil
|
||||
|
@ -17,7 +17,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=c9a7a0a89d7fc43f4b1d1bcb4ce2ed53d10df2890fa0e6ae6cccdc85533c0c0d
|
||||
checksum=8c44d683482e61f9c6b288d53f157a5362ba93639f1fc55000998d1c36446e03
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue