summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2015-12-05gnu: Add python2-parsedatetime.Leo Famulari
* gnu/packages/python.scm (python2-parsedatetime): New variable.
2015-12-05gnu: python-parsedatetime: Update to 1.5.Leo Famulari
* gnu/packages/python.scm (python-parsedatetime): Update to 1.5. [arguments]: Enable tests.
2015-12-05gnu: Add python-ndg-httpsclient.Leo Famulari
* gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient): New variables.
2015-12-05gnu: Add python-configargparse.Leo Famulari
* gnu/packages/python.scm (python-configargparse, python2-configargparse): New variables.
2015-12-05gnu: Add python2-pythondialog.Leo Famulari
* gnu/packages/python.scm (python2-pythondialog): New variable.
2015-12-05gnu: Add python-configobj.Leo Famulari
* gnu/packages/python.scm (python-configobj, python2-configobj): New variables. * gnu/packages/patches/python-configobj-setuptools.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-12-05gnu: Add python-werkzeug.Leo Famulari
* gnu/packages/python.scm (python-werkzeug, python2-werkzeug): New variables.
2015-12-05gnu: Add python-pyrfc3339.Leo Famulari
* gnu/packages/python.scm (python-pyrfc3339, python2-pyrfc3339): New variables.
2015-12-05gnu: Add python-zope-component.Leo Famulari
* gnu/packages/python.scm (python-zope-component, python2-zope-component): New variables.
2015-12-05gnu: Add python-zope-security.Leo Famulari
* gnu/packages/python.scm (python-zope-security, python2-zope-security): New variables.
2015-12-05gnu: Add python-zope-location.Leo Famulari
* gnu/packages/python.scm (python-zope-location, python2-zope-location): New variables.
2015-12-05gnu: Add python-zope-proxy.Leo Famulari
* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy): New variables.
2015-12-05gnu: Add python-zope-configuration.Leo Famulari
* gnu/packages/python.scm (python-zope-configuration, python2-zope-configuration): New variables.
2015-12-05gnu: Add python-zope-schema.Leo Famulari
* gnu/packages/python.scm (python-zope-schema, python2-zope-schema): New variables.
2015-12-05gnu: Add python-zope-i18nmessageid.Leo Famulari
* gnu/packages/python.scm (python-zope-i18nmessageid, python2-zope-i18nmessageid): New variables.
2015-12-05gnu: Add python-zope-testrunner.Leo Famulari
* gnu/packages/python.scm (python-zope-testrunner, python2-zope-testrunner): New variables.
2015-12-05gnu: Add python-zope-testing.Leo Famulari
* gnu/packages/python.scm (python-zope-testing, python2-zope-testing): New variables.
2015-12-05gnu: Add python-zope-exceptions.Leo Famulari
* gnu/packages/python.scm (python-zope-exceptions, python2-zope-exceptions): New variables.
2015-12-05gnu: Add python-zope-interface.Leo Famulari
* gnu/packages/python.scm (python-zope-interface, python2-zope-interface): New variables.
2015-12-05gnu: Add python-zope-event.Leo Famulari
* gnu/packages/python.scm (python-zope-event, python2-zope-event): New variables.
2015-12-03gnu: python2-seaborn: Use custom 'python2-' packages.Federico Beffa
* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-' versions of 'matplotlib', 'pandas' and 'scipy'.
2015-12-03gnu: python2-scikit-image: Use custom 'python2-' packages.Federico Beffa
* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-' versions of 'matplotlib', 'numpy' and 'scipy'.
2015-12-03gnu: python2-pandas: Use custom 'python2-numpy'.Federico Beffa
* gnu/packages/python.scm (python2-pandas): Do it.
2015-12-03gnu: python2-ipython: Use custom 'python2-numpy'.Federico Beffa
* gnu/packages/python.scm (python2-ipython): Do it.
2015-12-02gnu: python-matplotlib: Adjust path to figures in 'info' file.Federico Beffa
* gnu/packages/python.scm (python-matplotlib): Do it.
2015-12-02gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.Federico Beffa
* gnu/packages/python.scm (python-ipython): Do it.
2015-12-02gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.Federico Beffa
* 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.
2015-12-01gnu: python-six: Update to 1.10.0.Efraim Flashner
* gnu/packages/python.scm (python-six): Update to 1.10.0. [source]: Change uri to pypi format.
2015-12-01gnu: python-babel: Update to 2.1.1.Efraim Flashner
* gnu/packages/python.scm (python-babel): Update to 2.1.1. [source]: Change uri to pypi format.
2015-11-30gnu: python2-keyring: Use python2-pycrypto.Efraim Flashner
* gnu/packages/python.scm (python2-keyring)[inputs]: Force building with python2-pycrypto.
2015-11-30gnu: python2-pycrypto: Use python2.Efraim Flashner
* gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building with python2.
2015-11-29gnu: python: Move tkinter to "tk" output.Ludovic Courtès
* gnu/packages/python.scm (python-2)[outputs]: New field. [arguments]: Add 'move-tk-inter' phase. (python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
2015-11-29gnu: python: Clarify and shorten the list of built-time modules.Ludovic Courtès
* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list shorter.
2015-11-29gnu: python: Do not record configure flags.Ludovic Courtès
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.
2015-11-29gnu: python: Factorize configure flags with minimal variants.Ludovic Courtès
* gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]: Reuse the inherited configure flags, and just add --without-system-ffi.
2015-11-29gnu: python: Make 'sys.version' deterministic.Ludovic Courtès
* 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.
2015-11-29gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.Ludovic Courtès
* 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.
2015-11-29gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès
* 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.
2015-11-26gnu: python-pickleshare: Add python-setuptools to native-inputs.Efraim Flashner
* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
2015-11-26gnu: python-pathpy: Add python-setuptools to native-inputs.Efraim Flashner
* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
2015-11-26gnu: python2-oauthlib: Override python2-cryptography in inputs.Efraim Flashner
* gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited "python2-cryptography" in inputs.
2015-11-25gnu: python-oauthlib: Update to 1.0.3.Efraim Flashner
* 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.
2015-11-25gnu: python2-unittest2: Use python2-setuptools.Efraim Flashner
* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
2015-11-24gnu: python-pyjwt: Update to 1.4.0.Efraim Flashner
* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0. [native-inputs]: Move python-setuptools here, add python-pytest-runner.
2015-11-24gnu: python-pytest-runner: Add python-setuptools as native-input.Efraim Flashner
* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add python-setuptools.
2015-11-24gnu: python-setuptools-scm: Update to 1.9.0.Efraim Flashner
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0. [native-inputs]: Add python-setuptools.
2015-11-18gnu: python-tornado: Use the preferred home-page.Mark H Weaver
* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred one.
2015-11-18gnu: python-cryptography: Update to 1.0.2.Mark H Weaver
* gnu/packages/python.scm (python-cryptography): Update to 1.0.2.
2015-11-18gnu: python-cryptography-vectors: Update to 1.0.2.Mark H Weaver
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.0.2.
2015-11-18gnu: Add python-pystache.Erik Edrosa
* gnu/packages/python.scm (python-pystache, python2-pystache): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>