summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* 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.
* 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.
* 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.
* 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>
* gnu: Add python-folium.Nicolas Goaziou2019-08-20
| | | | * gnu/packages/python-xyz.scm (python-folium): New variable.
* 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.
* | | gnu: python-cython: Speed up test suite.Marius Bakke2019-08-04
| |/ |/| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cython)[arguments]: In the CHECK phase, disable compiler optimizations and enable (some) parallel tests. (cherry picked from commit e9194eb04896165f15830862c42673e96bc5c5f7)
* | gnu: python-glances: Please ‘guix lint’.Tobias Geerinckx-Rice2019-07-31
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-glances)[synopsis]: Remove article. [description]: Double-space between sentences.
* | gnu: python-glances: Don't check for updates by default.Tobias Geerinckx-Rice2019-07-31
| | | | | | | | * gnu/packages/python-xyz.scm (python-glances)[source]: Add snippet.
* | gnu: python-glances: Update to 3.1.1.Tobias Geerinckx-Rice2019-07-31
|/ | | | | * gnu/packages/python-xyz.scm (python-glances): Update to 3.1.1. [propagated-inputs]: Add python-future.
* gnu: mallard-ducktype: Update to 1.0.2.Jack Hill2019-07-23
| | | | | | * gnu/packages/python-xyz.scm (mallard-ducktype) Update to 1.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mallard-ducktype: Run tests.Efraim Flashner2019-07-22
| | | | | * gnu/packages/python-xyz.scm (mallard-ducktype)[arguments]: Replace 'check phase to run test suite.
* gnu: python-jupyter-client: Patch file name of 'ip'.Ludovic Courtès2019-07-20
| | | | | * gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Add #:phases. [inputs]: New field.
* gnu: python-pathlib2: Fix synopsis typo.Tobias Geerinckx-Rice2019-07-17
| | | | * gnu/packages/python-xyz.scm (synopsis): Fix typo.
* gnu: python-ipykernel: Record absolute file name of 'python'.Ludovic Courtès2019-07-17
| | | | | * gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Add 'set-python-file-name' phase.
* gnu: python-swagger-spec-validator: Update to 2.4.3.Danny Milosavljevic2019-07-17
| | | | | | * gnu/packages/python-xyz.scm (python-swagger-spec-validator): Update to 2.4.3. [native-inputs]: Add python-pyyaml.
* gnu: python-matplotlib: Do not propagate GTK+ or python-pyqt.Ricardo Wurmus2019-07-16
| | | | | | * gnu/packages/python-xyz.scm (python-matplotlib)[propagated-inputs]: Remove gtk+ and python-pyqt. [arguments]: Adjust configure-environment phase.
* gnu: Add python-progressbar33.Ricardo Wurmus2019-07-15
| | | | * gnu/packages/python-xyz.scm (python-progressbar33): New variable.
* gnu: python-texttable: Update to 0.9.1.Jacob MacDonald2019-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-texttable): Update to 0.9.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-idna-2.7.Jacob MacDonald2019-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-idna-2.7): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>