24 lines
957 B
Bash
24 lines
957 B
Bash
# Template file for 'python3-imageio'
|
|
pkgname=python3-imageio
|
|
version=2.31.6
|
|
revision=1
|
|
build_style=python3-module
|
|
# tests have unpackaged dependencies, require network or 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)or(test_missing_format)or(test_format_hint))"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-numpy python3-Pillow"
|
|
checkdepends="python3-pytest python3-tifffile python3-psutil
|
|
git libglvnd freeimage $depends"
|
|
short_desc="Python library for reading and writing image data"
|
|
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=62166c8fba4d081cf09fca51b2901f523ea2d137d84fe8dcfbfff4ce01cbf1dc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|