From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: Naming scheme for Python packages Date: Wed, 04 Sep 2013 23:07:44 +0200 Message-ID: <5227A120.4000804@gmail.com> References: <87li3c8g56.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHKdE-0004oq-RU for guix-devel@gnu.org; Wed, 04 Sep 2013 17:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHKd4-00023y-2v for guix-devel@gnu.org; Wed, 04 Sep 2013 17:28:56 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:53450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHKd3-00023n-Sc for guix-devel@gnu.org; Wed, 04 Sep 2013 17:28:46 -0400 Received: by mail-we0-f169.google.com with SMTP id t60so990506wes.28 for ; Wed, 04 Sep 2013 14:28:45 -0700 (PDT) In-Reply-To: <87li3c8g56.fsf@gnu.org> List-Id: 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: guix-devel@gnu.org On 09/04/2013 10:51 PM, Ludovic Courtès wrote: > Thus I would do: > > (define pytz > (package > (name "python-pytz") > ...)) And what should we call python2-pytz ? Cyril.