aboutsummaryrefslogtreecommitdiff
path: root/guix/build/python-build-system.scm
Commit message (Expand)AuthorAge
* python-build-system: Look up the interpreter in 'inputs'.Maxime Devos2021-06-04
* utils: Rename 'wrapper?' to 'wrapped-program?'.Brendan Tildesley2021-04-22
* build: python: Fix build phases ordering.Maxim Cournoyer2021-02-03
* build/python: Add a sanity check phase.Lars-Dominik Braun2021-02-01
* build/python: Adjust wrap phase to use the new GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
* build/python: Add the installation bin directory to PATH.Maxim Cournoyer2021-02-01
* build/python: Always add the install prefix to the Guix PYTHONPATH.Maxim Cournoyer2021-02-01
* build/python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
* gnu: python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
* build/python: Fix cythonize check phase.Efraim Flashner2020-12-13
* build/python: Check for cythonized files.Efraim Flashner2020-12-09
* build-system/python: Set PYTHONDONTWRITEBYTECODE.Maxim Cournoyer2020-11-20
* build-system/python: Revert changing of phase order.Maxim Cournoyer2020-10-20
* build-system/python: Do not embed timestamps in the .pyc byte code files.Maxim Cournoyer2020-10-19
* build-system/python: Install to the python output if present.Jakub Kądziołka2020-07-18
* build-system/python: Export 'python-version'.Ludovic Courtès2019-06-21
* build-system/python: Move the check phase after the install phase.Maxim Cournoyer2019-04-18
* build-system: python: Do not double wrap executables.Arun Isaac2018-11-25
* gnu: python: Update to 3.7.0.Marius Bakke2018-07-28
* build-system/python: Fix deletion of .egg-info dirs created by tests.Mark H Weaver2018-03-18
* build-system/python: Return #t from all phases.Mark H Weaver2018-03-18
* build-system/python: Use invoke instead of system*.Mark H Weaver2018-03-16
* guix: python-build-system: Make bytecode compilation deterministic.Ricardo Wurmus2018-03-15
* build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
* build-system/python: Make sure 'check' returns failures.Marius Bakke2016-12-13
* guix: python-build-system: Add background about Python installation methods.Hartmut Goebel2016-11-15
* guix: python-build-system: Delete .egg-info file created in phase check.Hartmut Goebel2016-11-15
* guix: python-build-system: Add helpers for getting and setting PYTHONPATH.Hartmut Goebel2016-11-15
* guix: python-build-system: Add option "#:use-setuptools?" (default true).Hartmut Goebel2016-11-15
* guix: python-build-system: Import setuptools before calling `setup.py'.Marius Bakke2016-11-15
* guix: build all Python packages with --single-version-externally-managed.Hartmut Goebel2016-11-15
* guix: python-build-system: Fix an outdated comment.Hartmut Goebel2016-11-15
* Revert "guix: python-build-system: Fix an outdated comment."Mark H Weaver2016-10-13
* guix: python-build-system: Fix an outdated comment.Hartmut Goebel2016-10-13
* build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase.Ludovic Courtès2016-01-05
* gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.Ludovic Courtès2015-11-29
* gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès2015-11-29
* python-build-system: Fix 'get-python-version'.Mark H Weaver2015-08-06
* python-build-system: Add 'ensure-no-mtimes-pre-1980' phase.Mark H Weaver2015-07-16
* utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès2015-03-31
* build-system: Use 'modify-phases'.Ludovic Courtès2015-02-26
* build/python-build-system: Fix easy-install.pth collisions.Federico Beffa2014-12-18
* Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver2014-09-23
* guix: python: Create module installation path and add it to PYTHONPATH duringAndreas Enge2013-09-11
* guix: python: Add build phase and factor out calls to setup.py.Andreas Enge2013-09-05
* gnu: python: Honour #:tests? and #:test-target in build system.Andreas Enge2013-09-05
* guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge2013-09-04
* python-build-system: add a check phase.Cyril Roelandt2013-05-28
* Add 'python-build-system'.Nikita Karetnikov2013-05-08