From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/3] Add babel. Date: Thu, 23 May 2013 04:08:26 +0200 Message-ID: <1369274909-7297-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfL5A-000467-G6 for bug-guix@gnu.org; Wed, 22 May 2013 22:16:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfL56-0004A0-0j for bug-guix@gnu.org; Wed, 22 May 2013 22:16:44 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:32956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfL55-00049q-QA for bug-guix@gnu.org; Wed, 22 May 2013 22:16:39 -0400 Received: by mail-wi0-f176.google.com with SMTP id hr14so4253108wib.15 for ; Wed, 22 May 2013 19:16:39 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org Hi! This patch adds babel. The first patch fixes the "check" phase of the Python build system, which should be "python setup.py test" instead of "make check". The second patch adds pytz, and the third one adds babel. WBR, Cyril Roelandt. --- Cyril Roelandt (3): python-build-system: add a check phase. gnu: Add pytz. gnu: Add Babel. Makefile.am | 2 ++ gnu/packages/babel.scm | 51 ++++++++++++++++++++++++++++++++++++ gnu/packages/pytz.scm | 43 ++++++++++++++++++++++++++++++ guix/build/python-build-system.scm | 16 ++++++++--- 4 files changed, 109 insertions(+), 3 deletions(-) create mode 100644 gnu/packages/babel.scm create mode 100644 gnu/packages/pytz.scm -- 1.7.10.4