# -*- 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 py-editor version 1.0.1 revision 0 categories-append textproc platforms darwin license Apache supported_archs noarch python.versions 27 34 35 maintainers stromnov openmaintainer description Programmatically open an editor, capture the result. long_description ${description} homepage https://github.com/fmoo/python-editor master_sites pypi:p/python-editor distname python-editor-${version} checksums rmd160 4d11d333a30e91fa064f2177a7e6c1bdf9e98ede \ sha256 8672e9a44a7957741453dd35e842299f6c29f0a88dc9e4316b0fa5935abb9186 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.name python-editor livecheck.type pypi }