# -*- 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 PortGroup github 1.0 github.setup hmeine qimage2ndarray 1.7 release- name py-qimage2ndarray revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 35 36 37 python.default_version 27 maintainers {eborisch @eborisch} openmaintainer description Converts between QImages and numpy.ndarrays long_description ${description} homepage https://github.com/hmeine/qimage2ndarray distname ${python.rootname}-${version} checksums \ rmd160 e2063ef0bc77371cbc98d8b33a647aa59fbd8855 \ sha256 f521b3189583c0de5e257902b943d88831998207f79f1441cdb4e4557233bdb3 \ size 23312 if {${name} ne ${subport}} { depends_run-append port:py${python.version}-numpy \ port:py${python.version}-pyqt4 \ port:py${python.version}-pyside livecheck.type none }