[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: guix: python-build-system: Fix an outdated comment.
From: |
Hartmut Goebel |
Subject: |
07/07: guix: python-build-system: Fix an outdated comment. |
Date: |
Thu, 13 Oct 2016 15:23:24 +0000 (UTC) |
htgoebel pushed a commit to branch master
in repository guix.
commit 635a7af45d6e2105ad65d1a9531126cc232a2a50
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 2 18:48:56 2016 +0200
guix: python-build-system: Fix an outdated comment.
The python-build-system uses phases the build and install, but not
configure. So the old comment was plain wrong since Sept. 2013, when the
build
phase has been added.
---
guix/build/python-build-system.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/guix/build/python-build-system.scm
b/guix/build/python-build-system.scm
index 9109fb4..e906e60 100644
--- a/guix/build/python-build-system.scm
+++ b/guix/build/python-build-system.scm
@@ -137,8 +137,7 @@ installed with setuptools."
#t))
(define %standard-phases
- ;; 'configure' and 'build' phases are not needed. Everything is done during
- ;; 'install'.
+ ;; 'configure' phase is not needed.
(modify-phases gnu:%standard-phases
(add-after 'unpack 'ensure-no-mtimes-pre-1980 ensure-no-mtimes-pre-1980)
(delete 'configure)
- branch master updated (c8ed730 -> 635a7af), Hartmut Goebel, 2016/10/13
- 06/07: gnu: python-pathlib: Update description., Hartmut Goebel, 2016/10/13
- 02/07: gnu: python-pytest-xdist: Remove python byte-code files from source., Hartmut Goebel, 2016/10/13
- 05/07: gnu: python-keyring: Update home-page url., Hartmut Goebel, 2016/10/13
- 01/07: gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions., Hartmut Goebel, 2016/10/13
- 04/07: gnu: python-pylockfile: Update home-page url., Hartmut Goebel, 2016/10/13
- 03/07: gnu: python-zope-testing: Strip byte-code and backup-files from source., Hartmut Goebel, 2016/10/13
- 07/07: guix: python-build-system: Fix an outdated comment.,
Hartmut Goebel <=