From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e13Kt-0004sU-Ct for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e13Ks-0001rH-Do for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46719) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e13Ks-0001r8-As for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e13Ks-0003hL-4D for guix-patches@gnu.org; Sun, 08 Oct 2017 00:37:06 -0400 Subject: [bug#28742] [PATCH 5/5] gnu: Add python2-aniso8601. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e13Jr-0004Zn-DH for guix-patches@gnu.org; Sun, 08 Oct 2017 00:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e13Jq-0000vs-MT for guix-patches@gnu.org; Sun, 08 Oct 2017 00:36:03 -0400 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:47935) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e13Jq-0000vN-Gh for guix-patches@gnu.org; Sun, 08 Oct 2017 00:36:02 -0400 Received: by mail-wm0-x22a.google.com with SMTP id t69so14940793wmt.2 for ; Sat, 07 Oct 2017 21:36:02 -0700 (PDT) From: Cyril Roelandt Date: Sun, 8 Oct 2017 06:35:45 +0200 Message-Id: <20171008043545.9511-6-tipecaml@gmail.com> In-Reply-To: <20171008043545.9511-1-tipecaml@gmail.com> References: <20171008043545.9511-1-tipecaml@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28742@debbugs.gnu.org * gnu/packages/python.scm (python2-aniso8601): New variable. --- gnu/packages/python.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 893d7ecf3..875a394da 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13446,6 +13446,9 @@ useful as a validator for JSON data.") "This package contains a library for parsing ISO 8601 datetime strings.") (license license:bsd-3))) +(define-public python2-aniso8601 + (package-with-python2 python-aniso8601)) + (define-public python-flask-restful (package (name "python-flask-restful") -- 2.14.1