~ruther/guix-local

ref: 4b7e5c1131430f10e6211879836cf17447ef5bbc guix-local/gnu/packages/python.scm -rw-r--r-- 486.1 KiB
4b7e5c11 — Marius Bakke 9 years ago
Merge branch 'master' into core-updates
27bf00e6 — Efraim Flashner 9 years ago
gnu: python-waf: Update to 1.9.8.

* gnu/packages/python.scm (python-waf, python2-waf): Update to 1.9.8.
[home-page]: Use https.
28958b64 — Ludovic Courtès 9 years ago
gnu: python-parsedatetime: Update to 2.3.

Version 2.1 was apparently time-sensitive and started failing like this:

  ======================================================================
  FAIL: testFloat (tests.TestDelta.test)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/tmp/guix-build-python2-parsedatetime-2.1.drv-0/parsedatetime-2.1/tests/TestDelta.py", line 64, in testFloat
      self.cal.parse('1.4 months ago', self.source), months=-1.4)
    File "/tmp/guix-build-python2-parsedatetime-2.1.drv-0/parsedatetime-2.1/tests/TestDelta.py", line 37, in assertDelta
      self.assertTrue(diff < 0.05, '%s is not less than 0.05' % diff)
  AssertionError: 0.0666666666667 is not less than 0.05

  ----------------------------------------------------------------------

* gnu/packages/python.scm (python-parsedatetime): Update to 2.3.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
[propagated-inputs]: New field.
49c2a46e — Leo Famulari 9 years ago
gnu: python@2.7: Update to 2.7.13

* gnu/packages/python.scm (python-2.7): Update to 2.7.13.
dc5cec21 — Leo Famulari 9 years ago
gnu: python@2.7: Fix getentropy() calls on kernels < 3.17.

* gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-2.7)[source]: Use it.
3f9543ae — Efraim Flashner 9 years ago
Merge remote-tracking branch 'origin/master' into core-updates
7cb68a3c — Leo Famulari 9 years ago
gnu: Remove python-3.4.

* gnu/packages/python.scm (python-3.4): Remove variable.
* gnu/packages/patches/python-3.4-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
a71c8638 — humanitiesNerd 9 years ago
gnu: Add python-flask-login.

* gnu/packages/python.scm (python-flask-login, python2-flask-login): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
78c55663 — humanitiesNerd 9 years ago
gnu: Add python-flask-htmlmin.

* gnu/packages/python.scm (python-flask-htmlmin, python2-flask-htmlmin): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
35db2d3c — humanitiesNerd 9 years ago
gnu: Add python-htmlmin.

* gnu/packages/python.scm (python-htmlmin, python2-htmlmin): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
e4d34cd0 — Marius Bakke 9 years ago
gnu: python@3.5: Fix getentropy() calls on kernels < 3.17.

* gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper,
python-wrapper)[source]: Use it.
343cee8a — Marius Bakke 9 years ago
gnu: python@3.5: Update to 3.5.3.

* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper,
python-wrapper): Update to 3.5.3.
* gnu/packages/patches/python-fix-tests.patch: Adjust patch context.
* gnu/packages/patches/python-3.5-fix-tests.patch: Likewise. Patch one new test.
b6b2ca5d — Arun Isaac 9 years ago
gnu: Add python2-larch.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
c220f0b4 — Arun Isaac 9 years ago
gnu: Add python2-tracing.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
77e99411 — Arun Isaac 9 years ago
gnu: Add python2-ttystatus.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
33e9490c — Arun Isaac 9 years ago
gnu: Add python2-cliapp.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
67416769 — Marius Bakke 9 years ago
gnu: python-numpy-documentation: Use full git commit hash in submodule.

* gnu/packages/python.scm (python-numpy-documentation,
python2-numpy-documentation)[native-inputs]: Update hash of
SCIPY-SPHINX-THEME. Fix indentation of a line.
63d62305 — Marius Bakke 9 years ago
gnu: Remove obsolete numpy comment.

* gnu/packages/python.scm: Remove comment.
e90e0fad — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
b03ee02f — Marius Bakke 9 years ago
gnu: python-pandas: Fix build on 32-bit.

* gnu/packages/patches/python-pandas-skip-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pandas, python2-pandas): Use it.
Next