From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 14/18] gnu: Add python2-babel-1.3. Date: Sun, 2 Oct 2016 11:00:51 +0000 Message-ID: <20161002110054.2297-15-ngillmann@runbox.com> References: <87bmz9cu89.fsf@we.make.ritual.n0.is> <20161002110054.2297-1-ngillmann@runbox.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqeWj-0006KO-Uj for guix-devel@gnu.org; Sun, 02 Oct 2016 07:01:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqeWi-0002s1-6r for guix-devel@gnu.org; Sun, 02 Oct 2016 07:01:48 -0400 Received: from aibo.runbox.com ([91.220.196.211]:32793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqeWh-0002rR-WE for guix-devel@gnu.org; Sun, 02 Oct 2016 07:01:48 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bqeWh-0002PJ-BH for guix-devel@gnu.org; Sun, 02 Oct 2016 13:01:47 +0200 In-Reply-To: <20161002110054.2297-1-ngillmann@runbox.com> 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 * gnu/packages/python.scm (python2-babel-1.3): New variabel. --- gnu/packages/python.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7637c0c..0fccf1f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -664,6 +664,19 @@ etc. ") (define-public python2-babel (package-with-python2 python-babel)) +;; needed for kallithea-0.3.2 +(define-public python2-babel-1.3 + (package + (inherit python2-babel) + (version "1.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "Babel" version)) + (sha256 + (base32 + "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz")))))) + (define-public python2-backport-ssl-match-hostname (package (name "python2-backport-ssl-match-hostname") -- 2.10.0