diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-04-17 11:02:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:11:07 +0700 |
commit | 9b0e45666c0ea385c9bf052a7c02af25c48346e4 (patch) | |
tree | 68c2dca1368657fcb86e1b4866edffb5599fcb49 /system/xonsh | |
parent | 253e824e8940ecbe4986b7306e6738a16cf21067 (diff) | |
download | slackbuilds-9b0e45666c0ea385c9bf052a7c02af25c48346e4.tar.gz |
system/xonsh: Updated for version 0.5.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/xonsh')
-rw-r--r-- | system/xonsh/README | 5 | ||||
-rw-r--r-- | system/xonsh/xonsh.SlackBuild | 4 | ||||
-rw-r--r-- | system/xonsh/xonsh.info | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/system/xonsh/README b/system/xonsh/README index ab8c9580d3..aa87fb0a5e 100644 --- a/system/xonsh/README +++ b/system/xonsh/README @@ -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. diff --git a/system/xonsh/xonsh.SlackBuild b/system/xonsh/xonsh.SlackBuild index 047ec5ec1a..628971d021 100644 --- a/system/xonsh/xonsh.SlackBuild +++ b/system/xonsh/xonsh.SlackBuild @@ -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} diff --git a/system/xonsh/xonsh.info b/system/xonsh/xonsh.info index 61b6870f66..3872ea4682 100644 --- a/system/xonsh/xonsh.info +++ b/system/xonsh/xonsh.info @@ -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" |