summary refs log tree commit diff
path: root/guix/build-system/python.scm
AgeCommit message (Expand)Author
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-10-22build-system/python: Disable grafts.Ludovic Courtès
2021-03-30build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès
2021-03-30build-system: Rewrite using gexps.Ludovic Courtès
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-17gnu: Use PACKAGE/INHERIT in more places.Mark H Weaver
2021-02-01build/python: Add a sanity check phase.Lars-Dominik Braun
2019-07-02import: pypi: Update the host URI.Maxim Cournoyer
2018-10-18gnu: Use pypi.org.Leo Famulari
2017-04-05build-system/python: 'package-with-explicit-python' uses 'package-mapping'.Ludovic Courtès
2017-01-28build-system/python: 'package-with-explicit-python' uses 'eq?' memoization.Ludovic Courtès
2017-01-28Use 'mlambda' instead of 'memoize'.Ludovic Courtès
2017-01-28Add (guix memoization).Ludovic Courtès
2016-11-15guix: python-build-system: Add option "#:use-setuptools?" (default true).Hartmut Goebel
2016-09-27Add missing exports.Ludovic Courtès
2016-06-25guix: python-build-system: Change pypi-uri to use https://pypi.io.宋文武
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès
2016-02-07build-system/python: Honor the 'python2-variant' property of packages.Ludovic Courtès
2016-02-01build-system/python: Use 'ensure-keyword-arguments'.Ludovic Courtès
2016-01-08build-system/python: 'pypi-uri' takes an optional file name extension.Ludovic Courtès
2015-11-04build-system/python: 'package-with-python2' preserves source location.Ludovic Courtès
2015-11-03guix: Add a "pypi-uri" helper method.Cyril Roelandt
2015-10-13build-system/python: Memoize the results of 'package-with-python2'.Ludovic Courtès
2015-05-04Move search path specifications to (guix search-paths).Ludovic Courtès
2015-04-01build-system: Factorize the list of modules imported on the build side.Ludovic Courtès
2015-03-12build-system/python: Delay evaluation of the 'python2' package.Ludovic Courtès
2014-12-23build-system/python: Fix 'package-with-explicit-python'.Ludovic Courtès
2014-12-08build-system/python: Add handling of 'propagated-inputs' inFederico Beffa
2014-11-02packages: Implement grafts.Ludovic Courtès
2014-10-05build-system: Bags record their system and target.Ludovic Courtès
2014-10-05build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès
2014-10-05build-system: Remove irrelevant special case.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'.Ludovic Courtès
2013-11-20Merge branch 'master' into core-updatesLudovic Courtès
2013-11-20build-system/python: Add #:test-target parameter.Ludovic Courtès
2013-10-10build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès
2013-09-10guix: python: Do not import %standard-phases from gnu-build-system.Andreas Enge
2013-09-10guix: python: Add parameter #:phases to build system.Andreas Enge
2013-09-08guix: python: Add package-with-python2, a procedure rewriting a packageAndreas Enge
2013-09-04guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge
2013-05-30build-system/python: Avoid circular dependency.Ludovic Courtès
2013-05-08Add 'python-build-system'.Nikita Karetnikov