summaryrefslogtreecommitdiff
path: root/guix/build-system/python.scm
Commit message (Expand)AuthorAge
* gnu: Use pypi.org.Leo Famulari2018-10-18
* build-system/python: 'package-with-explicit-python' uses 'package-mapping'.Ludovic Courtès2017-04-05
* build-system/python: 'package-with-explicit-python' uses 'eq?' memoization.Ludovic Courtès2017-01-28
* Use 'mlambda' instead of 'memoize'.Ludovic Courtès2017-01-28
* Add (guix memoization).Ludovic Courtès2017-01-28
* guix: python-build-system: Add option "#:use-setuptools?" (default true).Hartmut Goebel2016-11-15
* Add missing exports.Ludovic Courtès2016-09-27
* guix: python-build-system: Change pypi-uri to use https://pypi.io.宋文武2016-06-25
* utils: Move combinators to (guix combinators).Ludovic Courtès2016-05-04
* build-system/python: Honor the 'python2-variant' property of packages.Ludovic Courtès2016-02-07
* build-system/python: Use 'ensure-keyword-arguments'.Ludovic Courtès2016-02-01
* build-system/python: 'pypi-uri' takes an optional file name extension.Ludovic Courtès2016-01-08
* build-system/python: 'package-with-python2' preserves source location.Ludovic Courtès2015-11-04
* guix: Add a "pypi-uri" helper method.Cyril Roelandt2015-11-03
* build-system/python: Memoize the results of 'package-with-python2'.Ludovic Courtès2015-10-13
* Move search path specifications to (guix search-paths).Ludovic Courtès2015-05-04
* build-system: Factorize the list of modules imported on the build side.Ludovic Courtès2015-04-01
* build-system/python: Delay evaluation of the 'python2' package.Ludovic Courtès2015-03-12
* build-system/python: Fix 'package-with-explicit-python'.Ludovic Courtès2014-12-23
* build-system/python: Add handling of 'propagated-inputs' inFederico Beffa2014-12-08
* packages: Implement grafts.Ludovic Courtès2014-11-02
* build-system: Bags record their system and target.Ludovic Courtès2014-10-05
* build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès2014-10-05
* build-system: Remove irrelevant special case.Ludovic Courtès2014-10-05
* gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès2014-08-28
* derivations: Use more keyword parameters for 'build-expression->derivation'.Ludovic Courtès2013-12-04
* Merge branch 'master' into core-updatesLudovic Courtès2013-11-20
|\
| * build-system/python: Add #:test-target parameter.Ludovic Courtès2013-11-20
* | build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès2013-10-10
|/
* derivations: 'derivation' and related procedures return a single value.Ludovic Courtès2013-09-18
* guix: python: Do not import %standard-phases from gnu-build-system.Andreas Enge2013-09-10
* guix: python: Add parameter #:phases to build system.Andreas Enge2013-09-10
* guix: python: Add package-with-python2, a procedure rewriting a packageAndreas Enge2013-09-08
* guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge2013-09-04
* build-system/python: Avoid circular dependency.Ludovic Courtès2013-05-30
* Add 'python-build-system'.Nikita Karetnikov2013-05-08