b1cb3759f5
By ericonr: - fix changelog - disable tests temporarily Closes: #28348 [via git-merge-pr]
17 lines
686 B
Bash
17 lines
686 B
Bash
# Template file for 'xonsh'
|
|
pkgname=xonsh
|
|
version=0.9.26
|
|
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=ab2da2d2e07420a9730af0ae69001db7553173f22a213534529394acb98c70f1
|
|
register_shell="/bin/xonsh"
|
|
# FIXME: fails with multiple AttributeErrors
|
|
make_check=extended
|