summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: Add python2-larch.Arun Isaac2017-03-09
| | | | | | * gnu/packages/python.scm (python2-larch): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python2-tracing.Arun Isaac2017-03-09
| | | | | | * gnu/packages/python.scm (python2-tracing): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python2-ttystatus.Arun Isaac2017-03-09
| | | | | | * gnu/packages/python.scm (python2-ttystatus): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python2-cliapp.Arun Isaac2017-03-09
| | | | | | * gnu/packages/python.scm (python2-cliapp): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-numpy-documentation: Use full git commit hash in submodule.Marius Bakke2017-03-09
| | | | | | * gnu/packages/python.scm (python-numpy-documentation, python2-numpy-documentation)[native-inputs]: Update hash of SCIPY-SPHINX-THEME. Fix indentation of a line.
* gnu: Remove obsolete numpy comment.Marius Bakke2017-03-09
| | | | * gnu/packages/python.scm: Remove comment.
* gnu: python-pandas: Fix build on 32-bit.Marius Bakke2017-03-08
| | | | | | * 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.
* gnu: Add python-faker.Marius Bakke2017-03-08
| | | | | | | | | | | | * gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Adjust paths. Also rename to ... * gnu/packages/patches/python-faker-fix-build-32bit.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-faker, python2-faker): New variables. (python-fake-factory)[properties]: Superseded by PYTHON-FAKER. (python2-fake-factory)[properties]: Superseded by PYTHON2-FAKER. (python-orator, python2-orator)[propagated-inputs]: Replace PYTHON-FAKE-FACTORY with PYTHON-FAKER.
* gnu: python-matplotlib-documentation: Fix build.Thomas Danckaert2017-03-08
| | | | | | | | * gnu/packages/python.scm (python-matplotlib-documentation)[native-inputs]: Add python-mock and graphviz. [arguments]: Use separate build and install phases; correctly set latex paper size. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-rpy2: Propagate python2-singledispatch.Pjotr Prins2017-03-07
| | | | | | | * gnu/packages/python.scm (python-rp2)[native-inputs]: Rename to... [propagated-inputs]: ... this. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-colorspacious: Run tests.Thomas Danckaert2017-03-06
| | | | | | | | * gnu/packages/python.scm (python-colorspacious, python2-colorspacious)[native-inputs]: Add python-nose. [arguments]: Add custom 'check phase which runs nosetests. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Remove python-sphinx-1.2.3.Thomas Danckaert2017-03-06
| | | | | | * gnu/packages/python.scm (python-sphinx-1.2.3, python2-sphinx-1.2.3): Remove variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-pandas: Update to 0.19.2.Marius Bakke2017-03-06
| | | | | * gnu/packages/python.scm (python-pandas, python2-pandas): Update to 0.19.2. [source]: Use 'pypi-uri'.
* gnu: python-matplotlib: Update to 2.0.0.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Update to 2.0.0. [source]: Remove Tk backend patch, use Github instead of Sourceforge. [outputs]: Remove "doc" output. [inputs]: Add python-pyqt. [propagated-inputs]: Add python-cycler. [native-inputs]: Remove python-sphinx, python-numpydoc, texlive and texinfo. (python2-matplotlib)[native-inputs]: Add python2-functools32 and python2-subprocess32. (python-matplotlib-documentation, python2-matplotlib-documentation): New variables. * gnu/packages/patches/matplotlib-setupext-tk.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python2-subprocess32.Marius Bakke2017-03-06
| | | | | | * gnu/packages/python.scm (python2-subprocess32): New variable. * gnu/packages/patches/python2-subprocess32-disable-input-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: python-numpy: Update to 1.12.0.Thomas Danckaert2017-03-06
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.12.0. [source]: Use github instead of sourceforge. [native-inputs]: Add python-cython. To simplify the handling of dependency cycles (numpy documentation depends on matplotlib, which depends on numpy), we split out the documentation into a separate package: (python-numpy-bootstrap, python2-numpy-bootstrap): Remove variables. (python-numpy-documentation, python2-numpy-documentation): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-setuptools-scm: Update to 1.15.0.Troy Sankey2017-03-06
| | | | | | * gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python2-backports-shutil-get-terminal-size: Enable tests.Marius Bakke2017-03-06
| | | | | | | * gnu/packages/python.scm (python2-backports-shutil-get-terminal-size)[arguments]: Replace 'check' phase with custom command. [native-inputs]: Add PYTHON2-PYTEST.
* gnu: python-ipython: Update to 5.2.2.Thomas Danckaert2017-03-06
| | | | | | | | | | * gnu/packages/python.scm (python-ipython): Update to 5.2.2. [propagated-inputs]: Add pyhon-prompt-toolkit and python-nbformat. (python2-ipython) [arguments]: Enable tests. [propagated-inputs]: Add python2-backports-shutil-get-terminal-size. [native-inputs]: Add graphviz. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: python-scipy: Update to 0.18.1.Thomas Danckaert2017-03-06
| | | | | | | | * gnu/packages/python.scm (python-scipy): Update to 0.18.1. [source]: Use github instead of sourceforge. [native-inputs]: Add python-cython. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: python-testpath: Fix library location for python2 version.Thomas Danckaert2017-03-06
| | | | | | | * gnu/packages/python.scm (python-testpath)[arguments]: Install module in the proper "lib/pythonx.y" location for all Python versions. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add python-colorspacious.Thomas Danckaert2017-03-06
| | | | | | | * gnu/packages/python.scm (python-colorspacious, python2-colorspacious): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add python2-backports-shutil-get-terminal-size.Thomas Danckaert2017-03-06
| | | | | | | * gnu/packages/python.scm (python2-backports-shutil-get-terminal-size): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* Merge branch 'python-tests'Marius Bakke2017-03-03
|\
| * Merge branch 'master' into python-testsMarius Bakke2017-02-27
| |\
| * | gnu: python-fake-factory: Fix build on 32bit.Marius Bakke2017-02-24
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-fake-factory, python2-fake-factory)[source]: Use it.
| * | gnu: python-pyicu: Fix build.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pyicu, python2-pyicu)[arguments]: New field. Add phase to delete locale-dependent test.
| * | gnu: python-scikit-learn: Fix test failure.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn)[arguments]: Use 'modify-phases'. Move 'check' phase after 'install' and incorporate 'set-HOME' phase.
| * | gnu: python-scipy: Declare python2-variant.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | | | | This is a followup to a50e03014177d2f00b5b85d3e1c295406f842016. * gnu/packages/python.scm (python-scipy)[properties]: New field.
| * | gnu: python-flake8-polyfill: Enable tests.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-flake8-polyfill, python2-flake8-polyfill)[native-inputs]: Add PYTHON-FLAKE8, PYTHON-MOCK, PYTHON-PYCODESTYLE and PYTHON-PYTEST. New field. [arguments]: Replace 'check' phase with custom command.
| * | gnu: python-flask-wtf: Drop failing test.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-flask-wtf, python2-flask-wtf)[arguments]: Add phase to delete file that needs network access.
| * | gnu: python-pbkdf2: Fix tests.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pbkdf2)[arguments]: Replace 'check' phase with custom command.
| * | gnu: python-sphinx: Propagate python-requests.Marius Bakke2017-02-19
| | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx)[native-inputs]: Move PYTHON-REQUESTS to ... [propagated-inputs]: ... here.
| * | gnu: python-pbr: Support python-sphinx>=1.2.1.Danny Milosavljevic2017-02-18
| | | | | | | | | | | | | | | * gnu/packages/patches/python-pbr-fix-man-page-support.patch: New file. * gnu/packages/python.scm (python-pbr-minimal): Use the new patch file.
| * | gnu: python-qrcode: Disable tests.Marius Bakke2017-02-15
| | | | | | | | | | | | * gnu/packages/python.scm (python-qrcode, python2-qrcode)[arguments]: New field.
| * | gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.Marius Bakke2017-02-15
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme)[arguments]: New field.
| * | gnu: python-sphinx-repoze-autointerface: Disable tests.Marius Bakke2017-02-15
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface)[arguments]: New field.
| * | gnu: python-sphinx-rtd-theme: Disable tests.Marius Bakke2017-02-15
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme)[arguments]: New field.
| * | gnu: python-sphinxcontrib-newsfeed: Disable tests.Marius Bakke2017-02-15
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinxcontrib-newsfeed python2-sphinxcontrib-newsfeed)[arguments]: New field.
| * | gnu: python-sphinxcontrib-programoutput: Disable tests.Marius Bakke2017-02-15
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput)[arguments]: New field.
| * | gnu: python-tabulate: Disable tests.Marius Bakke2017-02-15
| | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-tabulate)[arguments]: New field. [native-inputs]: Remove. [source]: Remove test substitution snippet.
| * | gnu: awscli: Explicitly disable tests.Marius Bakke2017-02-14
| | | | | | | | | | | | | | | * gnu/packages/python.scm (awscli)[arguments]: New field. [native-inputs]: Remove.
| * | gnu: python-mako: Fix tests.Marius Bakke2017-02-14
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-mako, python2-mako)[native-inputs]: Add PYTHON-PYTEST.
| * | gnu: python-openid-teams: Disable tests.Marius Bakke2017-02-14
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-openid-teams, python2-openid-teams)[arguments]: New field.
| * | gnu: python-openid-cla: Disable tests.Marius Bakke2017-02-14
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-openid-cla, python2-openid-cla)[arguments]: New field.
| * | gnu: python-pygit2: Skip tests requiring network access.Marius Bakke2017-02-14
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pygit2, python2-pygit2)[source](patches): New field. * gnu/packages/patches/python-pygit2-disable-network-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * | gnu: python-trollius-redis: Disable tests.Marius Bakke2017-02-13
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-trollius-redis, python2-trollius-redis)[arguments]: New field.
| * | Merge branch 'master' into python-testsMarius Bakke2017-02-13
| |\ \
| * | | gnu: python-scipy, python-matplotlib: Fix build after Sphinx update.Marius Bakke2017-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-sphinx-1.2.3, python2-sphinx-1.2.3): New variables. (python-matplotlib)[native-inputs]: Change 'python-sphinx' to 'python-sphinx-1.2.3'. (python2-matplotlib)[native-inputs]: New field. (python-scipy)[native-inputs]: Change 'python-sphinx' to 'python-sphinx-1.2.3'. (python2-scipy)[native-inputs]: New field.
| * | | gnu: python-scipy: Fix expression after changing to 'modify-phases'.Marius Bakke2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 16ca6aaac867862ea6d84c5888bfc59099f335a0. * gnu/packages/python.scm (python-scipy)[arguments]: Fix parens.