From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Naming scheme for Python packages Date: Wed, 4 Sep 2013 23:36:39 +0200 Message-ID: <20130904213639.GA8809@debian> References: <87li3c8g56.fsf@gnu.org> <5227A120.4000804@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]:57947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHKks-0007EI-9w for guix-devel@gnu.org; Wed, 04 Sep 2013 17:36:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHKkk-0004CI-Vi for guix-devel@gnu.org; Wed, 04 Sep 2013 17:36:50 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:57179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHKkk-0004CE-MG for guix-devel@gnu.org; Wed, 04 Sep 2013 17:36:42 -0400 Content-Disposition: inline In-Reply-To: <5227A120.4000804@gmail.com> 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: Cyril Roelandt Cc: guix-devel@gnu.org On Wed, Sep 04, 2013 at 11:07:44PM +0200, Cyril Roelandt wrote: > And what should we call python2-pytz ? The pytz module compiled with python-2 and installed into lib/python2.7/site-packages/, as opposed to the same module compiled with the default python-3. Compare python-unidecode and python3-unidecode in debian, for instance. See Section 6.3.4 of the manual. Andreas