Maxime Devos
|
5b24cbee31
python-build-system: Look up the interpreter in 'inputs'.
|
3 gadi atpakaļ |
Brendan Tildesley
|
b2b799e2d8
utils: Rename 'wrapper?' to 'wrapped-program?'.
|
4 gadi atpakaļ |
Maxim Cournoyer
|
157b302011
build: python: Fix build phases ordering.
|
3 gadi atpakaļ |
Lars-Dominik Braun
|
09448c0994
build/python: Add a sanity check phase.
|
3 gadi atpakaļ |
Maxim Cournoyer
|
8a15ecf0e3
build/python: Adjust wrap phase to use the new GUIX_PYTHONPATH.
|
3 gadi atpakaļ |
Maxim Cournoyer
|
15dcffecf2
build/python: Add the installation bin directory to PATH.
|
3 gadi atpakaļ |
Maxim Cournoyer
|
91cf9d17f0
build/python: Always add the install prefix to the Guix PYTHONPATH.
|
3 gadi atpakaļ |
Maxim Cournoyer
|
18e9979970
build/python: Replace PYTHONPATH by GUIX_PYTHONPATH.
|
3 gadi atpakaļ |
Maxim Cournoyer
|
cb72f9a773
gnu: python: Replace PYTHONPATH by GUIX_PYTHONPATH.
|
3 gadi atpakaļ |
Efraim Flashner
|
72809abc9e
build/python: Fix cythonize check phase.
|
3 gadi atpakaļ |
Efraim Flashner
|
7016f8db7c
build/python: Check for cythonized files.
|
4 gadi atpakaļ |
Maxim Cournoyer
|
cf495c934e
build-system/python: Set PYTHONDONTWRITEBYTECODE.
|
4 gadi atpakaļ |
Maxim Cournoyer
|
dd4a4603be
build-system/python: Revert changing of phase order.
|
4 gadi atpakaļ |
Maxim Cournoyer
|
c94a2864d4
build-system/python: Do not embed timestamps in the .pyc byte code files.
|
4 gadi atpakaļ |
Jakub Kądziołka
|
849f6e0ff9
build-system/python: Install to the python output if present.
|
4 gadi atpakaļ |
Ludovic Courtès
|
9c2563a80b
build-system/python: Export 'python-version'.
|
5 gadi atpakaļ |
Maxim Cournoyer
|
6bbb37a545
build-system/python: Move the check phase after the install phase.
|
5 gadi atpakaļ |
Arun Isaac
|
89e7f90d0b
build-system: python: Do not double wrap executables.
|
6 gadi atpakaļ |
Marius Bakke
|
a1454169e0
gnu: python: Update to 3.7.0.
|
6 gadi atpakaļ |
Mark H Weaver
|
171a117c61
build-system/python: Fix deletion of .egg-info dirs created by tests.
|
6 gadi atpakaļ |
Mark H Weaver
|
1e62645402
build-system/python: Return #t from all phases.
|
6 gadi atpakaļ |
Mark H Weaver
|
e35b09ca71
build-system/python: Use invoke instead of system*.
|
6 gadi atpakaļ |
Ricardo Wurmus
|
d57888a819
guix: python-build-system: Make bytecode compilation deterministic.
|
6 gadi atpakaļ |
Ludovic Courtès
|
189be331ac
build-system/gnu: Add 'bootstrap' phase.
|
6 gadi atpakaļ |
Marius Bakke
|
e46a043ecd
build-system/python: Make sure 'check' returns failures.
|
8 gadi atpakaļ |
Hartmut Goebel
|
c1019287a4
guix: python-build-system: Add background about Python installation methods.
|
8 gadi atpakaļ |
Hartmut Goebel
|
b002f964bb
guix: python-build-system: Delete .egg-info file created in phase check.
|
8 gadi atpakaļ |
Hartmut Goebel
|
a2ff4f0240
guix: python-build-system: Add helpers for getting and setting PYTHONPATH.
|
8 gadi atpakaļ |
Hartmut Goebel
|
5f7565d190
guix: python-build-system: Add option "#:use-setuptools?" (default true).
|
8 gadi atpakaļ |
Marius Bakke
|
46bcdcc287
guix: python-build-system: Import setuptools before calling `setup.py'.
|
8 gadi atpakaļ |