unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnu: Add xonsh
@ 2016-09-21 20:01 Stefan Reichör
  2016-09-21 21:18 ` Danny Milosavljevic
  2016-09-28 17:44 ` Leo Famulari
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Reichör @ 2016-09-21 20:01 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-xonsh.patch --]
[-- Type: text/x-diff, Size: 1547 bytes --]

From 966f98c8c83d69e71e6cf38c5521b6237990a81c Mon Sep 17 00:00:00 2001
From: Stefan Reichoer <stefan@xsteve.at>
Date: Wed, 21 Sep 2016 21:58:52 +0200
Subject: [PATCH] gnu: Add xonsh.

* gnu/packages/python.scm (xonsh): New variable.
---
 gnu/packages/python.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a186557..3454f56 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9428,6 +9428,28 @@ It uses LR parsing and does extensive error checking.")
               (strip-python2-variant python-ply)))
     (native-inputs `(("python2-setuptools" ,python2-setuptools)))))
 
+(define-public xonsh
+  (package
+    (name "xonsh")
+    (version "0.4.6")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "xonsh" version))
+        (sha256
+          (base32
+            "0byxd9kjl99q2pyvjh9jy18l0di1i35wr0qqgnw4i6jh6ig3zcki"))))
+    (build-system python-build-system)
+    (home-page "http://xon.sh/")
+    (synopsis "Python-ish shell")
+    (description
+     "Xonsh is a Python-ish, BASHwards-looking shell language and command
+prompt. The language is a superset of Python 3.4+ with additional shell
+primitives that you are used to from Bash and IPython. It works on all major
+systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily
+use of experts and novices alike.")
+    (license license:bsd-3)))
+
 (define-public python-tabulate
   (package
     (name "python-tabulate")
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-28 17:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 20:01 gnu: Add xonsh Stefan Reichör
2016-09-21 21:18 ` Danny Milosavljevic
2016-09-27 16:59   ` Leo Famulari
2016-09-27 19:38     ` Danny Milosavljevic
2016-09-28 14:06       ` Stefan Reichör
2016-09-28 17:44 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).