Re: [PATCH 1/4] build/python-build-system: Fix easy-install.pth collisions.

2014-12-15 Thread Ludovic Courtès
Federico Beffa skribis: > On Sun, Dec 14, 2014 at 9:28 PM, Ludovic Courtès wrote: [...] >> Is PACKAGE.pth a common convention? I mean, does Python (or >> setuptools?) actually use files called PYTHON.pth? > > Yes, the basename of path configuration files with extension .pth does > not matter.

Re: [PATCH 1/4] build/python-build-system: Fix easy-install.pth collisions.

2014-12-15 Thread Federico Beffa
On Sun, Dec 14, 2014 at 9:28 PM, Ludovic Courtès wrote: >> +(define* (fix-pth #:key name inputs outputs #:allow-other-keys) > > What about calling it ‘rename-pth-file’, which should be more > descriptive? Also please add a docstring. Agreed. >> + (let* ((out (assoc-ref outputs "out")) >> +

Re: [PATCH 1/4] build/python-build-system: Fix easy-install.pth collisions.

2014-12-14 Thread Ludovic Courtès
Federico Beffa skribis: > From e63ee558fe702d429e2365b4757ddce029dc75ed Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Sat, 13 Dec 2014 22:19:08 +0100 > Subject: [PATCH 1/4] build/python-build-system: Fix easy-install.pth > collisions. > > * guix/build/python-build-system.scm (fix-pth)