summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/xonsh/README5
-rw-r--r--system/xonsh/xonsh.SlackBuild4
-rw-r--r--system/xonsh/xonsh.info6
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"