Merge branch 'master' into core-updates
gnu: Add python-twisted and python2-twisted. * gnu/packages/python.scm (python-twisted, python2-twisted): New variables.
gnu: Add python-gevent and python2-gevent. * gnu/packages/python.scm (python-gevent, python2-gevent): New variables.
gnu: Add python-greenlet and python2-greenlet. * gnu/packages/python.scm (python-greenlet, python2-greenlet): New variables.
gnu: Add python2-ipaddr. * gnu/packages/python.scm: (python2-ipaddr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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>
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>
gnu: Add py3status. * gnu/packages/python.scm (python-py3status): New variable.
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.
gnu: python-llfuse: Update to 1.1. * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.
Merge branch 'master' into core-updates
gnu: Add python2-rope. * gnu/packages/python.scm (python2-rope): New variable.
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>
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.
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.
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.
gnu: python: Make sure shared libraries are stripped. * gnu/packages/python.scm (python-2)[arguments]: Add 'make-libraries-writable' phase.
gnu: python: Remove unnecessary installed tests. * gnu/packages/python.scm (python-2)[arguments]: Add 'remove-tests' phase.
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'.
Merge branch 'master' into core-updates