summary refs log tree commit diff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2017-11-07gnu: Add python-networkx2.Gábor Boskovits
* 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>
2017-11-07gnu: Add python-jsonrpclib-pelix.Carlo Zancanaro
* gnu/packages/python.scm (python-jsonrpclib-pelix, python2-jsonrpclib-pelix): New variables. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-11-05gnu: python-decorator: Update to 4.1.2.Gábor Boskovits
* gnu/packages/python.scm (python-decorator): Update to 4.1.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05gnu: Add python-dukpy, python2-dukpy.Brendan Tildesley
gnu/packages/python.scm (python-dukpy, python2-dukpy): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27gnu: snakemake: Update to 4.2.0.Kyle Meyer
* 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>
2017-10-27gnu: Add python-ratelimiter.Kyle Meyer
* gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27gnu: python-configargparse: Update to 0.12.0.Kyle Meyer
* 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>
2017-10-25gnu: Add python-coloredlogs.ng0
* gnu/packages/python.scm (python-coloredlogs, python2-coloredlogs): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25gnu: Add python-verboselogs.ng0
* gnu/packages/python.scm (python-verboselogs, python2-verboselogs): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25gnu: Add python-capturer.ng0
* gnu/packages/python.scm (python-capturer, python2-capturer): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25gnu: Add python-humanfriendly.ng0
* gnu/packages/python.scm (python-humanfriendly, python2-humanfriendly): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-24gnu: python-docutils: Update to 0.14.Leo Famulari
* gnu/packages/python.scm (python-docutils, python2-docutils): Update to 0.14.
2017-10-23gnu: python-graphene: Disable tests.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-graphene)[native-inputs]: Remove. [arguments]: Disable #:tests.
2017-10-22gnu: python-chardet: Fix PyPi download location.Marius Bakke
This is a followup to a54cb3ce1f114ee1bc26371d9bc4abb0e04001ef. * gnu/packages/python.scm (python-chardet)[source](uri): Use PYPI-URI.
2017-10-22gnu: python-chardet: Update to 3.0.4.Cyril Roelandt
* gnu/packages/python.scm (python-chardet, python2-chardet): Update to 3.0.4.
2017-10-22gnu: python2-hypothesis: fix propagated inputs.Cyril Roelandt
* gnu/packages/python.scm (python2-hypothesis)[propagated-inputs]: Add python2-enum34, which was incorrectly listed among the native inputs.
2017-10-19gnu: python-hy: Update to 0.13.0.Ricardo Wurmus
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
2017-10-17gnu: Add python2-py2neo.Roel Janssen
* gnu/packages/python.scm (python2-py2neo): New variable.
2017-10-17gnu: Add python2-neo4j-driver.Roel Janssen
* gnu/packages/python.scm (python2-neo4j-driver): New variable.
2017-10-15gnu: python-cffi: Move to libffi.scmEfraim Flashner
* 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.
2017-10-15gnu: python-cffi: Update to 1.11.2.Efraim Flashner
* gnu/packages/python.scm (python-cffi): Update to 1.11.2. [home-page]: Use 'https'.
2017-10-15gnu: python-cffi: Disable test that fails on aarch64.Efraim Flashner
* gnu/packages/python.cm (python-cffi)[arguments]: Disable test that is known to fail on aarch64.
2017-10-14gnu: Add python-pyqrcode.ng0
* gnu/packages/python.scm (python-pyqrcode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14gnu: python-fonttools: Update to 3.15.1.ng0
* gnu/packages/python.scm (python-fonttools): Update to 3.15.1. (source)[uri]: Use 'pypi-uri'. (native-inputs): Add unzip. Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-13gnu: python-psycopg2: Update to 2.7.3.1.Efraim Flashner
* gnu/packages/python.scm (python-psycopg2): Update to 2.7.3.1. [inputs]: Replace postgresql@9.6 with postgresql.
2017-10-12gnu: python-psycopg2: Use postgresql@9.6.Efraim Flashner
* gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql with postgresql@9.6.
2017-10-12gnu: Add python-jupyter-console as input to python-ipython.Christopher Baines
This fixes running ipython console and ipython3 console, as the jupyter_console package is missing. As python-ipython is an input to python-jupyter-console, use a modified version of the package which doesn't have this input. * gnu/packages/python.scm (python-jupyter-console-minimal): New variable. (python-ipython)[propagated-inputs]: Replace python-jupyter-console with python-jupyter-console-minimal.
2017-10-11gnu: python-rpy2: Ignore test results.Ricardo Wurmus
* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
2017-10-10gnu: python-twisted: Update to 17.1.0.Troy Sankey
* gnu/packages/python.scm (python-twisted): Update to 17.1.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10gnu: Add python-incremental.Troy Sankey
* gnu/packages/python.scm (python-incremental, python2-incremental): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10gnu: Add python-automat.Troy Sankey
* gnu/packages/python.scm (python-automat, python2-automat): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10gnu: Add python-m2r.Troy Sankey
* gnu/packages/python.scm (python-m2r, python2-m2r): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10gnu: Add python-constantly.Troy Sankey
* gnu/packages/python.scm (python-constantly, python2-constantly): New variables. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10gnu: Add python-attrs.Troy Sankey
* gnu/packages/python.scm (python-attrs, python2-attrs): New variables. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10Merge branch 'staging'Marius Bakke
2017-10-10gnu: python2-unittest2: Update to 1.1.0.Cyril Roelandt
* gnu/packages/python.scm (python2-unittest2): Update to 1.1.0. * gnu/packages/patches/python2-unittest2-remove-argparse.patch: New file. * gnu/local.mk: Add it.
2017-10-10gnu: Add python-traceback2.Cyril Roelandt
* gnu/packages/python.scm (python-traceback2, python2-traceback2): New variables.
2017-10-10gnu: Add python-linecache2.Cyril Roelandt
* gnu/packages/python.scm (python-linecache2, python2-linecache2): New variables.
2017-10-10gnu: python-netaddr: Fix the source URL.Cyril Roelandt
* gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL.
2017-10-10gnu: Add python2-aniso8601.Cyril Roelandt
* gnu/packages/python.scm (python2-aniso8601): New variable.
2017-10-10gnu: python-aniso8601: Update to 1.3.0.Cyril Roelandt
* gnu/packages/python.scm (python-aniso8601, python2-aniso8601): Update to 1.3.0.
2017-10-10gnu: python-alembic: Update to 0.9.5.Cyril Roelandt
* gnu/packages/python.scm (python-alembic, python2-alembic): Update to 0.9.5.
2017-10-10gnu: python-arrow: Update to 0.10.0.Cyril Roelandt
* gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
2017-10-10gnu: python-apispec: Update to 0.25.3.Cyril Roelandt
* gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
2017-10-08gnu: Add python-guzzle-sphinx-theme.Leo Famulari
* gnu/packages/python.scm (python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme): New variables. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-10-08gnu: Add missing input to python-py3status and fix call path.Tomáš Čech
file is used to determine configuration file encoding and py3status fails to start when this tool is missing. * gnu/packages/python.scm (python-py3status)[inputs]: Add file. [arguments]: Modify phases to patch py3status to call file with an absolute path.
2017-10-06Merge branch 'master' into stagingMarius Bakke
2017-10-05gnu: Add python-numpy-next.Ricardo Wurmus
* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New variables.
2017-10-05Revert "gnu: python-numpy: Update to 1.13.1."Ricardo Wurmus
This reverts commit 025b196d9b739418dd9d305864fdb1fb1d0d5af2. This is necessary as neither the current release nor the latest development version of python-pandas can be build with numpy 1.13.x.
2017-10-05Merge branch 'master' into stagingMarius Bakke