~ruther/guix-local

ref: 34260a10d70c4eae87fc48419b7134fbbb4bbd30 guix-local/gnu/packages/python.scm -rw-r--r-- 600.9 KiB
75d342ff — Gábor Boskovits 8 years ago
gnu: Add python-networkx2.

* gnu/packages/python.scm (python-networkx2, python2-networkx2): New variables.
* gnu/local.mk (dist_patch_DATA): Register 'python-networkx2-reproducible-build.patch'.
* gnu/packages/patches/python-networkx2-reproducible-build.patch: New file.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
ea0421bb — Carlo Zancanaro 8 years ago
gnu: Add python-jsonrpclib-pelix.

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

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
e55c46b8 — Gábor Boskovits 8 years ago
gnu: python-decorator: Update to 4.1.2.

* gnu/packages/python.scm (python-decorator): Update to 4.1.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2e15906c — Brendan Tildesley 8 years ago
gnu: Add python-dukpy, python2-dukpy.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
3414ce98 — Kyle Meyer 8 years ago
gnu: snakemake: Update to 4.2.0.

* gnu/packages/python.scm (snakemake): Update to 4.2.0.
[propagated-inputs]: Add python-appdirs, python-configargparse, python-pyyaml,
and python-ratelimiter, which are dependencies as of Snakemake 4.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
9d0866ce — Kyle Meyer 8 years ago
gnu: Add python-ratelimiter.

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

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
b89e3c77 — Kyle Meyer 8 years ago
gnu: python-configargparse: Update to 0.12.0.

* gnu/packages/python.scm (python-configargparse, python2-configargparse):
Update to 0.12.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pyyaml, which is an optional dependency but
required to run the tests.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: Add python-coloredlogs.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add python-verboselogs.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add python-capturer.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add python-humanfriendly.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
db4411b4 — Leo Famulari 8 years ago
gnu: python-docutils: Update to 0.14.

* gnu/packages/python.scm (python-docutils, python2-docutils): Update to 0.14.
2b1b2799 — Tobias Geerinckx-Rice 8 years ago
gnu: python-graphene: Disable tests.

* gnu/packages/python.scm (python-graphene)[native-inputs]: Remove.
[arguments]: Disable #:tests.
ef7dd2e2 — Marius Bakke 8 years ago
gnu: python-chardet: Fix PyPi download location.

This is a followup to a54cb3ce1f114ee1bc26371d9bc4abb0e04001ef.

* gnu/packages/python.scm (python-chardet)[source](uri): Use PYPI-URI.
a54cb3ce — Cyril Roelandt 8 years ago
gnu: python-chardet: Update to 3.0.4.

* gnu/packages/python.scm (python-chardet, python2-chardet): Update to 3.0.4.
69f7f045 — Cyril Roelandt 8 years ago
gnu: python2-hypothesis: fix propagated inputs.

* gnu/packages/python.scm (python2-hypothesis)[propagated-inputs]: Add
  python2-enum34, which was incorrectly listed among the native inputs.
ad3c61fc — Ricardo Wurmus 8 years ago
gnu: python-hy: Update to 0.13.0.

* gnu/packages/python.scm (python-hy): Update to 0.13.0.
357ab93a — Roel Janssen 8 years ago
gnu: Add python2-py2neo.

* gnu/packages/python.scm (python2-py2neo): New variable.
4640a11b — Roel Janssen 8 years ago
gnu: Add python2-neo4j-driver.

* gnu/packages/python.scm (python2-neo4j-driver): New variable.
0751fddd — Efraim Flashner 8 years ago
gnu: python-cffi: Move to libffi.scm

* gnu/packages/python.scm (python-cffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
* gnu/packages/crypto.scm, gnu/packages/password-utils.scm: Adjust
module imports.
Next