~ruther/guix-local

ref: 81f2373cd4f3a6c4992573d9cacd0ff57b63ffd2 guix-local/gnu/packages/python.scm -rw-r--r-- 217.2 KiB
81f2373c — Leo Famulari 10 years ago
gnu: Add python-zope-exceptions.

* gnu/packages/python.scm (python-zope-exceptions,
  python2-zope-exceptions): New variables.
97abe268 — Leo Famulari 10 years ago
gnu: Add python-zope-interface.

* gnu/packages/python.scm (python-zope-interface,
  python2-zope-interface): New variables.
2fc5f186 — Leo Famulari 10 years ago
gnu: Add python-zope-event.

* gnu/packages/python.scm (python-zope-event, python2-zope-event): New
  variables.
dab8ebd9 — Federico Beffa 10 years ago
gnu: python2-seaborn: Use custom 'python2-' packages.

* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-'
  versions of 'matplotlib', 'pandas' and 'scipy'.
d9bc0bf8 — Federico Beffa 10 years ago
gnu: python2-scikit-image: Use custom 'python2-' packages.

* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-'
  versions of 'matplotlib', 'numpy' and 'scipy'.
3cbe7d5e — Federico Beffa 10 years ago
gnu: python2-pandas: Use custom 'python2-numpy'.

* gnu/packages/python.scm (python2-pandas): Do it.
5587253a — Federico Beffa 10 years ago
gnu: python2-ipython: Use custom 'python2-numpy'.

* gnu/packages/python.scm (python2-ipython): Do it.
18b31516 — Federico Beffa 10 years ago
gnu: python-matplotlib: Adjust path to figures in 'info' file.

* gnu/packages/python.scm (python-matplotlib): Do it.
5d26e542 — Federico Beffa 10 years ago
gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.

* gnu/packages/python.scm (python-ipython): Do it.
1bbc659f — Federico Beffa 10 years ago
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.
b6ab89ef — Efraim Flashner 10 years ago
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.
b850a6d8 — Efraim Flashner 10 years ago
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.
44e30a76 — Efraim Flashner 10 years ago
gnu: python2-keyring: Use python2-pycrypto.

* gnu/packages/python.scm (python2-keyring)[inputs]: Force building
with python2-pycrypto.
1c0059da — Efraim Flashner 10 years ago
gnu: python2-pycrypto: Use python2.

* gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building
with python2.
02f0c3b2 — Ludovic Courtès 10 years ago
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.
d2cc9c7c — Ludovic Courtès 10 years ago
gnu: python: Clarify and shorten the list of built-time modules.

* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
  shorter.
5b4e2791 — Ludovic Courtès 10 years ago
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.
c5a05e31 — Ludovic Courtès 10 years ago
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.
9820a6d4 — Ludovic Courtès 10 years ago
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.
a665996f — Ludovic Courtès 10 years ago
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.
Next