Age | Commit message (Expand) | Author |
---|---|---|
2013-09-10 | guix: python: Do not import %standard-phases from gnu-build-system.•••* guix/build-system/python.scm (python-build): Drop module gnu-build-system. Thanks to Ludovic Courtès <ludo@gnu.org>. | Andreas Enge |
2013-09-10 | guix: python: Add parameter #:phases to build system.•••* guix/build-system/python.scm (python-build): Use parameter #:phases. | Andreas Enge |
2013-09-08 | guix: python: Add package-with-python2, a procedure rewriting a package••• to compile with Python 2 instead of the default Python 3. * guix/build-system/python.scm (default-python2, package-with-explicit-python, package-with-python2): New procedures. * guix/build-system/python.scm (python2-pytz, python2-babel): Use package-with-python2. | Andreas Enge |
2013-09-04 | guix: python: Switch to python-wrapper as the default version for the python••• build system (switches to Python 3) and compute python-version instead of passing it as a parameter. * guix/build-system/python.scm (default-python): Switch to python-wrapper. * guix/build-system/python.scm (python-build): Drop parameter #:python-version. * guix/build/python-build-system.scm (wrap): Compute python version from input. | Andreas Enge |
2013-05-30 | build-system/python: Avoid circular dependency.•••This fixes a circular dependency introduced in commit acc26ff ("gnu: Add pytz."). * guix/build-system/python.scm (default-python): New procedure. (python-build): Use it. | Ludovic Courtès |
2013-05-08 | Add 'python-build-system'.•••* guix/build-system/python.scm, guix/build/python-build-system.scm: New files. * Makefile.am (MODULES): Add them. | Nikita Karetnikov |