# -*- 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
github.setup xonsh xonsh 0.8.3
maintainers {mps @Schamschula} openmaintainer
description Xonsh is a Python-ish, BASHwards-looking shell language \
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 fa7b63a66b3d64d711c472009e3071b19af8b62f \
sha256 283864c27862426697340ead975ca04d9a8f8b242e68756a35f665f862b7ac0e \
python.versions 34 35 36 37
depends_lib-append port:py${python.version}-prompt_toolkit \
port:py${python.version}-pygments \
port:py${python.version}-gnureadline
# remove after 04/01/2019
variant python34 conflicts python35 python36 python37 description {Use Python 3.4} {
# remove after 11/01/2019
ui_error "Please do not install this variant since it has been replaced by the python37 variant."
variant python35 conflicts python34 python36 python37 description {Use Python 3.5} {
# remove after 11/01/2019
ui_error "Please do not install this variant since it has been replaced by the python37 variant."
variant python36 conflicts python34 python35 python37 description {Use Python 3.6} {
python.default_version 36
variant python37 conflicts python34 python35 python36 description {Use Python 3.7} {
python.default_version 37
if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
default_variants +python37