summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2021-07-09gnu: Add python-recommonmark....* gnu/packages/python-xyz.scm (python-recommonmark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hugo Lecomte
2021-07-09gnu: Add python-escapism....* gnu/packages/python-xyz.scm (python-escapism): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Hugo Lecomte
2021-07-09gnu: python-seaborn: Update to 0.11.1....* gnu/packages/patches/python-seaborn-kde-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-seaborn): Use it, and update to 0.11.1. Ludovic Courtès
2021-07-09gnu: python-seaborn: Simplify 'start-xserver' phase....* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: In 'start-xserver' phase, assume "Xvfb" is in $PATH. Ludovic Courtès
2021-07-09gnu: python-seaborn: 'check' phase honors #:tests?....* gnu/packages/python-xyz.scm (python-seaborn)[arguments]: Change 'check' phase to honor #:tests?. Ludovic Courtès
2021-07-08gnu: python-watchgod: Respect "--without-tests"....* gnu/packages/python-xyz.scm (python-watchgod)[arguments]<#:phases>{check}: Respect #:tests?. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos
2021-07-08gnu: python-pymediainfo: Respect "--without-tests"....* gnu/packages/python-xyz.scm (python-pymediainfo)[arguments]<#:phases>{check}: Respect #:tests?. Don't bother returning #t as it isn't required anymore. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos
2021-07-08gnu: python-pikepdf: Update to 2.14.2....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.2. Nicolas Goaziou
2021-07-08mailmap: Update entries for Matthew James Kraai....* .mailmap: Change name for Matthew James Kraai. * gnu/packages/lisp-xyz.scm, gnu/packages/python-xyz.scm, gnu/packages/rust.scm: Likewise. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Matthew James Kraai
2021-07-08gnu: python-pikepdf: Update to 2.14.1....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1. Nicolas Goaziou
2021-07-06gnu: Add python-ueberzug....* gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: jgart <jgart@dismail.de> Raghav Gururajan
2021-07-05gnu: python2-pyzmq: Remove package....* gnu/packages/python-xyz.scm (python2-pyzmq): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> zimoun
2021-07-05gnu: python2-toolz: Remove package....* gnu/packages/python-xyz.scm (python2-toolz): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> zimoun
2021-07-05gnu: python2-nbformat: Remove package....Follow the remove of 'python2-jupyter-core' by commit a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b. * gnu/packages/python-xyz.scm (python2-nbformat): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> zimoun
2021-07-05gnu: python2-ipython: Remove package....Commit a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b removed the variable 'python2-jupyer-core' which breaks the dependency 'python2-nbformat'. * gnu/packages/python-xyz.scm (python2-ipython): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> zimoun
2021-07-05gnu: python2-jupyter-client: Remove package....* gnu/packages/python-xyz.scm (python2-jupyter-client): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> zimoun
2021-07-05gnu: python2-nbconvert: Remove package....* gnu/packages/python-xyz.scm (python2-nbconvert): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> zimoun
2021-06-30gnu: python-k5test: Apply unreleased upstream fix....* gnu/packages/python-xyz.scm (python-k5test) [arguments]<#:phases>: Rename phase to reflect what it actually does, add another substitute* expression. Lars-Dominik Braun
2021-06-29gnu: python2-rpython: Remove package....* gnu/packages/python-xyz.scm (python2-rpython): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2021-06-29gnu: python2-larch: Remove package....* gnu/packages/python-xyz.scm (python2-larch): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2021-06-28Revert "gnu: Add python-ueberzug."...This reverts commit 1cc89f08b816f56e1bca25340e945b1cbb34f05d, as it was accidentally pushed. Raghav Gururajan
2021-06-28gnu: python-fire: Respect #:tests?...* gnu/packages/python-xyz.scm (python-fire)[arguments]: Respect #:tests? in the custom 'check' phase. Raghav Gururajan
2021-06-28gnu: Add python-ueberzug....* gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: jgart <jgart@dismail.de> LibreMiami
2021-06-26gnu: Add python-fire....* gnu/packages/python-xyz.scm (python-fire): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Danial Behzadi
2021-06-26gnu: Add python2-twodict....* gnu/packages/python-xyz.scm (python2-twodict): New variable. Raghav Gururajan
2021-06-26gnu: Add python-twodict....* gnu/packages/python-xyz (python-twodict): New variable. Raghav Gururajan
2021-06-23gnu: Add python-pykdtree....* gnu/packages/python-xyz.scm (python-pykdtree): New variable. Vinicius Monego
2021-06-22gnu: python-numpy, python-scipy: Remove dependency on lapack....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. Ludovic Courtès
2021-06-22gnu: python-pikepdf: Update to 2.13.0....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.13.0. Nicolas Goaziou
2021-06-22gnu: python-pika: Update to 1.2.0....* 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. Marius Bakke
2021-06-22gnu: python-ddt: Update to 1.4.2....* gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.2. Ricardo Wurmus
2021-06-21gnu: python-pyyaml: Update to 5.4.1....* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.4.1. Ricardo Wurmus
2021-06-21gnu: python-argh: Remove python-tox....* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox. Ricardo Wurmus
2021-06-18gnu: python-miniboa: Update to 1.0.8....* gnu/packages/python-xyz.scm (python-miniboa): Update to 1.0.8. Arun Isaac
2021-06-15gnu: python-pygit2: Update to 1.6.0....* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.6.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Xinglu Chen
2021-06-14gnu: Rename qtbase to qtbase-5....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. Maxim Cournoyer
2021-06-08gnu: python-pyzmq: Update to 22.1.0....* gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.1.0. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-06-08gnu: python-pyzmq: Enable tests....* 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> Vinicius Monego
2021-06-08gnu: python-toolz: Update to 0.11.1....* gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.1. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-06-08gnu: python-toolz: Enable tests....* 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> Vinicius Monego
2021-06-08gnu: ptpython: Update to 3.0.17....* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.17. [propagated-inputs]: Add python-black. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-06-08gnu: python-prompt-toolkit: Update to 3.0.18....* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.18. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego
2021-06-08gnu: python2-partd: Remove package....* gnu/packages/python-xyz.scm (python2-partd): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> zimoun
2021-06-08gnu: python2-numpy-documentation: Remove package....* gnu/packages/python-xyz.scm (python2-numpy-documentation): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> zimoun
2021-06-08gnu: python2-hdf4: Remove package....* gnu/packages/python-xyz.scm (python2-hdf4): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> zimoun
2021-06-08gnu: python2-gridmap: Remove package....* gnu/packages/python-xyz.scm (python2-gridmap): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> zimoun
2021-06-08gnu: python2-fastimport: Remove package....* gnu/packages/python-xyz.scm (python2-fastimport): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> zimoun
2021-06-08gnu: python2-bigfloat: Remove package....* gnu/packages/python-xyz.scm (python2-bigfloat): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> zimoun
2021-06-08gnu: python-mappy: Move to (gnu packages bioinformatics)....* gnu/packages/python-xyz.scm (python-mappy): Move to ... * gnu/packages/bioinformatics.scm: ... here. Efraim Flashner
2021-06-07gnu: python-pikepdf: Update to 2.12.2....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.2. Nicolas Goaziou