[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/97: gnu: scons: Do not use setuptools for building.
From: |
Hartmut Goebel |
Subject: |
19/97: gnu: scons: Do not use setuptools for building. |
Date: |
Tue, 18 Oct 2016 20:13:17 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit eb7a8306bcd65296c621084ac52797f35df58c0d
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 2 14:13:56 2016 +0200
gnu: scons: Do not use setuptools for building.
* gnu/packages/python.scm (scons): Set "#:use-setuptools" to #f.
---
gnu/packages/python.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5c1425f..4ead495 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1364,6 +1364,7 @@ syntax.")
(arguments
;; With Python 3.x, fails to build with a syntax error.
`(#:python ,python-2
+ #:use-setuptools? #f ; still relies on distutils
#:tests? #f)) ; no 'python setup.py test' command
(home-page "http://scons.org/")
(synopsis "Software construction tool written in Python")
- 03/97: guix: build all Python packages with --single-version-externally-managed., (continued)
- 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, 2016/10/18
- 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 <=
- 08/97: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/18
- 09/97: guix: Add lint-checker for packages which should be no inputs at all., Hartmut Goebel, 2016/10/18
- 21/97: gnu: python-pytest-cov: Use upstream options for testing., Hartmut Goebel, 2016/10/18
- 25/97: inputs -> propagated-inputs: special, Hartmut Goebel, 2016/10/18
- 14/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 3), Hartmut Goebel, 2016/10/18
- 26/97: gnu: python-sphinx-rtd-theme: Remove inputs., Hartmut Goebel, 2016/10/18
- 32/97: gnu: python-h5py: Remove needless "python2-variant" property., Hartmut Goebel, 2016/10/18
- 24/97: gnu: Fix inputs in python.scm, part 2: native-inputs -> propagated-inputs., Hartmut Goebel, 2016/10/18
- 18/97: gnu: Remove work-arounds for bug 20765 (ensure uncompressed eggs)., Hartmut Goebel, 2016/10/18
- 34/97: gnu: python-fixture: Correct inputs., Hartmut Goebel, 2016/10/18