gnu: scons: Update to 2.3.4. * gnu/packages/python.scm (scons): Update to 2.3.4.
gnu: Add python-sympy. * gnu/packages/python.scm (python-sympy, python2-sympy): New variables.
Merge branch 'master' into core-updates
gnu: Add python-tornado. * gnu/packages/python.scm (python-tornado, python2-tornado): New variables.
gnu: Add python2-backport-ssl-match-hostname. * gnu/packages/python.scm (python2-backport-ssl-match-hostname): New variable.
Merge branch 'master' into core-updates.
gnu: Add python-waf. * gnu/packages/python.scm (python-waf, python2-waf): New variables.
gnu: Add python-waf. * gnu/packages/python.scm (python-waf, python2-waf): New variables.
Merge branch 'core-updates'
gnu: python: Use 'version-major+minor' to compute PYTHONPATH. Fixes a regression introduced in 08c0450. * gnu/packages/python.scm (python)[native-search-paths]: Use 'version-major+minor' to compute PYTHONPATH.
python: Update to 3.4.3 * gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3. * gnu/packages/patches/python-fix-tests.patch: Update the required test fixes. * gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it... * gnu-system.am (dist_patch_DATA): ... and do not reference it here.
Merge branch 'master' into core-updates
gnu: Add python-drmaa. * gnu/packages/python.scm (python-drmaa, python2-drmaa): New variables.
gnu: Add python-singledispatch. * gnu/packages/python.scm (python-singledispatch, python2-singledispatch): New variables.
gnu: python-requests: Fix Python 2 version and add support for Python 3. * gnu/packages/python.scm (python-requests): New variable. (python2-requests): Generate based on Python 3 variant.
Merge branch 'master' into core-updates
gnu: Add python-networkx. * gnu/packages/python.scm (python-networkx, python2-networkx): New variables.
gnu: Add python-decorator. * gnu/packages/python.scm (python-decorator, python2-decorator): New variables.
Merge branch 'master' into core-updates
gnu: python: Do not use patchelf. * gnu/packages/python.scm (python-2): Add rpath for lib directory of output to LDFLAGS. Remove 'patchelf' from inputs. Remove #:modules and #:imported-modules from arguments. Remove 'add-lib-to-runpath' phase. (python): Do not add #:modules to inherited package arguments.