bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] Add babel.


From: Cyril Roelandt
Subject: [PATCH 0/3] Add babel.
Date: Thu, 23 May 2013 04:08:26 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]