diff options
author | prlw1 <prlw1@pkgsrc.org> | 2018-07-31 11:03:57 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2018-07-31 11:03:57 +0000 |
commit | 5664fd560a8465fc65a4c93181ceb580ece22294 (patch) | |
tree | ee92d2720e3fa20ce266b6b22ca5edaba8564dca /graphics/Makefile | |
parent | f7b810deca5374c9433c99d49ec4fd4538edc42e (diff) | |
download | pkgsrc-5664fd560a8465fc65a4c93181ceb580ece22294.tar.gz |
Add py-imageio 2.3.0
Note that this used to be part of py-scipy.
Imageio is a Python library that provides an easy interface to read
and write a wide range of image data, including animated images,
video, volumetric data, and scientific formats. It is cross-platform,
runs on Python 2.7 and 3.4+, and is easy to install.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8af91391dd2..0367ef96cb8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.800 2018/07/19 12:36:28 minskim Exp $ +# $NetBSD: Makefile,v 1.801 2018/07/31 11:03:57 prlw1 Exp $ # COMMENT= Graphics tools and libraries @@ -456,6 +456,7 @@ SUBDIR+= py-gnuplot SUBDIR+= py-goocanvas SUBDIR+= py-graphviz SUBDIR+= py-gtkglext +SUBDIR+= py-imageio SUBDIR+= py-imagesize SUBDIR+= py-imaging SUBDIR+= py-imagingtk |