system/xonsh: Updated for version 0.3.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-23 04:44:37 +03:00
parent f8787fa4f9
commit 9c90555bbc
3 changed files with 5 additions and 7 deletions

View file

@ -2,5 +2,3 @@ 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.
NOTE: Install python3 before install ply package.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xonsh
VERSION=${VERSION:-0.2.7}
VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="xonsh"
VERSION="0.2.7"
VERSION="0.3.0"
HOMEPAGE="http://xonsh.org/"
DOWNLOAD="https://pypi.python.org/packages/source/x/xonsh/xonsh-0.2.7.tar.gz"
MD5SUM="b810500337fb43b21a03146cdf30d6b5"
DOWNLOAD="https://pypi.python.org/packages/cf/0b/4a59b0e67965ca3469a18fd24b89b4cadaa809b644c4c995ca52b8240a07/xonsh-0.3.0.tar.gz"
MD5SUM="e56e757ac046027401dda84bc5575e25"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 ply"
REQUIRES="python3"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"