summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2022-05-12gnu: python-scikit-build: Fix build....* gnu/packages/python-xyz.scm (python-scikit-build) [phases]{check}: Add forgotten trailing spaces. Maxim Cournoyer
2022-05-12gnu: python-sanic: Update to 21.12.1....* gnu/packages/python-web.scm (python-sanic): Update to 21.12.1. [arguments]<#:phases>: Remove 'use-recent-pytest, update skipped tests in 'check. [propagated-inputs]: Remove python-httpx, replace python-multidict with python-multidict-5, add python-sanic-routing. [native-inputs]: Add python-bandit, python-chardet, python-isort and python-sanic-testing. Remove python-hstspreload, python-httpcore, python-pytest-cov and python-urllib3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: Add python-sanic-testing....* gnu/packages/python-web.scm (python-sanic-testing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: Add python-sanic-bootstrap....* gnu/packages/python-web.scm (python-sanic-bootstrap): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: Add python-sanic-routing....* gnu/packages/python-web.scm (python-sanic-routing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: python-multidict: Update to 5.2.0....* gnu/packages/python-xyz.scm (python-multidict): Update to 5.2.0. Maxim Cournoyer
2022-05-12gnu: python-pytest-sanic: Update to 1.9.1....* gnu/packages/python-check.scm (python-pytest-sanic): Update to 1.9.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: python-matplotlib: Update to 3.5.2....* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.5.2. [propagated-inputs]: Move after 'arguments' field. Use new style and re-order. [inputs]: Order lexicographically. [native-inputs]: Use new style. [phases]{fix-and-disable-failing-tests}: Fix indentation. Delete the 'lib/matplotlib/tests/test_animation.py' test. {check}: Skip the test_lazy_auto_backend_selection test. Maxim Cournoyer
2022-05-12gnu: python-pygments: Update to 2.12.0....* gnu/packages/python-xyz.scm (python-pygments): Update to 2.12.0. Maxim Cournoyer
2022-05-12gnu: python-qtconsole: Update to 5.3.0....* gnu/packages/python-xyz.scm (python-qtconsole): Update to 5.3.0. [native-inputs]: Add python-pytest-qt. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: python-qtpy: Update to 2.0.1....* gnu/packages/qt.scm (python-qtpy): Update to 2.0.1. [propagated-inputs]: Remove python-pyside-2, add python-packaging. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-05-12gnu: python-matplotlib-documentation: Fix build....* gnu/packages/python-xyz.scm (python-matplotlib-documentation): Inherit from python-matplotlib. [version, source, build-system, home-page, description, license]: Delete fields, now inherited. [phases]: Streamline build and install phases and enable parallel build. [native-inputs]: Use new style. Remove python-matplotlib, python-ipykernel, python-mock, texlive-enumitem, texlive-latex-geometry, texlive-latex-preview, texlive-latex-ucs, texlive-pdftex, texlive-fonts-ec, texlive-txfonts and inherited python-matplotlib packages. Add inkscape, python-mpl-sphinx-theme, python-scipy, python-ipywidgets, texlive-babel, texlive-fontspec, texlive-unicode-math, texlive-etoolbox, and texlive-underscore. Maxim Cournoyer
2022-05-12gnu: Add texlive-underscore....* gnu/packages/tex.scm (texlive-underscore): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-mpl-sphinx-theme....* gnu/packages/sphinx.scm (python-mpl-sphinx-theme): New variable. Maxim Cournoyer
2022-05-12gnu: python-pudb: Update to 2022.1.1 and rename from pudb....Renaming rationale: pudb can also be used as a Python library (like pdb). * gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.1. [phases]{check}: Remove obsolete 'add-installed-pythonpath' call. Invoke pytest verbosely. [native-inputs]: Remove python-numpy. [propagated-inputs]: Apply guix style. (pudb): Define as a deprecated alias to python-pudb. Maxim Cournoyer
2022-05-12gnu: Add python-ipdb....* gnu/packages/python-xyz.scm (python-ipdb): New variable. Maxim Cournoyer
2022-05-12gnu: python-numpy-documentation: Overhaul package definition....* gnu/packages/python-xyz.scm (python-numpy-documentation): Relocate next to the python-numpy package in the module. Inherit from python-numpy. [version, source, build-system, home-page, license]: Remove fields, now inherited. [phases]{add-gnu-freefont-to-texmf}: New phase. {install}: Patch conf.py to allow building the info manual. Set HOME. Copy the whole generated HTML directory. Parallelize documentation build. [native-inputs]: Use new style. Add font-gnu-freefont, fontconfig, python-breathe, python-ipython, python-pandas, python-pydata-sphinx-theme, python-scipy, python-sphinx-panels, texlive-bin, texlive-cbfonts, texlive-cm-super, texlive-greek-fontenc, texlive-latex-expdlist, texlive-polyglossia and texlive-xindy. Remove pkg-config, the previous "texlive" updmap.cfg package, scipy-sphinx-theme, and do not inherit the native inputs of python-numpy. [synopsis]: Refine. [description]: Expound a bit. Maxim Cournoyer
2022-05-12gnu: python-sphinx-rtd-theme: Update to 1.0.0....* gnu/packages/sphinx.scm (python-sphinx-rtd-theme): Update to 1.0.0. Maxim Cournoyer
2022-05-12gnu: python-sphinxext-opengraph: Update to 0.6.3....* gnu/packages/sphinx.scm (python-sphinxext-opengraph): Update to 0.6.3. [phases]{check}: Streamline and invoke pytest verbosely. [native-inputs]: Indent on a single line. Maxim Cournoyer
2022-05-12gnu: python-sphinx-autodoc-typehints: Update to 1.18.1....* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.1. [source]: Use git. [argument]: New field. [propagated-inputs]: Add python-sphinx. [native-inputs]: Remove python-dataclasses and python-sphinx. Add python-nptyping and python-setuptools-scm. Maxim Cournoyer
2022-05-12gnu: Add python-nptyping....* gnu/packages/python-check.scm (python-nptyping): New variable. Maxim Cournoyer
2022-05-12gnu: Add python-beartype....* gnu/packages/python-check.scm (python-beartype): New variable. Maxim Cournoyer
2022-05-12gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]....* gnu/packages/sphinx.scm (python-sphinx-cloud-sptheme): Update to 1.10.1. [source]: Update source to point to new Mercurial repository. [arguments]: Delete field, enabling tests (which fail due to Jinja2 >= 3.1). [native-inputs]: Move python-sphinx to... [propagated-inputs]: ... here. [description]: Do not use raw quotes to decorate text. Maxim Cournoyer
2022-05-12gnu: python-sphinx-argparse: Update to 0.3.1....* gnu/packages/sphinx.scm (python-sphinx-argparse): Update to 0.3.1. Maxim Cournoyer
2022-05-12gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests....* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.17. [arguments]: Delete field. Maxim Cournoyer
2022-05-12gnu: python-sphinxcontrib-websupport: Update to 1.2.4....* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.4. Maxim Cournoyer
2022-05-12gnu: python-sphinx-click: Update to 4.0.3 and enable tests....* gnu/packages/sphinx.scm (python-sphinx-click): Update to 4.0.3. [arguments]: Delete field. [native-inputs]: Delete python-coverage. Add python-pytest and python-wheel. Move python-click, python-docutils and python-sphinx to... [propagated-inputs]: ... here. Maxim Cournoyer
2022-05-12gnu: python-sphinx-copybutton: Update to 0.5.0....* gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.5.0. [propagated-inputs]: Delete python-flit, python-setuptools and python-wheel. Maxim Cournoyer
2022-05-12gnu: python-pydata-sphinx-theme: Update to 0.7.2....* gnu/packages/sphinx.scm (python-pydata-sphinx-theme): Update to 0.7.2. Add TODO comment. [arguments]: New field. [native-inputs]: Delete python-jupyter-sphinx, python-numpy, python-numpydoc, python-pandas, python-recommonmark and python-xarray. Move python-docutils and python-sphinx to... [propagated-inputs]: ... here. Add python-jinja2 Maxim Cournoyer
2022-05-12gnu: python-sphinx: Update to 4.5.0....* gnu/packages/sphinx.scm (python-sphinx): Update to 4.5.0. [phases]{check}: Set HOME to /tmp. [propagated-inputs]: Add python-importlib-metadata. [native-inputs]: Add python-cython. Maxim Cournoyer
2022-05-12gnu: python-numpydoc: Update to 1.2.1....* gnu/packages/python-xyz.scm (python-numpydoc): Update to 1.2.1. Fix indentation. [phases]{relax-requirements}: New phase. [propagated-inputs]: Add python-jinja2. Maxim Cournoyer
2022-05-12gnu: dynaconf: Fix build following python-click upgrade....* gnu/packages/python-xyz.scm (dynaconf) [phases]{patch-for-click-8}: New phase. {check}: Remove extraneous setenv call. [native-inputs]: Use the regular python-pytest variable. Maxim Cournoyer
2022-05-12gnu: python2-sqlalchemy: Skip a failing test....* gnu/packages/databases.scm (python2-sqlalchemy)[phases]{check}: Skip the test_fixture_five test. Maxim Cournoyer
2022-05-12gnu: python-flask-login: Update to 0.6.0....* gnu/packages/python-web.scm (python-flask-login): Update to 0.6.0. [arguments]: New field. [native-inputs]: Remove python-coverage, python-pycodestyle and python-pyflakes. Maxim Cournoyer
2022-05-12gnu: python-flask-wtf: Update to 1.0.1....* gnu/packages/python-web.scm (python-flask-wtf): Update to 1.0.1. [propagated-inputs]: Remove python-flask-babel and python-babel. Add python-flask and python-itsdangerous. Maxim Cournoyer
2022-05-12gnu: python-pingouin: Update to 0.5.1....* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.1. Maxim Cournoyer
2022-05-12gnu: Remove python2-keyring....* gnu/packages/python-crypto.scm (python2-keyring): Delete variable. (python-keyring)[properties]: Delete field. Maxim Cournoyer
2022-05-12gnu: python-keyring: Fix test suite....[phases]{check}: Provide the tests directory argument to pytest. Ignore project pytest configs and make it verbose. [native-inputs]: Delete python-pytest-checkdocs, python-pytest-cov and python-pytest-flake8. Maxim Cournoyer
2022-05-12gnu: emacsy: Use webkitgtk-with-libsoup2....* gnu/packages/guile-xyz.scm (emacsy)[inputs]: Use webkitgtk-with-libsoup2. [phases]: Delete trailing #t. Maxim Cournoyer
2022-05-12gnu: setzer: Add python-wrapper to fix build....* gnu/packages/gnome.scm (setzer)[native-inputs]: Add python-wrapper. Maxim Cournoyer
2022-05-12gnu: libgrss: Use libsoup-minimal-2 to fix build....* gnu/packages/gnome.scm (libgrss)[propagated-inputs]: Use libsoup-minimal-2. Maxim Cournoyer
2022-05-12gnu: markets: Add python-wrapper to fix build....* gnu/packages/gnome-xyz.scm (markets)[native-inputs]: Add python-wrapper. Maxim Cournoyer
2022-05-12gnu: seed: Use webkitgtk-with-libsoup2....* gnu/packages/gnome.scm (seed)[propagated-inputs]: Use webkitgtk-with-libsoup2. Maxim Cournoyer
2022-05-12gnu: weasyprint: Update to 54.3....* gnu/packages/pdf.scm (weasyprint): Update to 54.3. [source]: Update git URL. [phases]: Use gexps. {disable-linters}: Delete phase. {register-dejavu-font}: Remove obsolete phase. {patch-library-paths}: Adjust for code changes. Use search-input-file. {check}: Streamline and use xdist. {build, install}: Override to o a PEP 517 build. [inputs]: Add harfbuzz. [propagated-inputs]: Add python-fonttools-full, python-pillow and python-pydyf. [native-inputs]: Remove python-pytest-cov and python-pytest-runner. Add ghostscript, python-flit-core, python-pypa-build, python-pytest and python-pytest-xdist. Maxim Cournoyer
2022-05-12gnu: Add python-pydyf....* gnu/packages/pdf.scm (python-pydyf): New variable. Maxim Cournoyer
2022-05-12gnu: Remove python-orator due to being broken and unmaintained....* gnu/packages/databases.scm (python-orator): Delete variable. Maxim Cournoyer
2022-05-12gnu: python-miio: Update to 0.5.11....* gnu/packages/android.scm (python-miio): Update to 0.5.11. [phases]{relax-requirements}: New phase. {adjust-for-click-8}: Likewise. {check}: Remove extraneous add-installed-pythonpath call, INPUTS and OUTPUTS arguments. Invoke pytest with -vv. Maxim Cournoyer
2022-05-12gnu: python-croniter: Update to 1.3.4....* gnu/packages/python-xyz.scm (python-croniter): Update to 1.3.4. Maxim Cournoyer
2022-05-12gnu: Remove python2-jmespath....* gnu/packages/python-xyz.scm (python2-jmespath): Delete variable. Maxim Cournoyer
2022-05-12gnu: python-locust: Update to 2.8.6....* gnu/packages/benchmark.scm (python-locust): Update to 2.8.6. [phases]{relax-requirements}: New phase. {check}: Skip the test_distributed_shape test. [propagated-inputs]: Add python-jinja2. Maxim Cournoyer