From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 3/4] gnu: Add python-webob. Date: Wed, 16 Sep 2015 00:58:12 +0200 Message-ID: <55F8A284.6000509@gmail.com> References: <1442265803-26218-1-git-send-email-tipecaml@gmail.com> <1442265803-26218-4-git-send-email-tipecaml@gmail.com> <877fnrab0k.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbzB4-0002lT-Fy for guix-devel@gnu.org; Tue, 15 Sep 2015 18:58:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbzB1-0002fj-Aa for guix-devel@gnu.org; Tue, 15 Sep 2015 18:58:18 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:32957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbzB1-0002fZ-4w for guix-devel@gnu.org; Tue, 15 Sep 2015 18:58:15 -0400 Received: by wiclk2 with SMTP id lk2so48995350wic.0 for ; Tue, 15 Sep 2015 15:58:13 -0700 (PDT) In-Reply-To: <877fnrab0k.fsf@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org On 09/15/2015 06:43 PM, Mathieu Lirzin wrote: > Cyril Roelandt writes: >> > + >> > +(define-public python-webob >> > + (package >> > + (name "python-WebOb") > ^^^ > Does these uppercase letters are required? > Well, that is a good question. I think we currently use lowercase letters for the whole name, even though upstream does things differently (see python-babel, for instance, which is spelled "Babel" upstream). Maybe the wise thing to do is to keep doing this, so I'll use "python-webob". Cyril.