summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
|\
| * gnu: python-traitlets: Update to 4.3.3.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/python-xyz.scm (python-traitlets): Update to 4.3.3.
| * gnu: python-importlib-metadata: Update to 0.23.Tobias Geerinckx-Rice2019-10-05
| | | | | | | | * gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 0.23.
| * gnu: Add python-license-expression.Tobias Geerinckx-Rice2019-10-01
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-license-expression): New public variable.
| * gnu: Add python-boolean.py.Tobias Geerinckx-Rice2019-10-01
| | | | | | | | * gnu/packages/python-xyz.scm (python-boolean.py): New public variable.
* | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\|
| * gnu: Add python-distro.Hartmut Goebel2019-09-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-distro): New variable.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\|
| * gnu: Add python-bibtexparser.Wiktor Żelazny2019-09-21
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-bibtexparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-jsbeautifier.Vagrant Cascadian2019-09-19
| | | | | | | | | | | | * gnu/packages/python-xyz (python-jsbeautifier): New variable. * gnu/packages/diffoscope (diffoscope)[native-arguments]: Add python-jsbeautifier. [arguments]: Add python-jsbeautifier to add-known-tools phase.
| * gnu: Add python-editorconfig.Vagrant Cascadian2019-09-19
| | | | | | | | * gnu/packages/python-xyz (python-editorconfig): New variable.
| * gnu: Add python-binwalk.Vagrant Cascadian2019-09-19
| | | | | | | | | | | | * gnu/packages/python-xyz (python-binwalk): New variable. * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-binwalk for tests.
| * gnu: python-matplotlib: Use https in home-page.Efraim Flashner2019-09-19
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib)[home-page]: Update to use https.
| * gnu: python2-matplotlib: Update to 2.2.4.Efraim Flashner2019-09-19
| | | | | | | | * gnu/packages/python-xyz.scm (python2-matplotlib): Update to 2.2.4.
| * gnu: python2-matplotlib: Fix jquery-ui install path.Efraim Flashner2019-09-19
| | | | | | | | | | * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Override custom 'install-jquery-ui phase to install in the appropriate directory.
| * gnu: python2-matplotlib: Disable tests.Efraim Flashner2019-09-19
| | | | | | | | | | * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Skip the custom 'check phase.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: python-matplotlib-documentation: Add missing input.Ricardo Wurmus2019-09-13
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib-documentation)[native-inputs]: Add python-sphinx-copybutton. (python2-matplotlib-documentation)[native-inputs]: Remove python-sphinx-copybutton.
| * gnu: python-matplotlib: Update to 3.1.1.Ricardo Wurmus2019-09-13
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.1.1. [native-inputs]: Remove python-nose; add python-pytest and unzip; add jquery-ui. [arguments]: Add build phases "fix-and-disable-failing-tests" and "install-jquery-ui", and move the "check" phase after the "install" phase; use the default backend in setup.cfg. (python2-matplotlib): Keep at version 2.2.3. (python-matplotlib-documentation)[arguments]: Remove "check" phase.
| * gnu: python-pathpy: Add a missing propagated input.Maxim Cournoyer2019-09-13
| | | | | | | | | | | | | | This fixes the build of 'python-pytest-shutil', amongst others. * gnu/packages/python-xyz.scm (python-pathpy)[propagated-inputs]: Add python-importlib-metadata.
| * gnu: python-language-server: Update to 0.28.3-1.c3cab77.Brian Leung2019-09-12
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.3-1.c3cab77. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: python-ipython-documentation: Make reproducible.Ricardo Wurmus2019-09-11
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37373/>. * gnu/packages/python-xyz.scm (python-ipython)[arguments]: Add phase "make-docs-reproducible" to remove timestamps from documentation generated in dependent python-ipython-documentation package.
| * gnu: python-jedi: Update to 0.15.1 and re-enable tests.Maxim Cournoyer2019-09-11
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-jedi): Update to 0.15.1; re-enable tests.
| * gnu: python-parso: Run the test suite.Maxim Cournoyer2019-09-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.
| * gnu: python-parso: Update to 0.5.1.Maxim Cournoyer2019-09-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-parso): Update to 0.5.1.
| * gnu: python-language-server: Update to 0.28.1.Brian Leung2019-09-11
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-debian: Update to 0.1.36.Vagrant Cascadian2019-09-07
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz (python-debian): Update to 0.1.36. [source]: Switch to using git-fetch. [arguments]: Add phase to delete tests depending on tools not yet present in guix. [propagated-inputs]: Add python-chardet.
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\|
| * gnu: python-scipy: Update to 1.3.1.Ricardo Wurmus2019-09-07
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-scipy): Update to 1.3.1. (python2-scipy): Keep at version 1.2.2.
| * gnu: python-pybtex: Update to 0.22.2.Tobias Geerinckx-Rice2019-08-30
| | | | | | | | * gnu/packages/python-xyz.scm (python-pybtex): Update to 0.22.2.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: python-wrapt: Update to 1.11.2.Marius Bakke2019-08-29
| | | | | | | | * gnu/packages/python-xyz.scm (python-wrapt): Update to 1.11.2.
| * gnu: Add python-elementpath.Giacomo Leidi2019-08-27
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-elementpath): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-pip: Update to 19.2.1.Nicolas Goaziou2019-08-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
| * gnu: python-pillow: Update to 6.1.0.Nicolas Goaziou2019-08-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pillow): Update to 6.1.0.
| * gnu: Add python-pyroutelib3.Nicolas Goaziou2019-08-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyroutelib3): New variable.
| * gnu: python-twisted: Update to 19.7.0.Tobias Geerinckx-Rice2019-08-24
| | | | | | | | * gnu/packages/python-xyz.scm (python-twisted): Update to 19.7.0.
| * gnu: jube: Fix license.Ludovic Courtès2019-08-23
| | | | | | | | * gnu/packages/python-xyz.scm (jube)[license]: Change to GPL3+.
| * gnu: Add JUBE.Ludovic Courtès2019-08-23
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (jube): New variable. Co-authored-by: Florent Pruvost <florent.pruvost@inria.fr>
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
|\|
| * gnu: Add python-folium.Nicolas Goaziou2019-08-20
| | | | | | | | * gnu/packages/python-xyz.scm (python-folium): New variable.
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * Revert "gnu: python-packaging: Update to 19.1."Marius Bakke2019-08-11
| | | | | | | | | | | | The new version fails tests on architectures other than x86_64. This reverts commit cb16a9fba9f1b28bde63daaa1bf241c130d2caad.
| * Merge branch 'master' into stagingMarius Bakke2019-08-08
| |\
| | * Merge remote-tracking branch 'origin/master' into wip-texliveRicardo Wurmus2019-08-06
| | |\
| | * | gnu: Replace uses of texlive-*-amsfonts.Ricardo Wurmus2019-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-fonts-amsfonts and texlive-latex-amsfonts with texlive-amsfonts in texlive-union. * gnu/packages/docbook.scm (dblatex)[inputs]: Same. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Same. * gnu/packages/python-xyz.scm (python-numpy-documentation, python-matplotlib-documentation, python-ipython-documentation) [native-inputs]: Same. * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Same. * gnu/packages/tex.scm (teximpatient)[native-inputs]: Same.
| * | | gnu: python-mako: Update to 1.1.0.Marius Bakke2019-08-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-mako): Update to 1.1.0. [arguments]: New field. [native-inputs]: Remove PYTHON-NOSE.
| * | | gnu: python-packaging: Update to 19.1.Marius Bakke2019-08-04
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-packaging): Update to 19.1.
| * | | gnu: python-mako: Update to 1.0.14.Marius Bakke2019-08-04
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-mako): Update to 1.0.14.
| * | | gnu: python-cython: Update to 0.29.13.Marius Bakke2019-08-04
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.13.