aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: python2-seaborn: Use custom 'python2-' packages.Federico Beffa2015-12-03
| | | | | * gnu/packages/python.scm (python2-seaborn): Use customized 'python2-' versions of 'matplotlib', 'pandas' and 'scipy'.
* gnu: python2-scikit-image: Use custom 'python2-' packages.Federico Beffa2015-12-03
| | | | | * gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-' versions of 'matplotlib', 'numpy' and 'scipy'.
* gnu: python2-pandas: Use custom 'python2-numpy'.Federico Beffa2015-12-03
| | | | * gnu/packages/python.scm (python2-pandas): Do it.
* gnu: python2-ipython: Use custom 'python2-numpy'.Federico Beffa2015-12-03
| | | | * gnu/packages/python.scm (python2-ipython): Do it.
* gnu: python-matplotlib: Adjust path to figures in 'info' file.Federico Beffa2015-12-02
| | | | * gnu/packages/python.scm (python-matplotlib): Do it.
* gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.Federico Beffa2015-12-02
| | | | * gnu/packages/python.scm (python-ipython): Do it.
* gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.Federico Beffa2015-12-02
| | | | | | * 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.Efraim Flashner2015-12-01
| | | | | * 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.Efraim Flashner2015-12-01
| | | | | * gnu/packages/python.scm (python-babel): Update to 2.1.1. [source]: Change uri to pypi format.
* gnu: python2-keyring: Use python2-pycrypto.Efraim Flashner2015-11-30
| | | | | * gnu/packages/python.scm (python2-keyring)[inputs]: Force building with python2-pycrypto.
* gnu: python2-pycrypto: Use python2.Efraim Flashner2015-11-30
| | | | | * gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building with python2.
* gnu: python: Move tkinter to "tk" output.Ludovic Courtès2015-11-29
| | | | | | * 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.Ludovic Courtès2015-11-29
| | | | | * gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list shorter.
* gnu: python: Do not record configure flags.Ludovic Courtès2015-11-29
| | | | | | | | 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.Ludovic Courtès2015-11-29
| | | | | | * 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.Ludovic Courtès2015-11-29
| | | | | | | | * 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.Ludovic Courtès2015-11-29
| | | | | | * 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'.Ludovic Courtès2015-11-29
| | | | | | | | | | * 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.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
* gnu: python-pathpy: Add python-setuptools to native-inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
* gnu: python2-oauthlib: Override python2-cryptography in inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited "python2-cryptography" in inputs.
* gnu: python-oauthlib: Update to 1.0.3.Efraim Flashner2015-11-25
| | | | | | | * 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.Efraim Flashner2015-11-25
| | | | | * gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
* gnu: python-pyjwt: Update to 1.4.0.Efraim Flashner2015-11-24
| | | | | * 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.Efraim Flashner2015-11-24
| | | | | * gnu/packages/python.scm (python-pytest-runner)[native-input]: Add python-setuptools.
* gnu: python-setuptools-scm: Update to 1.9.0.Efraim Flashner2015-11-24
| | | | | * gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0. [native-inputs]: Add python-setuptools.
* gnu: python-tornado: Use the preferred home-page.Mark H Weaver2015-11-18
| | | | | * gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred one.
* gnu: python-cryptography: Update to 1.0.2.Mark H Weaver2015-11-18
| | | | * gnu/packages/python.scm (python-cryptography): Update to 1.0.2.
* gnu: python-cryptography-vectors: Update to 1.0.2.Mark H Weaver2015-11-18
| | | | * gnu/packages/python.scm (python-cryptography-vectors): Update to 1.0.2.
* gnu: Add python-pystache.Erik Edrosa2015-11-18
| | | | | | | * gnu/packages/python.scm (python-pystache, python2-pystache): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: paramiko: Move python-pycrypto to the propagated inputs.Cyril Roelandt2015-11-03
| | | | | * gnu/packages/python.scm (python-paramiko): Move python-pycrypto to the propagated-inputs.
* gnu: Add python-flake8-2.2.4Cyril Roelandt2015-11-03
| | | | | * gnu/packages/python.scm (python-flake8-2.2.4, python2-flake8-2.2.4): New variables.
* gnu: Add python-mccabe 0.2.1Cyril Roelandt2015-11-03
| | | | | * gnu/packages/python.scm (python-mccabe-0.2.1, python2-mccabe-0.2.1): New variables.
* gnu: Update python-requests.Cyril Roelandt2015-11-03
| | | | * gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0.
* gnu: python-simplegeneric: Add setuptools to native inputs.Ricardo Wurmus2015-11-02
| | | | | * gnu/packages/python.scm (python-simplegeneric)[native-inputs]: Add python-setuptools.
* Merge branch 'master' into dbus-update宋文武2015-10-30
|\
| * gnu: Move gdbm to (gnu packages databases).Ludovic Courtès2015-10-29
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gdbm.scm: Remove. * gnu/packages/databases.scm (gdbm): New variable, from gdbm.scm. * gnu/packages/avahi.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/guile.scm, gnu/packages/mail.scm, gnu/packages/man.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/sawfish.scm: Adjust accordingly. * gnu-system.am (GNU_SYSTEM_MODULES): Remove gdbm.scm.
| * gnu: python-debian: Avoid @itemize in description.Ludovic Courtès2015-10-28
| | | | | | | | | | * gnu/packages/python.scm (python-debian): Use @enumerate instead of @itemize.
| * gnu: Add python-chardet.Ludovic Courtès2015-10-27
| | | | | | | | | | * gnu/packages/python.scm (python-chardet, python2-chardet): New variables.
| * gnu: Add python-debian.Ludovic Courtès2015-10-27
| | | | | | | | | | * gnu/packages/python.scm (python-debian, python2-debian): New variables.
| * gnu: Add python-file.Ludovic Courtès2015-10-27
| | | | | | | | * gnu/packages/python.scm (python-file, python2-file): New variables.
* | Merge branch 'master' into dbus-updateMark H Weaver2015-10-23
|\|
| * gnu: Add python-numexpr.Ricardo Wurmus2015-10-22
| | | | | | | | | | * gnu/packages/python.scm (python-numexpr, python2-numexpr): New variables.
* | gnu: python-dbus: Fix test.宋文武2015-10-18
|/ | | | | * gnu/packages/python.scm (python-dbus)[arguments]: Run test with 'DBUS_FATAL_WARNINGS=0'.
* gnu: Add python-libarchive-c.Ludovic Courtès2015-10-15
| | | | | * gnu/packages/python.scm (python-libarchive-c, python2-libarchive-c): New variables.
* gnu: Add python-tlsh.Ludovic Courtès2015-10-15
| | | | * gnu/packages/python.scm (python-tlsh, python2-tlsh): New variable.
* gnu: python-scipy: Add phase to fix tests.Ricardo Wurmus2015-10-15
| | | | | * gnu/packages/python.scm (python-scipy)[arguments]: Add build phase "fix-tests".
* gnu: python-scipy: Add numpydoc to native-inputs.Ricardo Wurmus2015-10-15
| | | | | * gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add python-numpydoc.
* gnu: python-rpy2: Add "zlib" to native-inputs.Ricardo Wurmus2015-10-13
| | | | * gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib".
* gnu: python-scipy, python2-scipy: Update to 0.16.0.Ricardo Wurmus2015-10-13
| | | | | * gnu/packages/python.scm (python-scipy, python2-scipy): Update to 0.16.0.