18 lines
575 B
Bash
18 lines
575 B
Bash
# Template file for 'python3-imageio'
|
|
pkgname=python3-imageio
|
|
version=2.9.0
|
|
revision=1
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-numpy python3-Pillow"
|
|
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=6a4bb17127d1af103bf146f8b0bd68ccb647a926002e8a6800c6d7859048661a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|