17 lines
686 B
Bash
17 lines
686 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.9.27
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments"
|
|
short_desc="Python-powered, cross-platform, Unix-gazing shell"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://xon.sh/"
|
|
changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst"
|
|
distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
|
|
checksum=e9f2b40d94fa0e4bafada8a0d8c9db9a16ad7be2a3f1acf3b1c8955b12d4e1c6
|
|
register_shell="/bin/xonsh"
|
|
# FIXME: fails with multiple AttributeErrors
|
|
make_check=extended
|