~ruther/guix-local

ref: bf62b8ff79f9d60136996b8251b6475965cf4994 guix-local/gnu/packages/python.scm -rw-r--r-- 397.9 KiB
759aadd4 — Leo Famulari 9 years ago
gnu: python-requests-toolbelt: Fix build failure by adding missing dependencies.

* gnu/packages/python.scm (python-requests-toolbelt)[native-inputs]: Add
python-betamax, python-mock and python-pytest.
66d3f50a — Leo Famulari 9 years ago
gnu: Add python-betamax.

* gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
a9871b7b — Leo Famulari 9 years ago
gnu: python-vobject: Disable the test suite.

The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the python-vobject build to fail.

* gnu/packages/python.scm (python-vobject, python2-vobject)[arguments]: Disable
the tests.
8757f050 — Leo Famulari 9 years ago
gnu: python-wsgi-intercept: Fix build failure with Python 3.5.

* gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]:
Add python-urllib3.
3969ca54 — 宋文武 9 years ago
gnu: wrap-python3:  Use a bash wrapper for 'python3-config'.

See <http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00008.html>
for details.

* gnu/packages/python.scm (wrap-python3)[arguments]: Use a bash wrapper
instead of a symlink for python3-config.
a39cc016 — Leo Famulari 9 years ago
gnu: python-ndg-httpsclient: Disable tests.

The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the python-ndg-httpsclient build to fail.

* gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable tests.
ca0eee9d — Leo Famulari 9 years ago
gnu: python-execnet: Disable tests.

The tests were silently skipped with Python 3.4. With Python 3.5, this
caused the python-execnet build to fail.

* gnu/packages/python.scm (python-execnet, python2-execnet)[arguments]: Disable
tests.
2f87a77f — Leo Famulari 9 years ago
gnu: python2-file: Build with setuptools.

* gnu/packages/python.scm (python-file)[properties]: New field.
(python2-file): Use strip-python2-variant.
[native-inputs]: Add python2-setuptools.
470613f9 — Leo Famulari 9 years ago
gnu: python-cryptography: Ignore spurious test failure.

* gnu/packages/python.scm (python-cryptography,
python2-cryptography)[arguments]: Add 'disable-failing-test' phase.
9ebe87fe — Leo Famulari 9 years ago
gnu: python-celery: Update to 3.1.24.

* gnu/packages/python.scm (python-celery, python2-celery): Update to 3.1.24.
[arguments]: Disable some tests with break with Python 3.5.
a6bb9e44 — Leo Famulari 9 years ago
gnu: python-billiard: Update to 3.3.0.23.

* gnu/packages/python.scm (python-billiard, python2-billiard):
Update to 3.3.0.23.
0cb59822 — Leo Famulari 9 years ago
gnu: python-kombu: Update to 3.0.37.

* gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37.
[propagated-inputs]: Add python-redis.
abcf4858 — Mark H Weaver 9 years ago
Merge branch 'master' into core-updates
gnu: Add python-socksipy-branch.

* gnu/packages/python.scm (python-socksipy-branch): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
e775f48e — Efraim Flashner 9 years ago
gnu: python-xlrd: Update source location.

* gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
c2ad4d70 — Ben Woodcroft 9 years ago
gnu: python-xlrd: Update to 1.0.0.

* gnu/packages/python.scm (python-xlrd, python2-xlrd): Update to 1.0.0.
b19c7989 — Leo Famulari 9 years ago
Merge branch 'master' into core-updates
92a312dc — Ricardo Wurmus 9 years ago
gnu: python-pathlib: Disable tests.

* gnu/packages/python.scm (python-pathlib)[arguments]: Disable tests.
79355ae3 — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
e8c9b010 — Stefan Reichoer 9 years ago
gnu: Add python-q.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
Next