# -*- 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 github 1.0 PortGroup python 1.0 github.setup xonsh xonsh 0.14.0 revision 0 categories shells supported_archs noarch platforms {darwin any} maintainers {mps @Schamschula} openmaintainer license Permissive description Xonsh is a Python-ish, BASHwards-looking shell language \ and command prompt. long_description {*}${description} \ The language is a superset of Python 3.4+ with additional \ shell primitives that you are used to from Bash and \ IPython. It works on all major systems including Linux, \ macOS, and Windows. Xonsh is meant for the daily use of \ experts and novices alike. checksums rmd160 8898c37fb8456125a274716ee751df70c94ca381 \ sha256 0cfaa20f2a036340dfb4e934ce673176956d40aedb9674098ebbe8c8f088090b \ size 12667425 variant python37 conflicts python38 python39 python310 python311 description {Use Python 3.7} {} variant python38 conflicts python37 python39 python310 python311 description {Use Python 3.8} {} variant python39 conflicts python37 python38 python310 python311 description {Use Python 3.9} {} variant python310 conflicts python37 python38 python39 python311 description {Use Python 3.10} {} variant python311 conflicts python37 python38 python39 python310 description {Use Python 3.11} {} if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} { default_variants +python311 } foreach pv {311 310 39 38 37} { if {[variant_isset python${pv}]} { python.default_version ${pv} break } } python.pep517 yes depends_lib-append port:py${python.version}-prompt_toolkit \ port:py${python.version}-pygments \ port:py${python.version}-gnureadline