# -*- 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 select 1.0 PortGroup github 1.0 github.setup bpython bpython 0.17.1 "" -release name py-${name} platforms darwin supported_archs noarch maintainers {aronnax @lpsinger} openmaintainer license MIT description fancy interface to the Python interpreter long_description a fancy interface to the Python interpreter for \ Unix-like operating systems homepage https://www.bpython-interpreter.org checksums rmd160 d375318faa9a5a5af7b6a5223aa29e854ab89532 \ sha256 2e2c0d94986aed8b04fc6be652d7a89632d425e77e808e891a59993e48c5a394 \ size 204362 python.versions 27 34 35 36 if {${name} ne ${subport}} { livecheck.type none depends_lib-append port:py${python.version}-curtsies \ port:py${python.version}-greenlet \ port:py${python.version}-parsing \ port:py${python.version}-pygments \ port:py${python.version}-requests \ port:py${python.version}-setuptools \ port:py${python.version}-six depends_build-append port:py${python.version}-babel \ port:py${python.version}-sphinx depends_run-append port:py${python.version}-jedi \ port:py${python.version}-urwid \ port:py${python.version}-watchdog \ port:bpython_select select.group bpython select.file ${filespath}/bpython${python.version} post-destroot { set themedir ${destroot}${python.prefix}/share/themes xinstall -d ${themedir} xinstall -W ${worksrcpath} sample.theme light.theme \ ${themedir} } notes " To make the Python ${python.branch} version of bpython the one that is run\ when you execute the commands without a version suffix, e.g. 'bpython', run: port select --set ${select.group} [file tail ${select.file}] " }