~ruther/guix-local

ref: ed519b3c1fc8b3a57d86318018e93ff8822fcccd guix-local/gnu/packages/python.scm -rw-r--r-- 462.7 KiB
b8509387 — Marius Bakke 8 years ago
gnu: python-pathpy: Update to 11.0.

* gnu/packages/python.scm (python-pathpy): Update to 11.0.
[source](uri): Use PYPI-URI.
[outputs]: Remove field.
[arguments]: Set #:tests? #f.  Remove #:phases.
557f8f21 — Marius Bakke 8 years ago
gnu: python-parse-type: Update to 0.4.2.

* gnu/packages/python.scm (python-parse-type): Update to 0.4.2.
[source](uri): Use PYPI-URI.
[arguments]: Remove field.
2115bde3 — Marius Bakke 8 years ago
gnu: python-parse: Update to 1.8.2.

* gnu/packages/patches/python-parse-too-many-fields.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/python.scm (python-parse): Update to 1.8.2.
[source](patches): Remove.
[arguments]: Use INVOKE instead of SYSTEM*.
5a82c904 — Tobias Geerinckx-Rice 8 years ago
gnu: bpython: Update to 0.17.1.

* gnu/packages/python.scm (bpython): Update to 0.17.1.
6f6db026 — Marius Bakke 8 years ago
gnu: python-hacking: Update to 1.0.0.

* gnu/packages/openstack.scm (python-hacking): Update to 1.0.0.
[propagated-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-2.5.
* gnu/packages/python.scm (python-flake8-2.5, python2-flake8-2.5): New public
variables.
26176bee — Marius Bakke 8 years ago
gnu: python-waitress: Update to 1.1.0.

* gnu/packages/patches/python-waitress-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/python.scm (python-waitress): Update to 1.1.0.
[source](patches): New field.
150062f1 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
6ca86ed7 — David Thompson 8 years ago
gnu: python-botocore: Update to 1.8.43.

* gnu/packages/python.scm (python-botocore): Update to 1.8.43.
34581f68 — Hartmut Goebel 9 years ago
gnu: Add bpython.

* gnu/packages/python.scm (bpython, bpython2): New variables.
fc162dba — Ricardo Wurmus 8 years ago
gnu: Add python-typing.

* gnu/packages/python.scm (python-typing, python2-typing): New variables.
130d290e — Ricardo Wurmus 8 years ago
gnu: Add python-future-fstrings.

* gnu/packages/python.scm (python-future-fstrings): New variable.
8b2ad13b — Ricardo Wurmus 8 years ago
gnu: Add python-tokenize-rt.

* gnu/packages/python.scm (python-tokenize-rt): New variable.
932c9832 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
5c4fd604 — Leo Famulari 8 years ago
gnu: python-icalendar: Update to 4.0.1.

* gnu/packages/python.scm (python-icalendar): Update to 4.0.1.
ce2cfcab — Marius Bakke 8 years ago
gnu: python-pandas: Update to 0.22.0.

* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/patches/python-pandas-skip-failing-tests.patch: Delete file.
* gnu/packages/python.scm (python-pandas): Update to 0.22.0.
[source](patches): Remove.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-LXML.
[arguments]: Replace CHECK-PHASE with custom pytest invocation.
[home-page]: Use HTTPS.
ba62f087 — Marius Bakke 8 years ago
gnu: python-scipy: Update to 1.0.0.

* gnu/packages/python.scm (python-scipy): Update to 1.0.0.
[arguments]: Remove obsolete FIX-TESTS-PHASE.  Override sphinxbuild in
INSTALL-DOC-PHASE.  Fix PYVER argument.  Use INVOKE instead of SYSTEM*.
[native-inputs]: Remove PYTHON-NOSE.  Add PYTHON-PYTEST and WHICH.
2c7f4ae5 — Marius Bakke 8 years ago
gnu: python-numpy: Update to 1.14.0.

* gnu/packages/python.scm (python-numpy): Update to 1.4.0.
[source](uri): Use release tarball.
[source](file-name): Remove.
efe2a283 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
53f826cd — Marius Bakke 8 years ago
gnu: python2-tqdm: Work around missing flake8 propagation.

* gnu/packages/python.scm (python-tqdm)[properties]: Declare python2 variant.
(python2-tqdm): Use STRIP-PYTHON2-VARIANT.
[native-inputs]: Add PYTHON-ENUM34.
b7049b2e — Marius Bakke 8 years ago
Revert "gnu: python2-flake8: Fix python-enum34 propagation."

This triggers a rebuild of 1111 packages, so let's work around it on the few
that are affected instead.

This reverts commit 01af1e11a67466d5f6338bdb207ff99ef5cf094e.
Next