~ruther/guix-local

ref: e81e154c40b262b1c7a0928cbc712e3631f6342a guix-local/gnu/packages/python.scm -rw-r--r-- 443.6 KiB
e81e154c — Danny Milosavljevic 8 years ago
gnu: python-kivy: Update to 1.10.0.

* gnu/packages/python.scm (python-kivy): Update to 1.10.0.
[arguments]: Remove custom "build" phase.
44e4a621 — Kei Kebreau 8 years ago
gnu: Add python-shapely and python2-shapely.

* gnu/packages/python.scm (python-shapely, python2-shapely): New variables.
3ca1545b — Tobias Geerinckx-Rice 8 years ago
gnu: python: Use HTTPS for ipython.org home pages.

* gnu/packages/python.scm (python-ipython-genutils, python-traitlets)
(python-ipykernel, python-ipython, python-widgetsnbextension)
(python-ipywidgets)[home-page]: Use HTTPS.
7e060865 — Konrad Hinsen 8 years ago
gnu: python-matplotlib: Fix import failure

* gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add
  python-pyqt.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0ee12dc9 — Tobias Geerinckx-Rice 8 years ago
gnu: python-idna: Update to 2.6.

* gnu/packages/python.scm (python-idna): Update to 2.6.
b438d7cf — Ben Sturmfels 8 years ago
gnu: pelican: Enable Markdown support.

* gnu/packages/python.scm (pelican)[propagated-inputs]: Add python-markdown to
support Markdown as mentioned in the package description.

Signed-off-by: Leo Famulari <leo@famulari.name>
9e8401a5 — Tobias Geerinckx-Rice 8 years ago
gnu: python-ply, python2-ply: Update to 3.10.

* gnu/packages/python.scm (python-ply): Update to 3.10.
0215f94e — Ricardo Wurmus 8 years ago
gnu: snakemake: Update to 4.4.0.

* gnu/packages/python.scm (snakemake): Update to 4.4.0.
8cbbea15 — Leo Famulari 8 years ago
gnu: python-click-log: Update to 0.2.1.

* gnu/packages/python.scm (python-click-log): Update to 0.2.1.
8f25c2e4 — Leo Famulari 8 years ago
gnu: python-click-threading: Update to 0.4.4.

* gnu/packages/python.scm (python-click-threading): Update to 0.4.4.
42d6bffc — Konrad Hinsen 8 years ago
gnu: Add python2-mmtk.

* gnu/packages/python.scm (python2-mmtk): New public variable.
49aebf96 — Konrad Hinsen 8 years ago
gnu: Add python2-scientific.

* gnu/packages/python.scm (python2-scientific): New public variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
965ced9c — Konrad Hinsen 8 years ago
gnu: Add python2-pyro.

* gnu/packages/python.scm (python2-pyro): New public variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
a684e38d — Leo Famulari 8 years ago
gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].

* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3.
a5e3d59b — Ludovic Courtès 8 years ago
gnu: python-jupyter-console: Make it installable.

Fixes <https://bugs.gnu.org/29860>.
Reported by Johannes Laute <j.laute3@googlemail.com>.

* gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field.
15b60fc3 — Kei Kebreau 8 years ago
gnu: python-pillow: Fix test failures on i686-linux and armhf-linux.

* gnu/packages/patches/python-pillow-fix-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pillow)[source]: Use it.
467cfaa3 — Danny Milosavljevic 8 years ago
gnu: Add python-semver.

* gnu/packages/python.scm (python-semver, python2-semver): New variables.
9be5ecdf — Tobias Geerinckx-Rice 8 years ago
gnu: python, python-web: Update ‘permanently moved’ home pages.

In practice, this switches all of them to HTTPS.

* gnu/packages/python.scm (python-six, python-spectra, python-scipy)
(python-beautifulsoup4, python-termcolor, python-rsa, python-anyjson)
(python-whoosh, python2-pathlib2, python-pbkdf2, python-ansi2html)
(python-rfc3987, python-validate-email, python-swagger-spec-validator)
[home-page]: Update.
* gnu/packages/python-web.scm (python-sockjs-tornado, python-webob)
(python-zope-event, python-zope-testing, python-zope-testrunner)
(python-zope-i18nmessageid, python-zope-schema, python-zope-configuration)
(python-zope-proxy, python-zope-location, python-zope-security)
(python-oauth2client, python-flask-script, python-flask-migrate)
(python-flask-httpauth)[home-page]: Update.
a08d5a07 — Konrad Hinsen 8 years ago
gnu: Add python2-numpy-1.8.

* gnu/packages/python.scm (python2-numpy-1.8): New variable.
e144cbcf — Konrad Hinsen 8 years ago
gnu: python-numpy: Reorganize patches.

* gnu/packages/python.scm (python-numpy)[arguments]<phases>: Delete phase
"set-environment-variables".
Add phase "configure-blas-lapack". Move phase "check" after phase "install".
Next