~ruther/guix-local

ref: 18b3151613e90eb7b4e0d174069ccc9fbe99b721 guix-local/gnu/packages/python.scm -rw-r--r-- 213.7 KiB
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.
dedc8320 — Ludovic Courtès 10 years ago
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.
b72a4410 — Efraim Flashner 10 years ago
gnu: python-pickleshare: Add python-setuptools to native-inputs.

* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.
553b709b — Efraim Flashner 10 years ago
gnu: python-pathpy: Add python-setuptools to native-inputs.

* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add
python-setuptools.
0066de6f — Efraim Flashner 10 years ago
gnu: python2-oauthlib: Override python2-cryptography in inputs.

* gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited
"python2-cryptography" in inputs.
bde2171d — Efraim Flashner 10 years ago
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.
7957fe6c — Efraim Flashner 10 years ago
gnu: python2-unittest2: Use python2-setuptools.

* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from
python-setuptools to python2-setuptools.
eb31d4b4 — Efraim Flashner 10 years ago
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.
Next