all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Add babel.
@ 2013-05-23  2:08 Cyril Roelandt
  2013-05-23  2:08 ` [PATCH 1/3] python-build-system: add a check phase Cyril Roelandt
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Cyril Roelandt @ 2013-05-23  2:08 UTC (permalink / raw)
  To: bug-guix

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-06-01  0:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23  2:08 [PATCH 0/3] Add babel Cyril Roelandt
2013-05-23  2:08 ` [PATCH 1/3] python-build-system: add a check phase Cyril Roelandt
2013-05-23 12:05   ` Ludovic Courtès
2013-05-23  2:08 ` [PATCH 2/3] gnu: Add pytz Cyril Roelandt
2013-05-23 12:07   ` Ludovic Courtès
2013-05-25 20:31     ` Cyril Roelandt
2013-05-23 12:08   ` Ludovic Courtès
2013-05-28 21:54     ` [PATCH v2] " Cyril Roelandt
2013-05-28 22:21       ` Ludovic Courtès
2013-05-23  2:08 ` [PATCH 3/3] gnu: Add Babel Cyril Roelandt
2013-05-23 12:19   ` Ludovic Courtès
2013-05-28 23:41     ` Cyril Roelandt
2013-05-29 21:45       ` Ludovic Courtès
2013-05-31 23:55         ` Cyril Roelandt

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.