From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: [PATCH 2/2] doc: Update specification for Python packages Date: Sun, 29 May 2016 19:05:40 +0200 Message-ID: <1464541540-13495-2-git-send-email-h.goebel@crazy-compilers.com> References: <1464541540-13495-1-git-send-email-h.goebel@crazy-compilers.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b749x-00086k-3x for guix-devel@gnu.org; Sun, 29 May 2016 13:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b749o-00084L-Is for guix-devel@gnu.org; Sun, 29 May 2016 13:05:51 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:36591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b749o-00084G-CM for guix-devel@gnu.org; Sun, 29 May 2016 13:05:44 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3rHmNR6mlyz3hjNt for ; Sun, 29 May 2016 19:05:43 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3rHmNR6fhzzvh1q for ; Sun, 29 May 2016 19:05:43 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id F91DjriqTtRT for ; Sun, 29 May 2016 19:05:43 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-104-67.dynamic.mnet-online.de [93.104.104.67]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 29 May 2016 19:05:43 +0200 (CEST) Received: from thisbe.fritz.box (thisbe.fritz.box [192.168.110.23]) by hermia.goebel-consult.de (Postfix) with ESMTP id CB42560659 for ; Sun, 29 May 2016 19:00:02 +0200 (CEST) In-Reply-To: <1464541540-13495-1-git-send-email-h.goebel@crazy-compilers.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" To: guix-devel@gnu.org * doc/guix.texi (Python Packages): Add rule for packages with upstream name starting with "py". --- doc/guix.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index fab39e5..843f434 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11104,7 +11104,9 @@ packages with the corresponding names. If a project already contains the word @code{python}, we drop this; for instance, the module python-dateutil is packaged under the names -@code{python-dateutil} and @code{python2-dateutil}. +@code{python-dateutil} and @code{python2-dateutil}. If the project name +starts with @code{py} (e.g. @code{pytz}), we keep it and prefix it as +described above. @node Perl Modules -- 2.7.4