From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: Why was "gnu: wrap-python3: Create more symlinks." reverted? Date: Sun, 4 Sep 2016 20:35:11 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------3044A2611671AAF7F98290F0" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgcGI-0004O5-2x for guix-devel@gnu.org; Sun, 04 Sep 2016 14:35:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgcGE-0002a2-L3 for guix-devel@gnu.org; Sun, 04 Sep 2016 14:35:21 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:57514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgcGE-0002Zo-Ba for guix-devel@gnu.org; Sun, 04 Sep 2016 14:35:18 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3sS1kX1pMjz3hjZk for ; Sun, 4 Sep 2016 20:35:16 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3sS1kX1L77zvkJ5 for ; Sun, 4 Sep 2016 20:35:16 +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 GTL-6y36tcdr for ; Sun, 4 Sep 2016 20:35:12 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-153-243.dynamic.mnet-online.de [188.174.153.243]) (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, 4 Sep 2016 20:35:12 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 45FD860DB0 for ; Sun, 4 Sep 2016 20:35:11 +0200 (CEST) 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 This is a multi-part message in MIME format. --------------3044A2611671AAF7F98290F0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hello Leo, why did you revert this patch? Having these aliases helps a lot when packaging python (extension) modules. Please reapply! commit 187e9094f7fa79e52820b154bbac855f357553ce Author: Leo Famulari Date: Fri Jul 1 17:03:29 2016 -0400 Revert "gnu: wrap-python3: Create more symlinks." This reverts commit 478e75b53bdf754cdf911226d37e517387f73c09. diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b92746a..8bba7ca 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -370,8 +370,8 @@ data types.") (lambda (old new) (symlink (string-append python old) (string-append bin "/" new))) - '("python3" "pydoc3" "idle3" "pip3" "python3-config") - '("python" "pydoc" "idle" "pip" "python-config")))))) + '("python3" "pydoc3" "idle3") + '("python" "pydoc" "idle")))))) (synopsis "Wrapper for the Python 3 commands") (description "This package provides wrappers for the commands of Python@tie{}3.x such -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog: http://www.goebel-consult.de/blog/get-current-locale-with-ansible Kolumne: http://www.cissp-gefluester.de/2010-08-scheingefechte-um-rim --------------3044A2611671AAF7F98290F0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hello Leo,

why did you revert this patch? Having these aliases helps a lot when packaging python (extension) modules. Please reapply!

commit 187e9094f7fa79e52820b154bbac855f357553ce
Author: Leo Famulari <leo@famulari.name>
Date:   Fri Jul 1 17:03:29 2016 -0400

    Revert "gnu: wrap-python3: Create more symlinks."
   
    This reverts commit 478e75b53bdf754cdf911226d37e517387f73c09.

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b92746a..8bba7ca 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -370,8 +370,8 @@ data types.")
                   (lambda (old new)
                     (symlink (string-append python old)
                              (string-append bin "/" new)))
-                  '("python3" "pydoc3" "idle3" "pip3" "python3-config")
-                  '("python"  "pydoc"  "idle" "pip" "python-config"))))))
+                  '("python3" "pydoc3" "idle3")
+                  '("python"  "pydoc"  "idle"))))))
     (synopsis "Wrapper for the Python 3 commands")
     (description
      "This package provides wrappers for the commands of Python@tie{}3.x such



--
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog: http://www.goebel-consult.de/blog/get-current-locale-with-ansible
Kolumne: http://www.cissp-gefluester.de/2010-08-scheingefechte-um-rim

--------------3044A2611671AAF7F98290F0--