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