[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/97: guix: python-build-system: Fix an outdated comment.
From: |
Hartmut Goebel |
Subject: |
01/97: guix: python-build-system: Fix an outdated comment. |
Date: |
Tue, 18 Oct 2016 20:13:15 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 21074948882f67574787c679fb05128deae0da5f
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 2 18:48:56 2016 +0200
guix: python-build-system: Fix an outdated comment.
---
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 wip-python-build-system created (now 411c893), Hartmut Goebel, 2016/10/18
- 03/97: guix: build all Python packages with --single-version-externally-managed., Hartmut Goebel, 2016/10/18
- 01/97: guix: python-build-system: Fix an outdated comment.,
Hartmut Goebel <=
- 07/97: guix: python-build-system: Delete .egg-info file created in phase check., Hartmut Goebel, 2016/10/18
- 04/97: guix: python-build-system: Import setuptools before calling `setup.py'., Hartmut Goebel, 2016/10/18
- 02/97: gnu: ensure pip and setuptools are installed even for Python 2., Hartmut Goebel, 2016/10/18
- 05/97: guix: python-build-system: Add option "#:use-setuptools?" (default true)., Hartmut Goebel, 2016/10/18
- 06/97: guix: python-build-system: Add helpers for getting and setting PYTHONPATH., Hartmut Goebel, 2016/10/18
- 10/97: lint: more packages to probably be a native input., Hartmut Goebel, 2016/10/18
- 17/97: gnu: Remove needless inputs python-pip and python2-pip., Hartmut Goebel, 2016/10/18
- 20/97: gnu: python-pytest: Propagate input "python-py"., Hartmut Goebel, 2016/10/18
- 19/97: gnu: scons: Do not use setuptools for building., Hartmut Goebel, 2016/10/18
- 08/97: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/18