~ruther/guix-local

ref: b10ab7230f80076212ccd454f3648dd6ee7993fb guix-local/gnu/packages/python.scm -rw-r--r-- 22.7 KiB
b10ab723 — Cyril Roelandt 12 years ago
gnu: Enable the 'ctypes' module in Python.

* gnu/packages/python.scm (python-2): add libffi to the inputs and use it to
  build the ctypes module.
0562dbe5 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
9b43a0ff — Ludovic Courtès 12 years ago
gnu: python: Change URL to https.

* gnu/packages/python.scm (python-2, python)[source]: Change URL to
  https.  This makes sure GnuTLS is available in the derivation that
  downloads the source, which is required since http URLs get redirected
  to https anyway.  Reported by Manolis Ragkousis <manolis837@gmail.com>.
e06f7865 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
8deeda0c — Ludovic Courtès 12 years ago
gnu: Add ElementTree and pybugz.

* gnu/packages/python.scm (python2-element-tree, python2-pybugz): New
  variables.
b2bfa32d — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
7a03af70 — Ludovic Courtès 12 years ago
gnu: python-pysqlite: Point to the latest release tarball.

* gnu/packages/python.scm (python2-pysqlite): Change 'version' to
  "2.6.3a".  Change 'uri' to point to pypi.python.org.
  Reported by Mark H Weaver <mhw@netris.org> and others.
  Update 'home-page' and 'synopsis'.
2f265602 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
55781376 — Andreas Enge 12 years ago
gnu: python: Update to 3.3.3.

* gnu/packages/python.scm (python): Update to 3.3.3.
ee2b5109 — Andreas Enge 12 years ago
gnu: python-2: Update to 2.7.6.

* gnu/packages/python.scm (python-2): Update to 2.7.6.
3e778ad3 — Ludovic Courtès 12 years ago
gnu: Move libelf and patchelf to (gnu packages elf).

* gnu/packages/patchelf.scm (patchelf): Move to...
* gnu/packages/elf.scm (patchelf): ... here.
* gnu/packages/patchelf.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/gcc.scm (libelf): Move to...
* gnu/packages/elf.scm (libelf): ... here.
* gnu/packages/cdrom.scm, gnu/packages/icu4c.scm,
  gnu/packages/samba.scm, gnu/packages/scheme.scm, gnu/packages/ssh.scm:
  Adjust references to (gnu packages patchelf).
ff8061b5 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
011b18c3 — Ludovic Courtès 12 years ago
gnu: Add python2-empy.

* gnu/packages/python.scm (python2-empy): New variable.
515e6878 — Ludovic Courtès 12 years ago
gnu: Add SCons.

* gnu/packages/python.scm (scons): New variable.
cc20a22a — Ludovic Courtès 12 years ago
gnu: Add dogtail.

* gnu/packages/python.scm (python2-dogtail): New variable.
5608847c — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
421a80a2 — Andreas Enge 12 years ago
gnu: Add python2-pyicu.

* gnu/packages/python.scm (python2-pyicu): New variable.
0352532e — Andreas Enge 12 years ago
gnu: Add python-simplejson, python2-simplejson.

* gnu/packages/python.scm (python-simplejson, python2-simplejson):
    New variables.
ed0cdf83 — Ludovic Courtès 12 years ago
gnu: python2-pysqlite: Fix 'license'.

* gnu/packages/python.scm (python2-pysqlite): Refer to (@ (guix
  licenses) zlib), not to the same-named package.
aae4ead8 — Andreas Enge 12 years ago
Merge branch 'python'
Next