# -*- 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 PIDA version 0.6.2 revision 3 license GPL-2+ description The Python Integrated Development Application long_description \ ${description} maintainers nomaintainer categories devel python platforms darwin homepage https://bitbucket.org/aafshar/pida-main/wiki/Home master_sites macports_distfiles distname pida-${version} checksums sha1 c2ba4fb5e3220d0b8fd5d33f418164b05e840e34 \ rmd160 3c622c53e622938b163a5304306821ed90c3404a python.default_version 27 depends_build port:py${python.version}-setuptools \ port:pkgconfig depends_lib port:py${python.version}-bpython \ port:py${python.version}-pygtk \ port:py${python.version}-pygtkhelpers \ port:py${python.version}-py \ port:libmagic \ port:dbus-python${python.version} build.env PKG_CONFIG_PATH=${python.prefix}/lib/pkgconfig \ PATH=${python.prefix}/bin:$env(PATH) destroot.env PKG_CONFIG_PATH=${python.prefix}/lib/pkgconfig \ PATH=${python.prefix}/bin:$env(PATH) livecheck.type none