mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-imageio: update to 2.22.4.
This commit is contained in:
parent
0a68930842
commit
c1d9eee0f7
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python3-imageio'
|
# Template file for 'python3-imageio'
|
||||||
pkgname=python3-imageio
|
pkgname=python3-imageio
|
||||||
version=2.22.3
|
version=2.22.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# Ignored tests have unpackaged dependencies or require missing data files
|
# tests have unpackaged dependencies, require network or 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)or(test_missing_format))"
|
-k not((test_format_manager)or(test_preferring_arbitrary)or(test_missing_format)or(test_format_hint))"
|
||||||
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 +16,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=8c44d683482e61f9c6b288d53f157a5362ba93639f1fc55000998d1c36446e03
|
checksum=35c01895c55f22c9887a12bbad5f6ed1c1f02e2223ce54f03b0f0e568b42e28e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue