summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: python-k5test: Apply unreleased upstream fix.Lars-Dominik Braun2021-06-30
| | | | | | * gnu/packages/python-xyz.scm (python-k5test) [arguments]<#:phases>: Rename phase to reflect what it actually does, add another substitute* expression.
* gnu: python2-rpython: Remove package.zimoun2021-06-29
| | | | | | * gnu/packages/python-xyz.scm (python2-rpython): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python2-larch: Remove package.zimoun2021-06-29
| | | | | | * gnu/packages/python-xyz.scm (python2-larch): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Revert "gnu: Add python-ueberzug."Raghav Gururajan2021-06-28
| | | | | This reverts commit 1cc89f08b816f56e1bca25340e945b1cbb34f05d, as it was accidentally pushed.
* gnu: python-fire: Respect #:tests?Raghav Gururajan2021-06-28
| | | | | * gnu/packages/python-xyz.scm (python-fire)[arguments]: Respect #:tests? in the custom 'check' phase.
* gnu: Add python-ueberzug.LibreMiami2021-06-28
| | | | | | | * gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: jgart <jgart@dismail.de>
* gnu: Add python-fire.Danial Behzadi2021-06-26
| | | | | | * gnu/packages/python-xyz.scm (python-fire): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add python2-twodict.Raghav Gururajan2021-06-26
| | | | * gnu/packages/python-xyz.scm (python2-twodict): New variable.
* gnu: Add python-twodict.Raghav Gururajan2021-06-26
| | | | * gnu/packages/python-xyz (python-twodict): New variable.
* gnu: Add python-pykdtree.Vinicius Monego2021-06-23
| | | | * gnu/packages/python-xyz.scm (python-pykdtree): New variable.
* gnu: python-numpy, python-scipy: Remove dependency on lapack.Ludovic Courtès2021-06-22
| | | | | | | | | | | The dependency on lapack was unused; the LAPACK interface of OpenBLAS is used instead. The dependency on lapack was added in cba256f8faaa18457fc9b77e8b401f17b89bdd75 (numpy) and 719b01c1575b8599b0dca9f245a9d759032f3168 (scipy). * gnu/packages/python-science.scm (python-scipy)[inputs]: Remove LAPACK. * gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
* gnu: python-pikepdf: Update to 2.13.0.Nicolas Goaziou2021-06-22
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.13.0.
* gnu: python-pika: Update to 1.2.0.Marius Bakke2021-06-22
| | | | | | | | | * gnu/packages/python-xyz.scm (python-pika): Update to 1.2.0. [source]: Change to GIT-FETCH. [arguments]: New field. Override and disable tests. [native-inputs]: Remove PYTHON-PYEV. Add PYTHON-MOCK, PYTHON-NOSE, and PYTHON-GEVENT. (python2-pika): Remove variable.
* gnu: python-ddt: Update to 1.4.2.Ricardo Wurmus2021-06-22
| | | | * gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.2.
* gnu: python-pyyaml: Update to 5.4.1.Ricardo Wurmus2021-06-21
| | | | * gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.4.1.
* gnu: python-argh: Remove python-tox.Ricardo Wurmus2021-06-21
| | | | * gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox.
* gnu: python-miniboa: Update to 1.0.8.Arun Isaac2021-06-18
| | | | * gnu/packages/python-xyz.scm (python-miniboa): Update to 1.0.8.
* gnu: python-pygit2: Update to 1.6.0.Xinglu Chen2021-06-15
| | | | | | * gnu/packages/python-xyz.scm (python-pygit2): Update to 1.6.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: python-pyzmq: Update to 22.1.0.Vinicius Monego2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pyzmq: Enable tests.Vinicius Monego2021-06-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyzmq)[arguments]: Remove #:tests?. Add new 'build-extensions' phase to build Cython extensions before tests. [native-inputs]: Remove python-nose. Add python-cython and python-pytest. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-toolz: Update to 0.11.1.Vinicius Monego2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-toolz: Enable tests.Vinicius Monego2021-06-08
| | | | | | | | * gnu/packages/python-xyz.scm (python-toolz)[arguments]: Remove #:tests?. Override check phase. [native-inputs]: Add python-pytest. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ptpython: Update to 3.0.17.Vinicius Monego2021-06-08
| | | | | | | * gnu/packages/python-xyz.scm (ptpython): Update to 3.0.17. [propagated-inputs]: Add python-black. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-prompt-toolkit: Update to 3.0.18.Vinicius Monego2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.18. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python2-partd: Remove package.zimoun2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python2-partd): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python2-numpy-documentation: Remove package.zimoun2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python2-numpy-documentation): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python2-hdf4: Remove package.zimoun2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python2-hdf4): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python2-gridmap: Remove package.zimoun2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python2-gridmap): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python2-fastimport: Remove package.zimoun2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python2-fastimport): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python2-bigfloat: Remove package.zimoun2021-06-08
| | | | | | * gnu/packages/python-xyz.scm (python2-bigfloat): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-mappy: Move to (gnu packages bioinformatics).Efraim Flashner2021-06-08
| | | | | * gnu/packages/python-xyz.scm (python-mappy): Move to ... * gnu/packages/bioinformatics.scm: ... here.
* gnu: python-pikepdf: Update to 2.12.2.Nicolas Goaziou2021-06-07
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.2.
* gnu: Add python-rich.Ricardo Wurmus2021-06-07
| | | | * gnu/packages/python-xyz.scm (python-rich): New variable.
* gnu: python-dataclasses: Update to 0.8.Ricardo Wurmus2021-06-07
| | | | * gnu/packages/python-xyz.scm (python-dataclasses): Update to 0.8.
* gnu: python-attrs: Update to 21.2.0.Ricardo Wurmus2021-06-07
| | | | | * gnu/packages/python-xyz.scm (python-attrs): Update to 21.2.0. (python-attrs-bootstrap): Keep this at 19.3.0 to avoid mass rebuilds.
* gnu: python-attrs: Conditionally execute tests.Ricardo Wurmus2021-06-07
| | | | | * gnu/packages/python-xyz.scm (python-attrs)[arguments]: Wrap "check" phase in conditional expression.
* gnu: Add python-asn1tools.Hartmut Goebel2021-06-06
| | | | * gnu/packages/python-xyz.scm (python-asn1tools): New variable.
* gnu: Add python-sparse.Mădălin Ionel Patrașcu2021-06-06
| | | | * gnu/packages/python-xyz.scm(python-sparse): New variable.
* gnu: python-pypandoc: Use patched texlive-amsfonts.Ricardo Wurmus2021-06-05
| | | | | * gnu/packages/python-xyz.scm (python-pypandoc)[native-inputs]: Use texlive-amsfonts/patched.
* gnu: python-ipython-documentation: Use patched texlive-amsfonts.Ricardo Wurmus2021-06-05
| | | | | * gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]: Use texlive-amsfonts/patched.
* gnu: python-matplotlib-documentation: Use patched texlive-amsfonts.Ricardo Wurmus2021-06-05
| | | | | * gnu/packages/python-xyz.scm (python-matplotlib-documentation)[native-inputs]: Use texlive-amsfonts/patched.
* gnu: python-numpy-documentation: Use patched texlive-amsfonts.Ricardo Wurmus2021-06-05
| | | | | * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Use texlive-amsfonts/patched.
* gnu: python-anndata: Update to 0.7.6.Roel Janssen2021-06-04
| | | | * gnu/packages/python-xyz.scm (python-anndata): Update to 0.7.6.
* gnu: python-pydantic: Update to 1.8.2.Marius Bakke2021-06-04
| | | | | | | * gnu/packages/python-xyz.scm (python-pydantic): Update to 1.8.2. [arguments]: Disable some new tests. [native-inputs]: Add PYTHON-PYTEST-MOCK. [propagated-inputs]: Add PYTHON-TYPING-EXTENSIONS.
* gnu: Add python-sinfo.Roel Janssen2021-06-01
| | | | * gnu/packages/python-xyz.scm (python-sinfo): New variable.
* gnu: Add python-stdlib-list.Roel Janssen2021-06-01
| | | | * gnu/packages/python-xyz.scm (python-stdlib-list): New variable.
* gnu: Add python-easy-ansi.Stefan Reichör2021-05-31
| | | | | | * gnu/packages/python-xyz.scm (python-easy-ansi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-fastjsonschema: Update to 2.15.1.Tobias Geerinckx-Rice2021-05-30
| | | | * gnu/packages/python-xyz.scm (python-fastjsonschema): Update to 2.15.1.
* gnu: python-cookiecutter: Update to 1.7.3.Tobias Geerinckx-Rice2021-05-30
| | | | * gnu/packages/python-xyz.scm (python-cookiecutter): Update to 1.7.3.