summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests: Fix texlive test by sorting locations.Ricardo Wurmus2022-01-11
| | | | * tests/texlive.scm ("texlive->guix-package"): Correct order of locations.
* gnu: varnish: Remove input labels.Marius Bakke2022-01-11
| | | | | * gnu/packages/web.scm (varnish)[arguments]: Don't look up inputs by key. [native-inputs]: Remove labels.
* gnu: speech-dispatcher: Update to 0.11.1.Marius Bakke2022-01-11
| | | | * gnu/packages/speech.scm (speech-dispatcher): Update to 0.11.1
* gnu: speech-dispatcher: Simplify inputs.Marius Bakke2022-01-11
| | | | | * gnu/packages/speech.scm (speech-dispatcher)[native-inputs, inputs]: Remove labels.
* gnu: QEMU: Update to 6.2.0.Marius Bakke2022-01-11
| | | | | | | * gnu/packages/patches/qemu-CVE-2021-20203.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (qemu): Update to 6.2.0. [source](patches): Remove obsolete patch.
* gnu: python-imagecodecs: Disable sanity check.Marius Bakke2022-01-11
| | | | | * gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable sanity-check phase.
* gnu: python-pywavelets: Update to 1.2.0.Marius Bakke2022-01-11
| | | | * gnu/packages/python-xyz.scm (python-pywavelets): Update to 1.2.0.
* gnu: python-scikit-rebate: Update to 0.62.Marius Bakke2022-01-11
| | | | | | * gnu/packages/machine-learning.scm (python-scikit-rebate): Update to 0.62. [arguments]: Disable tests. [native-inputs]: Remove.
* gnu: python-apache-libcloud: Fix bytecode compilation.Marius Bakke2022-01-11
| | | | | | * gnu/packages/python-xyz.scm (python-apache-libcloud)[arguments]: Fix indentation of test code. While here, remove input label usage and trailing #t's.
* gnu: python-dictdiffer: Update to 0.9.0.Marius Bakke2022-01-11
| | | | * gnu/packages/python-xyz.scm (python-dictdiffer): Update to 0.9.0.
* gnu: python-dictdiffer: Disable tests.Marius Bakke2022-01-11
| | | | | * gnu/packages/python-xyz.scm (python-dictdiffer)[arguments]: New field. [native-inputs]: Remove test inputs.
* gnu: authenticator: Remove input labels.Marius Bakke2022-01-11
| | | | | | | * gnu/packages/gnome.scm (authenticator)[native-inputs]: Remove labels. [arguments]: While at it, remove top-level Python reference in favor of THIS-PACKAGE-INPUT. [inputs]: Add PYTHON.
* gnu: authenticator: Fix build.Marius Bakke2022-01-11
| | | | * gnu/packages/gnome.scm (authenticator)[arguments]: Add #:meson.
* gnu: mycli: Placate sanity check.Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (mycli)[arguments]: Add phase.
* gnu: python-pyperclip: Update to 1.8.2.Marius Bakke2022-01-11
| | | | * gnu/packages/xdisorg.scm (python-pyperclip): Update to 1.8.2.
* gnu: pantalaimon: Disable sanity check.Marius Bakke2022-01-11
| | | | * gnu/packages/matrix.scm (pantalaimon)[arguments]: Disable sanity-check phase.
* gnu: python-oslo.i18n: Disable tests.Marius Bakke2022-01-11
| | | | | | * gnu/packages/openstack.scm (python-oslo.i18n)[arguments]: Add #:tests?. [native-inputs]: Remove PYTHON-MOCK, PYTHON-MOX3, PYTHON-OSLOTEST, and PYTHON-TESTSCENARIOS.
* gnu: poetry: Use python-msgpack.Marius Bakke2022-01-11
| | | | | * gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Change PYTHON-MSGPACK-TRANSITIONAL to PYTHON-MSGPACK.
* gnu: python-pifpaf: Update to 3.1.5.Marius Bakke2022-01-11
| | | | | * gnu/packages/python-xyz.scm (python-pifpaf): Update to 3.1.5. [propagated-inputs]: Remove PYTHON-SIX.
* gnu: python-os-testr: Update to 2.0.1.Marius Bakke2022-01-11
| | | | | * gnu/packages/openstack.scm (python-os-testr): Update to 2.0.1. [propagated-inputs]: Change from PYTHON-SUBUNIT to PYTHON-STESTR.
* gnu: python-cmd2: Update to 2.3.3.Marius Bakke2022-01-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-cmd2): Update to 2.3.3. [arguments]: Override check phase. [native-inputs]: Remove PYTHON-CODECOV, PYTHON-COVERAGE, PYTHON-DOC8, PYTHON-FLAKE8, PYTHON-SPHINX, PYTHON-SPHINX-AUTOBUILD, PYTHON-SPHINX-RTD-THEME, PYTHON-TOX, PYTHON-TWINE, and WHICH.
* gnu: python-xattr: Update to 0.9.9.Marius Bakke2022-01-11
| | | | * gnu/packages/python-xyz.scm (python-xattr): Update to 0.9.9.
* gnu: node: Simplify inputs.Marius Bakke2022-01-11
| | | | | * gnu/packages/node.scm (node)[native-inputs]: Remove labels. [source]: Remove trailing #t.
* gnu: node: Disable flaky test.Marius Bakke2022-01-11
| | | | * gnu/packages/node.scm (node, node-lts)[arguments]: Delete flaky test.
* gnu: python-sqlparse: Specify CPE name.Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
* gnu: python-sqlparse: Update to 0.4.2 [fixes CVE-2021-32839].Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (python-sqlparse): Update to 0.4.2.
* gnu: python-zeroconf: Update to 0.38.1.Vinicius Monego2022-01-11
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-zeroconf): Update to 0.38.1. [source]: Fetch from GitHub. [native-inputs]: Remove python-nose. Add python-pytest. [arguments]<#:phases>: Adjust custom 'check phase to use Pytest. [description]: Don't break line. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-colorlog: Update to 6.6.0.Vinicius Monego2022-01-11
| | | | | | | | * gnu/packages/python-xyz.scm (python-colorlog): Update to 6.6.0. [source]: Make some cosmetic changes. [arguments]<#:phases>: Simplify custom 'check phase and respect #:tests?. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-watchdog: Update to 2.1.6.Vinicius Monego2022-01-11
| | | | | | | | | * gnu/packages/python-xyz.scm (python-watchdog): Update to 2.1.6. [source]: Make some cosmetic changes. [arguments]<#:phases>: Remove 'remove-failing phase. Override 'check phase and skip a failing test. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-pkginfo: Update to 1.8.2.Vinicius Monego2022-01-11
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.8.2. [source]: Make some cosmetic changes. [arguments]<#:phases>: Don't return #t. [native-inputs]: Add python-wheel. [home-page]: Don't break line. [synopsis]: Don't break line. [description]: Fix indentation. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-websocket-client: Update to 0.59.0.Vinicius Monego2022-01-11
| | | | | | | | | | * gnu/packages/python-web.scm (python-websocket-client): Update to 0.59.0. [source]: Update PyPI URI. Make some cosmetic changes. [arguments]<#:phases>: Add phase 'skip-network-test. [native-inputs]: Add python-pysocks. [home-page]: Follow redirect. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-netifaces: Update to 0.11.0.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-xyz.scm (python-netifaces): Update to 0.11.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-feedparser: Enable tests.Vinicius Monego2022-01-11
| | | | | | | | | * gnu/packages/web.scm (python-feedparser)[source]: Make some cosmetic changes. [arguments]: Remove #:tests?. Override 'check phase. [home-page]: Don't break line. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pytest-doctest-custom.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-check.scm (python-pytest-doctest-custom): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-sentry-sdk.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-xyz.scm (python-sentry-sdk): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-executing.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-xyz.scm (python-executing): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-zipstream-new.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-xyz.scm (python-zipstream-new): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-flask-assets.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-web.scm (python-flask-assets): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pyscss.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-web.scm (python-pyscss): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-pylru.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-xyz.scm (python-pylru): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-sarge.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/python-xyz.scm (python-sarge): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: epiphany: Fix build with libportal-0.5.Guillaume Le Vaillant2022-01-11
| | | | | | * gnu/packages/patches/epiphany-update-libportal-usage.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (epiphany)[source]: Use it.
* gnu: eog: Fix build with libportal-0.5.Daniel Meißner2022-01-11
| | | | | | | | | | | | | | | After the update to libportal-0.5 in 294476022f19139e290acb448d4575de0f851673 eog fails with: ../eog-40.3/src/eog-util.c:48:10: fatal error: libportal/portal-gtk3.h: No such file or directory This was already fixed upstream and this commits extracts the patch. * gnu/packages/patches/eog-update-libportal-usage.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm(eog)[origin]: Add new patch. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libportal: Build backend for GTK+3.Daniel Meißner2022-01-11
| | | | | | | * gnu/packages/freedesktop.scm (libportal)[arguments]: Change configure-flags to build backend for GTK+3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: kicad: Fix hashes.Guillaume Le Vaillant2022-01-11
| | | | | | | This is a followup to e2d8125a5c6d4338749e6bf8882f220395b25275. * gnu/packages/engineering.scm (kicad-footprints, kicad-packages3d, kicad-templates)[source]: Fix hashes.
* gnu: Add cl-magic-ed.Foo Chuan Wei2022-01-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-magic-ed, ecl-magic-ed, sbcl-magic-ed): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-sxml.Foo Chuan Wei2022-01-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-sxml, ecl-cl-sxml, sbcl-cl-sxml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: claws-mail: Remove input labels.Efraim Flashner2022-01-11
| | | | | * gnu/packages/mail.scm (claws-mail)[inputs]: Remove input labels. [arguments]: Use search-input-file.
* gnu: claws-mail: Build with correct librsvg.Efraim Flashner2022-01-11
| | | | | * gnu/packages/mail.scm (claws-mail)[inputs]: Remove duplicate librsvg. Replace librsvg with librsvg-for-system.
* gnu: Add r-transcriptr.Ricardo Wurmus2022-01-11
| | | | * gnu/packages/bioconductor.scm (r-transcriptr): New variable.