summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2021-09-18gnu: python-ipython: Update to 7.27.0....* gnu/packages/python-xyz.scm (python-ipython): Update to 7.27.0. [inputs]: Add matplotlib-inline. [arguments]: Update 'fix-tests' phase to disable "pylabtools" test. Guillaume Le Vaillant
2021-09-18gnu: Add python-matplotlib-inline....* gnu/packages/python-xyz.scm (python-matplotlib-inline): New variable. Guillaume Le Vaillant
2021-09-17Merge branch 'master' into core-updates-frozen... Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm Marius Bakke
2021-09-16gnu: Remove python2-natsort....This package currently fails to build and has no users in Guix. * gnu/packages/python-xyz.scm (python2-natsort): Remove variable. (python-natsort)[properties]: Remove. Marius Bakke
2021-09-16gnu: python-relatorio: Update to 0.10.0....* gnu/packages/python-xyz.scm (python-relatorio): Update to 0.10.0. Hartmut Goebel
2021-09-15gnu: python-natsort: Update to 7.1.1....* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1. [arguments]: Remove obsolete phase. Marius Bakke
2021-09-14gnu: Add python-crontab....* gnu/packages/python-xyz.scm (python-crontab): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Pradana Aumars
2021-09-13gnu: Add texlive-pdftex....* gnu/packages/chez.scm (texlive-pdftex): New variable. (texlive-generic-pdftex): Deprecate in favor of texlive-pdftex. (teximpatient)[native-inputs]: Replace texlive-generic-pdftex with texlive-pdftex. (texlive-latex-pdfx)[propagated-inputs]: Same. * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Same. (python-matplotlib-documentation)[native-inputs]: Same. (python-ipython-documentation)[native-inputs]: Same. * gnu/packages/chez.scm (chez-web)[native-inputs]: Same. (chez-sockets)[native-inputs]: Same. Ricardo Wurmus
2021-09-11gnu: python-stem: Fix tests wth python 3.9....* gnu/packages/python-xyz.scm (python-stem)[arguments]: Add 'fix-tests' phase. Guillaume Le Vaillant
2021-09-11gnu: python-faker: Update to 8.12.1....* gnu/packages/python-xyz.scm (python-faker): Update to 8.12.1. Guillaume Le Vaillant
2021-09-11gnu: python-random2: Fix building with python 3.9....* gnu/packages/patches/python-random2-getrandbits-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-random2)[source]: Use it. Guillaume Le Vaillant
2021-09-09Revert "gnu: python-pikepdf: Update to 3.0.0."...This reverts commit 14bcd6804ffe14613847bf093cc451cedddb02cc. The library fails to build. Nicolas Goaziou
2021-09-09gnu: python-decorator: Update to 5.0.9....* gnu/packages/python-xyz.scm (python-decorator): Update to 5.0.9. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Daniel Meißner
2021-09-09gnu: python-pikepdf: Update to 3.0.0....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 3.0.0. Nicolas Goaziou
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-06gnu: Use the non-deprecated TeX packages....This commit leaves 'dblatex' and 'texlive-hyperref' as users of deprecated packages, but these have many dependents. * gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Use non-deprecated TeX Live packages. (velvet)[native-inputs]: Likewise. * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Likewise. (chez-web)[native-inputs]: Likewise. * gnu/packages/engineering.scm (fastcap)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (emacsy)[native-inputs]: Likewise. * gnu/packages/maths.scm (hypre)[native-inputs]: Likewise. * gnu/packages/music.scm (lilypond)[native-inputs]: Likewise. * gnu/packages/ocaml.scm (ocaml-bibtex2html)[native-inputs]: Likewise. * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Likewise. (python-matplotlib-documentation)[native-inputs]: Likewise. (python-ipython-documentation)[native-inputs]: Likewise. (python-nbconvert)[native-inputs]: Likewise. (python-pypandoc)[native-inputs]: Likewise. * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Likewise. * gnu/packages/tex.scm (texlive-pstool)[propagated-inputs]: Likewise. (teximpatient)[native-inputs]: Likewise. (texlive-latex-pgf)[propagated-inputs]: Likewise. (texlive-beamer)[propagated-inputs]: Likewise. Ludovic Courtès
2021-09-05gnu: python-gast: Update to 0.5.2....* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2021-09-04gnu: python-rarfile: Update to 4.0....This package is close to useless, because we lack the non-free unrar utility and the libarchive backend does not support most operations. * gnu/packages/python-xyz.scm (python-rarfile)[version]: Update to 4.0. [arguments]: Disable tests. [propagated-inputs]: Move… [inputs]: …here. [native-inputs]: Add pytest. [#:phases]: Use pytest for 'check and Add 'patch phase. (python2-rarfile): Remove, unsupported by upstream. Lars-Dominik Braun
2021-09-04gnu: python-jellyfish: Update to 0.8.8....* gnu/packages/python-xyz.scm (python-jellyfish)[version]: Update to 0.8.8. [arguments]: Use pytest. [properties]: Remove python2-variant. (python2-jellyfish): Remove, unsupported by upstream. Lars-Dominik Braun
2021-09-04gnu: python-munkres: Update to 1.1.4....* gnu/packages/python-xyz.scm (python-munkres) [version]: Update to 1.1.4. [arguments]: Re-enable test suite. [native-inputs]: Add pytest. Lars-Dominik Braun
2021-09-04gnu: python-confuse: Update to 1.5.0....* gnu/packages/python-xyz.scm (python-confuse)[version]: Update to 1.5.0. [propagated-inputs]: Remove python-pathlib. [synopsis]: Remove trailing dot. Lars-Dominik Braun
2021-09-02gnu: Remove python2-selectors2....* gnu/packages/python-xyz.scm (python2-selectors2): Remove variable. Pierre Langlois
2021-09-02gnu: Remove python2-rfc6555....* gnu/packages/python-xyz.scm (python2-rfc6555): Remove variable. (python-rfc6555)[properties]: Remove field. Pierre Langlois
2021-09-01gnu: Add date2name....* gnu/packages/python-xyz.scm (date2name): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> phodina
2021-08-31gnu: python-anyio: Avoid failing tests....* gnu/packages/python-xyz.scm (python-anyio)[arguments]: Disable asyncio plugin, and explicitly disable network tests. Ricardo Wurmus
2021-08-31gnu: Remove python-pytest-mock-3....* gnu/packages/check.scm (python-pytest-mock-3): Remove variable. * gnu/packages/python-xyz.scm (python-anyio)[native-inputs]: Replace python-pytest-mock-3 with python-pytest-mock. Ricardo Wurmus
2021-08-30gnu: python-bsddb3: Update to 6.2.9....* gnu/packages/python-xyz.scm (python-bsddb3): Update to 6.2.9. Guillaume Le Vaillant
2021-08-28gnu: python-chai: Remove Python2 code....* gnu/packages/patches/python-chai-drop-python2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-chai)[source]: Use it. Guillaume Le Vaillant
2021-08-28gnu: python2-chai: Remove package....Nothing depends on it. * gnu/packages/python-xyz.scm (python2-chai): Remove variable. Guillaume Le Vaillant
2021-08-28gnu: python-owslib: Fix build....* gnu/packages/python-xyz.scm (python-owslib)[arguments]: Disable 'sanity-check' phase until dependencies for tests are packaged. Guillaume Le Vaillant
2021-08-23gnu: python2-pillow: Disable tests....* gnu/packages/python-xyz.scm (python2-pillow)[arguments]: Disable tests. Guillaume Le Vaillant
2021-08-23gnu: python2-gamera: Disable wxpython support....The package doesn't build when wxpython support is activated, and the only dependent (didjvu) doesn't need it. * gnu/packages/python-xyz.scm (python2-gamera)[inputs]: Remove python2-wxpython. [arguments]: Add 'disable-wx-support' phase. Guillaume Le Vaillant
2021-08-22gnu: python-jupyter-core: Use GUIX_PYTHONPATH....* gnu/packages/python-xyz.scm (python-jupyter-core)[arguments]: Adjust custom 'patch-testsuite phase to use GUIX_PYTHONPATH as the PYTHONPATH. Efraim Flashner
2021-08-22gnu: python-jsonschema: Update inputs....* gnu/packages/python-xyz.scm (python-jsonschema)[propagated-inputs]: Remove python-importlib-metadata. (python2-jsonschema)[propagated-inputs]: Add python2-importlib-metadata. Efraim Flashner
2021-08-22gnu: python-jsonschema: Fix test suite....* gnu/packages/python-xyz.scm (python-jsonschema)[arguments]: Adjust custom 'check phase to honor #:tests and to set the JSON_SCHEMA_TEST_SUTE environment variable. Efraim Flashner
2021-08-16gnu: python-matplotlib: Update to 3.4.3....* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.4.3. [source]: Remove patch that is applied upstream. [propagated-inputs]: Add python-certifi. [inputs]: Add qhull. [native-inputs]: Add python-wheel. [arguments]: Extend regexp to match more image comparison tests. Wrap long lines. Use system freetype and qhull libraries. Mathieu Othacehe
2021-08-16gnu: bpython: Update to 0.21....* gnu/packages/python-xyz.scm (bpython): Update to 0.21. [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth. Add python-pyxdg. [native-inputs]: Add python-tox and python-wheel. Mathieu Othacehe
2021-08-16gnu: Add python-cwcwidth....* gnu/packages/python-xyz.scm (python-cwcwidth): New variable. Mathieu Othacehe
2021-08-15gnu: python-jedi: Update to 0.18.0-1.1d94494....* gnu/packages/python-xyz (python-jedi): Update to 0.18.0-1.1d94494. [source]: Switch to git-fetch. [native-inputs]: Add python-django-stubs and python-typeshed. [arguments]: New unpack-submodule-sources phase. Also do not run pytest tests that fail with pytest 6 revision. Mathieu Othacehe
2021-08-15gnu: python-parso: Update to 0.8.2....* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2. Mathieu Othacehe
2021-08-14gnu: Add python-sgmllib3k....* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable. Mathieu Othacehe
2021-08-12Merge branch 'master' into core-updates-frozen... Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke
2021-08-09gnu: python-identify: Honor #:tests in check phase....* gnu/packages/python-xyz.scm (python-identify)[arguments]: Honor tests?. Efraim Flashner
2021-08-09gnu: python-identify: Fix building....* gnu/packages/python-xyz.scm (python-identify)[arguments]: Skip the 'ensure-no-mtimes-pre-1980 phase. Efraim Flashner
2021-08-09gnu: Remove python-distutils/next....* gnu/packages/python-xyz.scm (python-distutils/next): Remove variable. (python-virtualenv)[propagated-inputs]: Switch from python-distutils/next to python-distutils. * gnu/packages/version-control.scm (pre-commit)[inputs]: Same. Efraim Flashner
2021-08-09gnu: Remove python-setuptools-scm/next....* gnu/packages/python-xyz.scm (python-setuptools-scm/next): Remove variable. (python-pikepdf) [native-inputs]: Swap for python-setuptools-scm. * gnu/packages/python-compression.scm (python-multivolumefile, python-bcj-cffi, python-ppmd-cffi, python-p77zr)[native-inputs]: Same. * gnu/packages/pep.scm (python-pep-adapter)[native-inputs]: Same. Efraim Flashner
2021-08-09gnu: python-astroid: Update to 2.6.6....* gnu/packages/python-xyz.scm (python-astroid): Update to 2.6.6. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-dateutil. Efraim Flashner
2021-08-09gnu: python-jinja2: Update to 3.0.1....* gnu/packages/python-xyz.scm (python-jinja2): Update to 3.0.1. Efraim Flashner
2021-08-09gnu: python-markupsafe: Update to 2.0.1....* gnu/packages/python-xyz.scm (python-markupsafe): Update to 2.0.1. Efraim Flashner
2021-08-09gnu: python-itsdangerous: Update to 2.0.1....* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.0.1. Efraim Flashner