From 98487e6ed923a63c4c3b41f013c8dbed3c0fb576 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 10 Jul 2020 11:10:06 -0400 Subject: [PATCH] New package: python3-imageio-2.9.0 --- srcpkgs/python3-imageio/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-imageio/template diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template new file mode 100644 index 0000000000..52e5ef22d8 --- /dev/null +++ b/srcpkgs/python3-imageio/template @@ -0,0 +1,18 @@ +# 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 " +license="BSD-2-Clause" +homepage="https://github.com/imageio/imageio" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=6a4bb17127d1af103bf146f8b0bd68ccb647a926002e8a6800c6d7859048661a + +post_install() { + vlicense LICENSE +}