GNU bug report logs -
#39932
[PATCH 0/3] python-virtualenv: Update to 20.0.8.
Previous Next
Reported by: Jakub Kądziołka <kuba <at> kadziolka.net>
Date: Thu, 5 Mar 2020 19:14:02 UTC
Severity: normal
Tags: patch
Done: Jakub Kądziołka <kuba <at> kadziolka.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#39932: [PATCH 0/3] python-virtualenv: Update to 20.0.8.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 39932 <at> debbugs.gnu.org.
--
39932: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39932
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On Sun, Mar 08, 2020 at 09:18:12PM +0100, Ludovic Courtès wrote:
> Hello,
>
> Jakub Kądziołka <kuba <at> kadziolka.net> skribis:
>
> > * gnu/packages/python-xyz.scm (python-distlib): New variable.
>
> [...]
>
> > + (modify-phases %standard-phases
> > + (add-before 'build 'no-/bin/sh
> > + (lambda _
> > + (substitute* '("distlib/scripts.py" "tests/test_scripts.py")
> > + (("/bin/sh") (which "sh")))))
> > + (add-before 'check 'prepare-test-env
> > + (lambda _
> > + (setenv "HOME" "/tmp")
> > + ;; NOTE: Any value works, the variable just has to be present.
> > + (setenv "SKIP_ONLINE" "1"))))))
>
> Please return #t from both phases, as is conventional.
Argh, I'm always forgetting about that. It would be nice to have a lint
for this...
> Apart from that, all 3 patches LGTM!
Thanks! I pushed the commits, the last one got a hash of
94d57ba3399aeb1b34d52e5e866c609f5a18ec2b
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
I have ran into an issue with virtualenv (see #39930). I have thought
that updating the package might help, but it didn't change anything. Either
way, the task was non-trivial enough to benefit from your review.
Jakub Kądziołka (3):
gnu: python-xyz: Add python-distlib.
gnu: python-xyz: Add python-filelock.
gnu: python-virtualenv: Update to 20.0.8.
gnu/packages/python-xyz.scm | 80 +++++++++++++++++++++++++++++++------
1 file changed, 67 insertions(+), 13 deletions(-)
--
2.25.1
This bug report was last modified 5 years and 70 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.