Commits

Andrey Stromnov authored 5feda03cb96
py-imageio: update to 2.6.1
No tags

python/py-imageio/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-imageio
7 -version 2.5.0
7 +version 2.6.1
8 8 revision 0
9 9 categories-append graphics
10 10 platforms darwin
11 11 license BSD
12 12
13 -python.versions 27 34 35 36 37
13 +python.versions 27 34 35 36 37 38
14 14
15 15 maintainers {stromnov @stromnov} openmaintainer
16 16
17 17 description Easy interface to read and write a wide range of image data.
18 18 long_description ${description}
19 19
20 20 homepage http://imageio.github.io/
21 21 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
22 22
23 23 distname ${python.rootname}-${version}
24 24
25 -checksums rmd160 80d65d195bdec0c506b08b1258bdf930c4460fb9 \
26 - sha256 42e65aadfc3d57a1043615c92bdf6319b67589e49a0aae2b985b82144aceacad \
27 - size 3349024
25 +checksums rmd160 40a9608dea5cd995a9c935f3c48837ea7b4e6ab2 \
26 + sha256 f44eb231b9df485874f2ffd22dfd0c3c711e7de076516b9374edea5c65bc67ae \
27 + size 3353198
28 28
29 29 if {${name} ne ${subport}} {
30 30 depends_lib-append port:py${python.version}-setuptools \
31 31 port:py${python.version}-numpy \
32 32 port:py${python.version}-Pillow
33 33
34 34 if {${python.version} eq 27} {
35 35 depends_lib-append port:py${python.version}-enum34 \
36 36 port:py${python.version}-futures
37 37 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut