summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: rpm: Update to 4.17.0.base-for-series-12345base-for-series-12343Maxim Cournoyer2022-05-14
| | | | | | | | * gnu/packages/package-management.scm (rpm): Update to 4.17.0. [configure-flags]: Remove '--without-lua', no longer supported. [phases]: Delete trailing #t. {fix-lua-check}: New phase. [inputs]: Use new style, sort inputs and add lua.
* gnu: xonsh: Update to 0.12.4.arkhan2022-05-13
| | | | | | | | * gnu/packages/shells.scm (xonsh): Update to 0.12.4. [source](snippet): Substitute "xonsh/parsers/completion_context.py". [arguments]: Rewrite #:phases as a gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: poke: Update to 2.3.Greg Hogan2022-05-13
| | | | | | * gnu/packages/engineering.scm (poke): Update to 2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix: Use $SSL_CERT_DIR.Maxime Devos2022-05-13
| | | | | | | | * gnu/packages/package-management.scm (guix)[native-search-paths]: Use the $SSL_CERT_DIR from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: curl: Use $SSL_CERT_DIR/$SSL_CERT_FILE.Maxime Devos2022-05-13
| | | | | | | | * gnu/packages/curl.scm (curl)[native-search-paths]: Use the $SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cmake-bootstrap: Use $SSL_CERT_DIR/$SSL_CERT_FILE.Maxime Devos2022-05-13
| | | | | | | * gnu/packages/cmake.scm (cmake-bootstrap)[native-search-paths]: Use the $SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cuirass: Use $SSL_CERT_DIR.Maxime Devos2022-05-13
| | | | | | | | * gnu/packages/ci.scm (cuirass)[native-search-paths]: Use the $SSL_CERT_DIR from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openssl: Use $SSL_CERT_DIR/$SSL_CERT_FILE.Maxime Devos2022-05-13
| | | | | | | | * gnu/packages/tls.scm (openssl)[native-search-paths]: Use the $SSL_CERT_DIR/$SSL_CERT_FILE from (guix search-paths) instead of a local copy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* search-paths: Define $SSL_CERT_DIR and $SSL_CERT_FILE.Maxime Devos2022-05-13
| | | | | | | | | | | For the ‘why’, see the docstring next to $SSL_CERT_DIR. In later commits, packages will be changed to use these variables and the variables will be added to more packages. * guix/search-paths.scm ($SSL_CERT_DIR, $SSL_CERT_FILE): New variables. * doc/guix.texi (Search Paths): Document them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pipe-viewer: Update to 0.2.0ykonai2022-05-13
| | | | | | * gnu/packages/video.scm (pipe-viewer): Update to 0.2.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: artanis: Remove input labels.Ludovic Courtès2022-05-13
| | | | | * gnu/packages/guile-xyz.scm (artanis)[native-inputs]: Remove input labels. Use BASH-MINIMAL instead of BASH.
* gnu: artanis: Update to 0.5.1.Wamm K. D2022-05-13
| | | | | | | * gnu/packages/guile-xyz.scm (artanis): Update to 0.5.1. [source]: Substitute "artanis/tpl/parser.scm". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-ics: Update to 0.2.1Artyom V. Poptsov2022-05-13
| | | | | | * gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Add "Writing Manifests" node.Ludovic Courtès2022-05-13
| | | | | | | | | | | * doc/guix.texi (Invoking guix package): Remove explanation of 'specifications->manifest' and 'package->development-manifest'. Link to "Writing Manifests". (Inferiors): Likewise. (Invoking guix shell): Add anchor and link to 'package->development-manifest'. (Invoking guix pack): Likewise. (Writing Manifests): New section. (Using TeX and LaTeX): Link to "Writing Manifests".
* gnu: ungoogled-chromium: Update to 101.0.4951.64-1.base-for-series-12329base-for-series-12328Marius Bakke2022-05-12
| | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 101.0.4951.64. (%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu: python-scikit-build: Fix build.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/python-xyz.scm (python-scikit-build) [phases]{check}: Add forgotten trailing spaces.
* gnu: python-sanic: Update to 21.12.1.Lars-Dominik Braun2022-05-12
| | | | | | | | | | | | | * 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>
* gnu: Add python-sanic-testing.Lars-Dominik Braun2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-sanic-testing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add python-sanic-bootstrap.Lars-Dominik Braun2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-sanic-bootstrap): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add python-sanic-routing.Lars-Dominik Braun2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-sanic-routing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python-multidict: Update to 5.2.0.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-multidict): Update to 5.2.0.
* gnu: python-pytest-sanic: Update to 1.9.1.Lars-Dominik Braun2022-05-12
| | | | | | * gnu/packages/python-check.scm (python-pytest-sanic): Update to 1.9.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python-matplotlib: Update to 3.5.2.Maxim Cournoyer2022-05-12
| | | | | | | | | | * 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.
* gnu: python-pygments: Update to 2.12.0.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-pygments): Update to 2.12.0.
* gnu: python-qtconsole: Update to 5.3.0.Lars-Dominik Braun2022-05-12
| | | | | | | * 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>
* gnu: python-qtpy: Update to 2.0.1.Lars-Dominik Braun2022-05-12
| | | | | | | * 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>
* gnu: python-matplotlib-documentation: Fix build.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | * 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.
* gnu: Add texlive-underscore.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/tex.scm (texlive-underscore): New variable.
* gnu: Add python-mpl-sphinx-theme.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-mpl-sphinx-theme): New variable.
* gnu: python-pudb: Update to 2022.1.1 and rename from pudb.Maxim Cournoyer2022-05-12
| | | | | | | | | | | 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.
* gnu: Add python-ipdb.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-xyz.scm (python-ipdb): New variable.
* gnu: python-numpy-documentation: Overhaul package definition.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | | | | | | | | * 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.
* gnu: python-sphinx-rtd-theme: Update to 1.0.0.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinx-rtd-theme): Update to 1.0.0.
* gnu: python-sphinxext-opengraph: Update to 0.6.3.Maxim Cournoyer2022-05-12
| | | | | | * 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.
* gnu: python-sphinx-autodoc-typehints: Update to 1.18.1.Maxim Cournoyer2022-05-12
| | | | | | | | | * 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.
* gnu: Add python-nptyping.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-check.scm (python-nptyping): New variable.
* gnu: Add python-beartype.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-check.scm (python-beartype): New variable.
* gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken].Maxim Cournoyer2022-05-12
| | | | | | | | | * 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.
* gnu: python-sphinx-argparse: Update to 0.3.1.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinx-argparse): Update to 0.3.1.
* gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.17. [arguments]: Delete field.
* gnu: python-sphinxcontrib-websupport: Update to 1.2.4.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.4.
* gnu: python-sphinx-click: Update to 4.0.3 and enable tests.Maxim Cournoyer2022-05-12
| | | | | | | | * 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.
* gnu: python-sphinx-copybutton: Update to 0.5.0.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.5.0. [propagated-inputs]: Delete python-flit, python-setuptools and python-wheel.
* gnu: python-pydata-sphinx-theme: Update to 0.7.2.Maxim Cournoyer2022-05-12
| | | | | | | | | | * 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
* gnu: python-sphinx: Update to 4.5.0.Maxim Cournoyer2022-05-12
| | | | | | | * 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.
* gnu: python-numpydoc: Update to 1.2.1.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-xyz.scm (python-numpydoc): Update to 1.2.1. Fix indentation. [phases]{relax-requirements}: New phase. [propagated-inputs]: Add python-jinja2.
* gnu: dynaconf: Fix build following python-click upgrade.Maxim Cournoyer2022-05-12
| | | | | | | * 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.
* gnu: python2-sqlalchemy: Skip a failing test.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/databases.scm (python2-sqlalchemy)[phases]{check}: Skip the test_fixture_five test.
* snippets: Add a 'remove' snippet.Maxim Cournoyer2022-05-12
| | | | * etc/snippets/text-mode/guix-commit-message-remove-package: New file.
* gnu: python-flask-login: Update to 0.6.0.Maxim Cournoyer2022-05-12
| | | | | | | * 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.