From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Python package naming: Dots vs hyphens Date: Sun, 10 Nov 2019 11:57:22 +0100 Message-ID: <20191110105722.GB30909@jurong> References: <20191106064955.rks6qsypuym6v6pt@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56381) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTkuP-0007qG-9J for guix-devel@gnu.org; Sun, 10 Nov 2019 05:57:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTkuO-0007Yi-B6 for guix-devel@gnu.org; Sun, 10 Nov 2019 05:57:29 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:50372) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTkuO-0007Wh-4o for guix-devel@gnu.org; Sun, 10 Nov 2019 05:57:28 -0500 Content-Disposition: inline In-Reply-To: <20191106064955.rks6qsypuym6v6pt@pelzflorian.localdomain> 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" To: "pelzflorian (Florian Pelz)" Cc: guix-devel@gnu.org Hello, On Wed, Nov 06, 2019 at 07:49:56AM +0100, pelzflorian (Florian Pelz) wrote: > Shall I rename python-zope-* to python-zope.*? the package naming guidelines say "replace underscores by hyphens". I would extend this to say "replace punctuation marks by (one) hyphen". Probably when we wrote the paragraph, the case had not presented itself yet. Similar things are done at least in perl, where the "::" of the module hierarchy is replaced by "-". Is this case analogous to python? Andreas