gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'. * gnu/packages/python.scm (python-ipython): Do it.
gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'. * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it. * gnu/packages/patches/matplotlib-setupext-tk.patch: New file. * gnu-system.am (dist_patch_DATA): Add the new patch.
gnu: python-six: Update to 1.10.0. * gnu/packages/python.scm (python-six): Update to 1.10.0. [source]: Change uri to pypi format.
gnu: python-babel: Update to 2.1.1. * gnu/packages/python.scm (python-babel): Update to 2.1.1. [source]: Change uri to pypi format.
gnu: python2-keyring: Use python2-pycrypto. * gnu/packages/python.scm (python2-keyring)[inputs]: Force building with python2-pycrypto.
gnu: python2-pycrypto: Use python2. * gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building with python2.
gnu: python: Move tkinter to "tk" output. * gnu/packages/python.scm (python-2)[outputs]: New field. [arguments]: Add 'move-tk-inter' phase. (python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
gnu: python: Clarify and shorten the list of built-time modules. * gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list shorter.
gnu: python: Do not record configure flags. This reduces the number of run-time dependencies of python-2 from 25 to 15, corresponding only to ~4 MiB. * gnu/packages/python.scm (python-2)[arguments]: Add 'do-not-record-configure-flags' phase.
gnu: python: Factorize configure flags with minimal variants. * gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]: Reuse the inherited configure flags, and just add --without-system-ffi.
gnu: python: Make 'sys.version' deterministic. * gnu/packages/patches/python-2-deterministic-build-info.patch, gnu/packages/patches/python-3-deterministic-build-info.patch: New files. * gnu/packages/python.scm (python-2, python): Use them. * gnu-system.am (dist_patch_DATA): Add them.
gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0. * gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH to 1 to match what the daemon does. * guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
gnu: python-2: Honor 'SOURCE_DATE_EPOCH'. * gnu/packages/patches/python-2.7-source-date-epoch.patch: New file. * gnu/packages/python.scm (python-2)[source]: Use it. [arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase. * guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New procedure. (%standard-phases): Add it. * gnu-system.am (dist_patch_DATA): Add patch.
gnu: python-pickleshare: Add python-setuptools to native-inputs. * gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
gnu: python-pathpy: Add python-setuptools to native-inputs. * gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
gnu: python2-oauthlib: Override python2-cryptography in inputs. * gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited "python2-cryptography" in inputs.
gnu: python-oauthlib: Update to 1.0.3. * gnu/packages/python.scm (python-oauthlib): Update to 1.0.3. [native-inputs]: Move python-setuptools, python-nose, python mock here. Add python-coverage. [inputs]: Add python-blinker, python-cryptography, python-pyjwt.
gnu: python2-unittest2: Use python2-setuptools. * gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
gnu: python-pyjwt: Update to 1.4.0. * gnu/packages/python.scm (python-pyjwt): Update to 1.4.0. [native-inputs]: Move python-setuptools here, add python-pytest-runner.
gnu: python-pytest-runner: Add python-setuptools as native-input. * gnu/packages/python.scm (python-pytest-runner)[native-input]: Add python-setuptools.