system/xonsh: Updated for version 0.5.9.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-04-17 11:02:27 +02:00 committed by Willy Sudiarto Raharjo
parent 253e824e89
commit 9b0e45666c
3 changed files with 10 additions and 5 deletions

View file

@ -2,3 +2,8 @@ xonsh is a Python-ish, BASHwards-compatible shell language
and command prompt. The language is a superset of Python 3.4
with additional shell primitives. xonsh (pronounced conch)
is meant for the daily use of experts and novices alike.
Optional dependencies: setproctitle, Pygments, prompt_toolkit
NOTE:
Please install python3 first before installing all other requirements.

View file

@ -2,7 +2,7 @@
# Slackware build script for xonsh
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xonsh
VERSION=${VERSION:-0.5.1}
VERSION=${VERSION:-0.5.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="xonsh"
VERSION="0.5.1"
VERSION="0.5.9"
HOMEPAGE="http://xon.sh/"
DOWNLOAD="https://pypi.python.org/packages/32/95/09477dab34004557a80fe3904928e64e3f458bb650db0d98182a33b3ffae/xonsh-0.5.1.tar.gz"
MD5SUM="450a587f6e79595688ba559cf876e3aa"
DOWNLOAD="https://pypi.python.org/packages/43/a0/2d5d1ebf190dfc9b72701b512df0dbe8a18ccb054f5d38e69c51e48dcac0/xonsh-0.5.9.tar.gz"
MD5SUM="72be658966614559358f87c5274f40ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 python-distro"