From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 3/4] gnu: Add python-webob. Date: Wed, 16 Sep 2015 11:03:49 +0200 Message-ID: <20150916090349.GA24869@debian> References: <1442265803-26218-1-git-send-email-tipecaml@gmail.com> <1442265803-26218-4-git-send-email-tipecaml@gmail.com> <877fnrab0k.fsf@openmailbox.org> <55F8A284.6000509@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc8dY-0007yR-1T for guix-devel@gnu.org; Wed, 16 Sep 2015 05:04:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zc8dG-0000ss-CY for guix-devel@gnu.org; Wed, 16 Sep 2015 05:04:05 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:61577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc8dG-0000se-3U for guix-devel@gnu.org; Wed, 16 Sep 2015 05:04:02 -0400 Content-Disposition: inline In-Reply-To: <55F8A284.6000509@gmail.com> 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: Cyril Roelandt Cc: guix-devel@gnu.org On Wed, Sep 16, 2015 at 12:58:12AM +0200, Cyril Roelandt wrote: > >> > + (name "python-WebOb") > Maybe the wise thing to do is to keep doing this, so I'll use > "python-webob". See the section "package naming" in the manual: https://www.gnu.org/software/guix/manual/guix.html#Package-Naming "Both (...) correspond to the lowercase conversion of the project name chosen upstream". Andreas