summaryrefslogtreecommitdiff
path: root/guix/build/python-build-system.scm
AgeCommit message (Expand)Author
2022-06-22python-build-system: Fix typo in module-level comment paragraph.jgart
2022-05-18python-build-system: Change let* to let in `site-packages'.jgart
2021-06-04python-build-system: Look up the interpreter in 'inputs'.Maxime Devos
2021-04-22utils: Rename 'wrapper?' to 'wrapped-program?'.Brendan Tildesley
2021-02-03build: python: Fix build phases ordering.Maxim Cournoyer
2021-02-01build/python: Add a sanity check phase.Lars-Dominik Braun
2021-02-01build/python: Adjust wrap phase to use the new GUIX_PYTHONPATH.Maxim Cournoyer
2021-02-01build/python: Add the installation bin directory to PATH.Maxim Cournoyer
2021-02-01build/python: Always add the install prefix to the Guix PYTHONPATH.Maxim Cournoyer
2021-02-01build/python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer
2021-02-01gnu: python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer
2020-12-13build/python: Fix cythonize check phase.Efraim Flashner
2020-12-09build/python: Check for cythonized files.Efraim Flashner
2020-11-20build-system/python: Set PYTHONDONTWRITEBYTECODE.Maxim Cournoyer
2020-10-20build-system/python: Revert changing of phase order.Maxim Cournoyer
2020-10-19build-system/python: Do not embed timestamps in the .pyc byte code files.Maxim Cournoyer
2020-07-18build-system/python: Install to the python output if present.Jakub Kądziołka
2019-06-21build-system/python: Export 'python-version'.Ludovic Courtès
2019-04-18build-system/python: Move the check phase after the install phase.Maxim Cournoyer
2018-11-25build-system: python: Do not double wrap executables.Arun Isaac
2018-07-28gnu: python: Update to 3.7.0.Marius Bakke
2018-03-18build-system/python: Fix deletion of .egg-info dirs created by tests.Mark H Weaver
2018-03-18build-system/python: Return #t from all phases.Mark H Weaver
2018-03-16build-system/python: Use invoke instead of system*.Mark H Weaver
2018-03-15guix: python-build-system: Make bytecode compilation deterministic.Ricardo Wurmus
2018-03-11build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès
2016-12-13build-system/python: Make sure 'check' returns failures.Marius Bakke
2016-11-15guix: python-build-system: Add background about Python installation methods.Hartmut Goebel
2016-11-15guix: python-build-system: Delete .egg-info file created in phase check.Hartmut Goebel
2016-11-15guix: python-build-system: Add helpers for getting and setting PYTHONPATH.Hartmut Goebel
2016-11-15guix: python-build-system: Add option "#:use-setuptools?" (default true).Hartmut Goebel
2016-11-15guix: python-build-system: Import setuptools before calling `setup.py'.Marius Bakke
2016-11-15guix: build all Python packages with --single-version-externally-managed.Hartmut Goebel
2016-11-15guix: python-build-system: Fix an outdated comment.Hartmut Goebel
2016-10-13Revert "guix: python-build-system: Fix an outdated comment."Mark H Weaver
2016-10-13guix: python-build-system: Fix an outdated comment.Hartmut Goebel
2016-01-05build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase.Ludovic Courtès
2015-11-29gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.Ludovic Courtès
2015-11-29gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès
2015-08-06python-build-system: Fix 'get-python-version'.Mark H Weaver
2015-07-16python-build-system: Add 'ensure-no-mtimes-pre-1980' phase.Mark H Weaver
2015-03-31utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès
2015-02-26build-system: Use 'modify-phases'.Ludovic Courtès
2014-12-18build/python-build-system: Fix easy-install.pth collisions.Federico Beffa
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver
2013-09-11guix: python: Create module installation path and add it to PYTHONPATH duringAndreas Enge
2013-09-05guix: python: Add build phase and factor out calls to setup.py.Andreas Enge
2013-09-05gnu: python: Honour #:tests? and #:test-target in build system.Andreas Enge
2013-09-04guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge
2013-05-28python-build-system: add a check phase.Cyril Roelandt