Source: xonsh
Section: shells
Priority: optional
Standards-Version: 4.5.0
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               help2man,
               python3,
               python3-docutils,
               python3-jupyter-client,
               python3-numpydoc <!nodoc>,
               python3-ply,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-cloud-sptheme (>= 1.8) <!nodoc>
Vcs-Git: https://salsa.debian.org/python-team/packages/xonsh.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/xonsh
Homepage: https://xon.sh/
Rules-Requires-Root: no

Package: xonsh
Architecture: all
Depends: python3-ply,
         ${misc:Depends},
         ${python3:Depends},
Recommends: python3-prompt-toolkit (>= 3.0.7~),
            python3-pygments,
            python3-setproctitle,
Suggests: xonsh-doc,
          python3-pyperclip,
Description: Python-powered, cross-platform, Unix-gazing shell
 Xonsh is a Python-ish shell language and command prompt. Unlike other shells,
 xonsh is based on Python, with additional syntax added that makes calling
 subprocess commands, manipulating the environment, and dealing with the file
 system easy. Xonsh supports all normal Python constructs and a subset of
 those available in bash.

Package: xonsh-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Description: Python-powered, cross-platform, Unix-gazing shell (documentation)
 Xonsh is a Python-ish shell language and command prompt. Unlike other shells,
 xonsh is based on Python, with additional syntax added that makes calling
 subprocess commands, manipulating the environment, and dealing with the file
 system easy. Xonsh supports all normal Python constructs and a subset of
 those available in bash.
 .
 This package contains the documentation.