all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why was "gnu: wrap-python3: Create more symlinks." reverted?
@ 2016-09-04 18:35 Hartmut Goebel
  2016-09-04 19:31 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Hartmut Goebel @ 2016-09-04 18:35 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 1515 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 2977 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Why was "gnu: wrap-python3: Create more symlinks." reverted?
  2016-09-04 18:35 Why was "gnu: wrap-python3: Create more symlinks." reverted? Hartmut Goebel
@ 2016-09-04 19:31 ` Leo Famulari
  2016-09-05  9:30   ` Hartmut Goebel
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-09-04 19:31 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: Guix-devel

On Sun, Sep 04, 2016 at 08:35:11PM +0200, Hartmut Goebel wrote:
> Hello Leo,
> 
> why did you revert this patch? Having these aliases helps a lot when
> packaging python (extension) modules. Please reapply!

Hi,

I reverted the commit in response to this request from Andreas:
http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00011.html

I am really sorry that I did not add you to the email thread when I
replied to Andreas confirming the reversion. I should have done that but
it must have slipped my mind.

I'm not sure if the problems he described would still exist. Do you want
to look into it?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Why was "gnu: wrap-python3: Create more symlinks." reverted?
  2016-09-04 19:31 ` Leo Famulari
@ 2016-09-05  9:30   ` Hartmut Goebel
  0 siblings, 0 replies; 3+ messages in thread
From: Hartmut Goebel @ 2016-09-05  9:30 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 1049 bytes --]

Hi Leo,
> I reverted the commit in response to this request from Andreas:
> http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00011.html

IC. (I would not even have recognised if you'd CC me, since neither the
subject nor the content strikes me.)

So we have a dilemma now: not adding `python-config` (at al.) to the
wrapper will make packaging more complicated for those Python packages
not caring about python resp. python3 in their Makeifles (or what ever
they use). OTOH, as these problems with cflags show, this may not work
anyway.

I *may* have a look into it, but this will not happen any-time soon.

-- 
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/filmgesprach-zu-201ecitizenfour201c-in-herrsching

Kolumne: http://www.cissp-gefluester.de/2010-01-hinterturen-allen-ortes


[-- Attachment #1.2: Type: text/html, Size: 2355 bytes --]

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2430 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-05  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-04 18:35 Why was "gnu: wrap-python3: Create more symlinks." reverted? Hartmut Goebel
2016-09-04 19:31 ` Leo Famulari
2016-09-05  9:30   ` Hartmut Goebel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.