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