Skip to content
Permalink
Browse files

py-imageio: new port

  • Loading branch information
stromnov committed Apr 9, 2019
1 parent 07355ef commit c074f57de02d62dadaea260ec951614326012542
Showing with 40 additions and 0 deletions.
  1. +40 −0 python/py-imageio/Portfile
@@ -0,0 +1,40 @@
# -*- 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

PortSystem 1.0
PortGroup python 1.0

name py-imageio
version 2.5.0
revision 0
categories-append graphics
platforms darwin
license BSD

python.versions 27 35 36 37

This comment has been minimized.

Copy link
@reneeotten

reneeotten Apr 9, 2019

Contributor

your'e missing the py34 version, which is a dependency of py34-scikit-image

This comment has been minimized.

Copy link
@reneeotten

reneeotten Apr 11, 2019

Contributor

I have done this in ddbd5f7


maintainers {stromnov @stromnov} openmaintainer

description Easy interface to read and write a wide range of image data.
long_description ${description}

homepage http://imageio.github.io/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}

distname ${python.rootname}-${version}

checksums rmd160 80d65d195bdec0c506b08b1258bdf930c4460fb9 \
sha256 42e65aadfc3d57a1043615c92bdf6319b67589e49a0aae2b985b82144aceacad \
size 3349024

if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools \
port:py${python.version}-numpy \
port:py${python.version}-Pillow

if {${python.version} eq 27} {
depends_lib-append port:py${python.version}-enum34 \
port:py${python.version}-futures
}

livecheck.type none
}

0 comments on commit c074f57

Please sign in to comment.
You can’t perform that action at this time.