~ruther/guix-local

ref: 8af5cac527eee03005f3809578a0d8258a878f95 guix-local/gnu/packages/python.scm -rw-r--r-- 321.9 KiB
aeafff53 — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
da3aeeb6 — 宋文武 9 years ago
gnu: Add python-twisted and python2-twisted.

* gnu/packages/python.scm (python-twisted, python2-twisted): New variables.
d79a343b — 宋文武 9 years ago
gnu: Add python-gevent and python2-gevent.

* gnu/packages/python.scm (python-gevent, python2-gevent): New variables.
68b9d242 — 宋文武 9 years ago
gnu: Add python-greenlet and python2-greenlet.

* gnu/packages/python.scm (python-greenlet, python2-greenlet):
New variables.
4a238186 — Hartmut Goebel 9 years ago
gnu: Add python2-ipaddr.

* gnu/packages/python.scm: (python2-ipaddr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1a024de4 — Hartmut Goebel 9 years ago
gnu: Add python-sqlparse and python2-sqlparse.

* gnu/packages/python.scm (python-sqlparse, python2-sqlparse):
New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b8fdbca3 — Hartmut Goebel 9 years ago
gnu: Add python-tblib and python2-tblib.

* gnu/packages/python.scm (python-tblib, python2-tblib): New
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6ba8ca17 — Tomáš Čech 9 years ago
gnu: Add py3status.

* gnu/packages/python.scm (python-py3status): New variable.
8f9ac901 — Roel Janssen 9 years ago
gnu: Rename texlive module to tex.

* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Adjust accordingly.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/gettext.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/lisp.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/plotutils.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
10240c7c — Leo Famulari 9 years ago
gnu: python-llfuse: Update to 1.1.

* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.
bc73a843 — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
88bb4197 — Lukas Gradl 9 years ago
gnu: Add python2-rope.

* gnu/packages/python.scm (python2-rope): New variable.
45848023 — Hartmut Goebel 9 years ago
gnu: python: Add 'python' variables for different major/minor versions.

* gnu/packages/python.scm (python-2): Rename variable to...
  (python-2.7): ...this.
  (python-2): Refer to "python-2.7".
  (python): Rename variable to...
  (python-3.4): ...this.
  (python-3): Refer to "python-3.4".
  (python): Refer to "python-3".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dbd40ac1 — Efraim Flashner 9 years ago
gnu: python2-pandas: Fix native-inputs.

* gnu/packages/python.scm (python2-pandas)[native-inputs]: Use python2-
versions of python-panda's native-inputs, not of inputs.
7d0c3c8d — Efraim Flashner 9 years ago
gnu: python-pandas: Update to 0.18.1.

* gnu/packages/python.scm (python-pandas): Update to 0.18.1.
[native-inputs]: Remove python-setuptools.
[properties]: Define python2-pandas.
(python2-pandas)[native-inputs]: Add python2-setuptools.
* gnu/packages/patches/python-pandas-fix-tslib-test-failure.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
b4370be9 — Leo Famulari 9 years ago
gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.2.

* gnu/packages/python.scm (python-cryptography): Update to 1.3.2.
(python-cryptography-vectors): Update to 1.3.2.
216c283b — Ludovic Courtès 10 years ago
gnu: python: Make sure shared libraries are stripped.

* gnu/packages/python.scm (python-2)[arguments]: Add
'make-libraries-writable' phase.
9ffe61b0 — Ludovic Courtès 10 years ago
gnu: python: Remove unnecessary installed tests.

* gnu/packages/python.scm (python-2)[arguments]: Add 'remove-tests'
phase.
478e75b5 — Leo Famulari 10 years ago
gnu: wrap-python3: Create more symlinks.

Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* gnu/packages/python.scm (wrap-python3): Add symlinks for 'pip' and
'python-config'.
c3052d6b — Mathieu Lirzin 10 years ago
Merge branch 'master' into core-updates
Next