~ruther/guix-local

ref: e1a264f6fac2f517a2192e07eaae1db600eb8b1d guix-local/gnu/packages/python.scm -rw-r--r-- 10.1 KiB
11bb85a1 — Andreas Enge 12 years ago
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.
49b90a75 — Andreas Enge 12 years ago
gnu: python: Disable tests in python2-pytz and python2-babel.

* gnu/packages/python.scm (python2-pytz, python2-babel): Disable tests.
8498b8cf — Andreas Enge 12 years ago
gnu: python: Disable tests in pytz and babel.

* gnu/packages/python.scm (python-pytz, python-babel): Disable tests.
89114f39 — Andreas Enge 12 years ago
gnu: python: Implement the python naming scheme for pytz and babel.

* gnu/packages/python.scm (pytz): Rename this ...
* gnu/packages/python.scm (python-pytz): ... to this
* gnu/packages/python.scm (python2-pytz): New variable, input python-2.
* gnu/packages/python.scm (babel): Rename this ...
* gnu/packages/python.scm (python-babel): ... to this
* gnu/packages/python.scm (python2-babel): New variable, input python-2.
898238b9 — Andreas Enge 12 years ago
gnu: python: Add package python-wrapper.

* gnu/packages/python.scm (python-wrapper): New variable.
b24d1cfc — Andreas Enge 12 years ago
gnu: python: Revert 77c7f8f4 and make Python 3 the default.

* gnu/packages/python.scm (python-3): Rename this to...
* gnu/packages/python.scm (python): ...this, rename this to...
* gnu/packages/python.scm (python-2): ...this.
77c7f8f4 — Andreas Enge 12 years ago
gnu: python: Temporarily make python 2 the default.

* gnu/packages/python.scm (python-2): Rename this to...
* gnu/packages/python.scm (python): ...this, rename this to...
* gnu/packages/python.scm (python-3): ...this. Reverts to version 2 as the
  default input for packages requiring Python.
1aebc0cb — Andreas Enge 12 years ago
gnu: python: Adapt native-search-paths for Python 3.3.

* gnu/packages/python.scm (python): Modify native-search-paths.
f26a77ff — Andreas Enge 12 years ago
gnu: Add Python 3.

*  gnu/packages/python.scm (python-2): Rename from python for version 2.
*  gnu/packages/python.scm (python): New variable for version 3.
af807dea — Andreas Enge 12 years ago
gnu: Update python to 2.7.5.

* gnu/packages/python.scm (python): Update to 2.7.5.
5ace6e2f — Cyril Roelandt 12 years ago
gnu: Add Babel.

* gnu/packages/babel.scm (babel): New package.
acc26ff1 — Cyril Roelandt 12 years ago
gnu: Add pytz.

* gnu/packages/python.scm (pytz): New package.
3309e3a1 — Ludovic Courtès 13 years ago
Add (guix build rpath).

* guix/build/rpath.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages/python.scm (python): Use it; remove local copy of
  the *rpath* procedures.
* gnu/packages/samba.scm (samba): Likewise.
fd982732 — Ludovic Courtès 13 years ago
gnu: python: Build the shared library.

* gnu/packages/python.scm (python): Add `--enable-shared'.  Add
  #:modules and #:phases.  Add PatchELF as an input.
0734a9a8 — Ludovic Courtès 13 years ago
Merge branch 'core-updates'
a9db7d10 — Ludovic Courtès 13 years ago
Merge branch 'master' into core-updates

Conflicts:
	Makefile.am
	gnu/packages/autotools.scm
	gnu/packages/guile.scm
	gnu/packages/python.scm
	gnu/packages/shishi.scm
	guix/gnu-maintenance.scm
	guix/scripts/build.scm
	guix/scripts/gc.scm
	guix/scripts/package.scm
	guix/scripts/substitute-binary.scm
	guix/ui.scm
	nix/nix-daemon/guix-daemon.cc
	test-env.in
	tests/nar.scm
	tests/store.scm
0160536d — Cyril Roelandt 13 years ago
gnu: Python: bump to version 2.7.4.

* gnu/packages/python.scm: bump to version 2.7.4, remove references to
python-fix-dbm.patch.
* Makefile.am: remove references to python-fix-dbm.patch
* gnu/packages/patches/python-fix-dbm.patch: remove it.
3fdc99da — Cyril Roelandt 13 years ago
gnu: Python: fix the compilation of some modules from the standard library.

This commit enables the bz2, dbm, readline, ssl and zlib modules.

* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
4f7d8d7e — Cyril Roelandt 13 years ago
gnu: Python: fix the compilation of some modules from the standard library.

This commit enables the bz2, dbm, readline, ssl and zlib modules.

* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
9be8d7c8 — Ludovic Courtès 13 years ago
gnu: Define `native-search-paths' for Automake, Guile, and Python.

* gnu/packages/autotools.scm (automake)[native-search-paths]: New field.
* gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field.
  (guile-2.0)[native-search-paths]: New field.
* gnu/packages/python.scm (python)[native-search-paths]: New field.
Next