From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: [PATCH] gnu: xonsh: Update to 0.5.0. Date: Thu, 22 Dec 2016 22:42:04 +0100 Message-ID: <87r34z7iab.fsf@xsteve.at> Mime-Version: 1.0 Content-Type: text/x-diff; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKB8A-0005Nd-DP for guix-devel@gnu.org; Thu, 22 Dec 2016 16:42:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKB87-0000Px-Bm for guix-devel@gnu.org; Thu, 22 Dec 2016 16:42:30 -0500 Received: from [195.159.176.226] (port=36221 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cKB87-0000Og-50 for guix-devel@gnu.org; Thu, 22 Dec 2016 16:42:27 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cKB7t-0003KH-IL for guix-devel@gnu.org; Thu, 22 Dec 2016 22:42:13 +0100 Content-Disposition: inline; filename=0001-gnu-xonsh-Update-to-0.5.0.patch List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org >From 9a924507483674a3059b520b5e257304ebc97fce Mon Sep 17 00:00:00 2001 From: Stefan Reichoer Date: Thu, 22 Dec 2016 22:35:05 +0100 Subject: [PATCH] gnu: xonsh: Update to 0.5.0. * gnu/packages/shells.scm (xonsh): Update to 0.5.0. --- gnu/packages/shells.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 1931609..5fbac74 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2014 Kevin Lemonnier ;;; Copyright © 2015 Jeff Mickey ;;; Copyright © 2016 Tobias Geerinckx-Rice +;;; Copyright © 2016 Stefan Reichör ;;; ;;; This file is part of GNU Guix. ;;; @@ -298,21 +299,21 @@ ksh, and tcsh.") (define-public xonsh (package (name "xonsh") - (version "0.4.7") + (version "0.5.0") (source (origin (method url-fetch) (uri (pypi-uri "xonsh" version)) (sha256 (base32 - "04b0z41mxiwsp5rl21fzrixcdmx2kndjlh4gn3582qfga9hihf20")) + "1iml0mrjl2j3dsan5app6am77bd59s855p6yy6505ljdh552mv01")) (modules '((guix build utils))) (snippet `(begin ;; Delete bundled ply. (delete-file-recursively "xonsh/ply") (substitute* '("setup.py") - (("'xonsh\\.ply',") "")) + (("'xonsh\\.ply\\.ply',") "")) #t)))) (build-system python-build-system) (arguments -- 2.7.4