# -*- 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 # $Id$ 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 http://pida.co.uk/ master_sites https://pypi.python.org/packages/source/p/pida/ 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 regex livecheck.url https://pypi.python.org/pypi/pida/ livecheck.regex pida-(\[0-9.\]+)${extract.suffix}