Source
# -*- 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
PortGroup select 1.0
github.setup gpilab framework 1.1.5 v
name py-gpilab-framework
revision 0
python.versions 35 36 37
python.default_version 37
supported_archs noarch
platforms darwin
license LGPL-3
maintainers {eborisch @eborisch} \
openmaintainer
description This is the GPI Framework project.
long_description This is the GPI Framework project. The framework \
constitutes the main process that provides a canvas \
for graphically organizing and assembling algorithm \
components called 'Nodes'. The framework also \
contains the PyFI C++ interface for simplifying the \
generation of Python extension modules.
homepage http://gpilab.com
supported_archs noarch
checksums \
rmd160 aca98e6df9c0b0222091ff69be95f34d55438739 \
sha256 eb64aab60c46d0b9e02fb704b591fe35c4e0f37151981664e3ce7bd74e0e9eb4 \
size 3991138
patchfiles mainWindow.py.diff \
canvasGraph.py.diff \
make.py.diff
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-numpy \
port:py${python.version}-psutil \
port:py${python.version}-qtpy
depends_run-append port:astyle \
path:include/eigen3/Eigen/Core:eigen3 \
port:fftw-3 \
port:fftw-3-single \
port:py${python.version}-json-tricks \
port:py${python.version}-opengl \
port:py${python.version}-pep8 \
port:py${python.version}-pillow \
port:py${python.version}-pyflakes \
port:py${python.version}-pyobjc \
port:py${python.version}-qimage2ndarray \
port:py${python.version}-scipy \
port:py${python.version}-sip \
port:gpilab_select
livecheck.type none
post-patch {
reinplace \