all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add inputs for xonsh.
@ 2016-09-29 10:50 Danny Milosavljevic
  2016-09-29 16:44 ` Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Danny Milosavljevic @ 2016-09-29 10:50 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]


* gnu/packages/shells.scm (xonsh): Add inputs.
---
 gnu/packages/shells.scm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-inputs-for-xonsh.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-inputs-for-xonsh.patch", Size: 1095 bytes --]

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index c165f99..e8ad701 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -281,8 +281,23 @@ ksh, and tcsh.")
         (uri (pypi-uri "xonsh" version))
         (sha256
           (base32
-            "0byxd9kjl99q2pyvjh9jy18l0di1i35wr0qqgnw4i6jh6ig3zcki"))))
+            "0byxd9kjl99q2pyvjh9jy18l0di1i35wr0qqgnw4i6jh6ig3zcki"))
+        (modules '((guix build utils)))
+        (snippet
+         `(begin
+            ;; Delete bundled ply.
+            (delete-file-recursively "xonsh/ply")
+            (substitute* '("setup.py")
+              (("'xonsh\\.ply',") ""))
+            #t))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-numpydoc" ,python-numpydoc)))
+    (inputs
+      ;; TODO jupyter distro cloud Sphinx-Theme
+     `(("python-ply" ,python-ply)
+       ("python-sphinx" ,python-sphinx)
+       ("python-prompt-toolkit" ,python-prompt-toolkit)))
     (home-page "http://xon.sh/")
     (synopsis "Python-ish shell")
     (description

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

end of thread, other threads:[~2016-09-29 21:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 10:50 [PATCH] gnu: Add inputs for xonsh Danny Milosavljevic
2016-09-29 16:44 ` Leo Famulari
2016-09-29 19:08   ` Danny Milosavljevic
2016-09-29 19:39     ` Danny Milosavljevic
2016-09-29 21:10       ` Leo Famulari
2016-09-29 21:13     ` Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.