summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: python-pep8: Patch to fix test failure with Python 3.7.Christopher Baines2019-07-14
| | | | | | | | Patch from the upstream repository, see https://github.com/PyCQA/pycodestyle/issues/786 for more details. * gnu/packages/patches/python-pep8-stdlib-tokenize-compat.patch: New file. * gnu/packages/python-xyz.scm (python-pep8)[source]: Add it.
* gnu: python-cython: Speed up test suite.Marius Bakke2019-07-13
| | | | | * gnu/packages/python-xyz.scm (python-cython)[arguments]: In the CHECK phase, disable compiler optimizations and enable (some) parallel tests.
* gnu: python2-cython: Fix failing test.Marius Bakke2019-07-13
| | | | | | | This started failing because Python no longer bundles libexpat since commit d1659c0fb27c4f71c8ddc6a85d3cd9f3a10cca97. * gnu/packages/python-xyz.scm (python2-cython)[arguments]: New field.
* Merge branch 'master' into core-updatesMarius Bakke2019-07-12
|\ | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/python-xyz.scm gnu/packages/xml.scm guix/gexp.scm po/guix/POTFILES.in
| * Merge branch 'master' into stagingMarius Bakke2019-07-10
| |\
| | * gnu: Add python-dbfread.Pierre Langlois2019-07-07
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-dbfread): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | Merge branch 'master' into stagingMarius Bakke2019-07-07
| |\|
| | * gnu: python-soupsieve: Update to 1.9.2.Marius Bakke2019-07-06
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.2.
| | * gnu: python-setuptools: Update to 41.0.1.Brian Leung2019-07-06
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-setuptools): Update to 41.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| | * gnu: python-olefile: Update to 0.46.Marius Bakke2019-07-06
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-olefile): Update to 0.46. [source]: Switch to release tarball instead of git snapshot.
| | * gnu: Add python2-zeroconf.Alex Griffin2019-07-04
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-zeroconf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add python2-pyroute2.Alex Griffin2019-07-04
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-pyroute2): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add python-notify2, python2-notify2.Alex Griffin2019-07-04
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-notify2): New variable. (python2-notify2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: python-pyicu: Update to 2.3.1.Marius Bakke2019-07-11
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pyicu): Update to 2.3.1.
* | | gnu: python-cram: Fix build.Marius Bakke2019-07-10
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cram)[arguments]: Do not require 100% test coverage. While here, do not move the 'check' phase, as PYTHON-BUILD-SYSTEM now runs tests after install by default.
* | | gnu: python-pluggy: Update to 0.11.0.Marius Bakke2019-07-08
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.
* | | gnu: python-pillow: Update to 6.1.0.Marius Bakke2019-07-06
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pillow): Update to 6.1.0.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-07-04
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-07-04
| |\|
| | * gnu: python-pygit2: Update to 0.28.2.Julien Lepiller2019-07-03
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.2.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-07-02
|\| |
| * | gnu: python-mako: Update to 1.0.13.Marius Bakke2019-07-02
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-mako): Update to 1.0.13.
| * | gnu: python-pycparser: Update to 2.19.Marius Bakke2019-07-02
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pycparser): Update to 2.19. [arguments]: End phases on #t.
| * | gnu: python-cython: Update to 0.29.11.Marius Bakke2019-06-30
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.11.
| * | Merge branch 'master' into stagingMarius Bakke2019-06-29
| |\|
* | | gnu: python-more-itertools: Update to 7.1.0.Marius Bakke2019-06-30
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-more-itertools): Update to 7.1.0.
* | | Merge branch 'master' into core-updatesLudovic Courtès2019-06-27
|\ \ \ | | |/ | |/|
| * | gnu: python-pathpy: Update to 11.5.0.Ricardo Wurmus2019-06-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pathpy): Update to 11.5.0. [outputs]: Add separate "doc" output. [native-inputs]: Add python-jaraco-packaging. [arguments]: Enable tests; uncomment "build-doc" and "install-doc" phases; replace "check" phase to skip flaky test.
| * | gnu: Add python-jaraco-packaging.Ricardo Wurmus2019-06-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-jaraco-packaging): New variable.
| * | gnu: Add python-importlib-metadata.Ricardo Wurmus2019-06-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-importlib-metadata): New variable.
| * | gnu: Add python-setuptools-git.Ricardo Wurmus2019-06-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-setuptools-git): New variable.
| * | gnu: Add python-contextlib2.Ricardo Wurmus2019-06-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-contextlib2): New variable.
| * | gnu: Add python-pathlib2.Ricardo Wurmus2019-06-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pathlib2): New variable.
| * | gnu: Add python-bsddb3Guillaume LE VAILLANT2019-06-26
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-bsddb3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | gnu: Add python-typed-ast.Maxim Cournoyer2019-06-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-typed-ast): New variable.
| * | gnu: python-stem: Update to 1.7.1.Alex Vong2019-06-25
| | | | | | | | | | | | * gnu/packages/python.scm (python-stem): Update to 1.7.1.
| * | gnu: python-dask: Update to 1.2.2.Tobias Geerinckx-Rice2019-06-22
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-dask): Update to 1.2.2.
| * | gnu: python-twisted: Update to 19.2.1.Tobias Geerinckx-Rice2019-06-22
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.1.
| * | gnu: python-astunparse: Update to 1.6.2.Tobias Geerinckx-Rice2019-06-22
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.2.
| * | gnu: python-robotframework: Update to 3.1.2.Tobias Geerinckx-Rice2019-06-22
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework): Update to 3.1.2.
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-06-20
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into stagingMarius Bakke2019-06-20
| |\|
| | * gnu: python-unidecode: Update to 1.1.0.Marius Bakke2019-06-20
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-unidecode): Update to 1.1.0.
| | * gnu: python-jupyter-console: Update to 6.0.0.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.0.0. [arguments]: Enable tests. [propagated-inputs]: Replace python-prompt-toolkit-1 with python-prompt-toolkit.
| | * gnu: python2-jupyter-console: Split from python-jupyter-console.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-jupyter-console): Implement without package-with-python2.
| | * gnu: python-botocore: Update to 1.12.149.Ricardo Wurmus2019-06-19
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149. [native-inputs]: Add python-urllib3.
| | * gnu: Add python-matplotlib-venn.Ricardo Wurmus2019-06-18
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib-venn): New variable.
| | * gnu: python-ipython: Update to 7.5.0Ricardo Wurmus2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-ipython): Do not inherit from python-ipython. [outputs]: Remove separate "doc" output. [native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec, texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts, texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ, texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap, texlive-latex-float, texlive-latex-framed, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools, texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip, texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs, texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and texlive-latex-wrapfig. [arguments]: Remove "install-doc" phase; rename "fix-tests" phase to "delete-broken-tests" and adjust. (python-ipython): Update to 7.5.0. [outputs]: Remove separate "doc" output. [propagated-inputs]: Add python-backcall and python-jedi; replace python-prompt-toolkit-1 with python-prompt-toolkit. [native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec, texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts, texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ, texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap, texlive-latex-float, texlive-latex-framed, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools, texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip, texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs, texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and texlive-latex-wrapfig. [arguments]: Remove "install-doc" phase; simplify "fix-tests" phase. [properties]: Remove. (python-ipython-documentation): New variable.
| | * gnu: python-ipykernel: Update to 5.1.1.Ricardo Wurmus2019-06-18
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.1.1.
| | * gnu: python2-ipykernel: Split from python-ipykernel.Ricardo Wurmus2019-06-18
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-ipykernel): Define without package-with-python2.