From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: Add pytz. Date: Thu, 23 May 2013 14:07:39 +0200 Message-ID: <87ip29aohg.fsf@gnu.org> References: <1369274909-7297-1-git-send-email-tipecaml@gmail.com> <1369274909-7297-3-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfUJF-0002cw-7K for bug-guix@gnu.org; Thu, 23 May 2013 08:07:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfUJA-0007GG-IN for bug-guix@gnu.org; Thu, 23 May 2013 08:07:53 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=52840 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfUJA-0007EP-Cz for bug-guix@gnu.org; Thu, 23 May 2013 08:07:48 -0400 In-Reply-To: <1369274909-7297-3-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Thu, 23 May 2013 04:08:28 +0200") 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: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > * gnu/packages/pytz.scm: New file. > * Makefile.am (MODULES): Add it. OK to commit! > +(define-public pytz > + (package > + (name "pytz") > + (version "2013b") Does it include IANA=E2=80=99s raw tzdata, or does it use libc=E2=80=99s ro= utines? (The version number makes me think it=E2=80=99s the former.) Ludo=E2=80=99.