summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-08-30gnu: Add h-client.Denis 'GNUtoo' Carikli
* gnu/packages/hardware.scm (h-client): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-08-30gnu: wine: Update to 6.14.Leo Prikler
* gnu/packages/wine.scm (wine): Update to 6.14. [#:phases]: Patch Makefile to correctly locate ntdll.so. (wine64)[#:phases]: Likewise.
2021-08-30gnu: Add ocaml-odoc-parser.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-odoc-parser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-08-30gnu: scrot: Update to 1.6.Ludovic Courtès
* gnu/packages/xdisorg.scm (scrot): Update to 1.6. [native-inputs]: Add PKG-CONFIG. [inputs]: Add IMLIB2.
2021-08-30gnu: extra-cmake-modules: Avoid dependency on qtbase when on armhf.Ludovic Courtès
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[native-inputs]: Remove QTBASE-5 on armhf-linux. [arguments]: Set #:tests? accordingly.
2021-08-30gnu: guile-websocket: Update to 0.1-d17878f6.Jan (janneke) Nieuwenhuizen
* gnu/packages/guile-xyz.scm (guile-websocket)[source]: Update to 0.1-d17878f6. Use https:// url. [phases]: Remove "update-guile-version" stage. [native-inputs]: Add pkg-config.
2021-08-29gnu: Add emacs-helm-xref.Pierre Langlois
* gnu/packages/emacs-xyz.scm (emacs-helm-xref): New variable.
2021-08-29gnu: mu: Update to 1.6.5.Pierre Langlois
* gnu/packages/mail.scm (mu): Update to 1.6.5.
2021-08-29gnu: shadow: Use the cross-compiled shell at runtime.Mathieu Othacehe
Make sure that the executed shell at runtime is the cross-compiled shell and not the native shell. * gnu/packages/admin.scm (shadow)[arguments]: Add a set-runtime-shell phase. [inputs]: Add bash-minimal when cross-compiling.
2021-08-29gnu: Add emacs-hideshowvis.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-hideshowvis): New variable.
2021-08-29gnu: rofi: Update to 1.7.0.Brice Waegeneire
* gnu/packages/xdisorg.scm (rofi): Update to 1.7.0. [inputs]: Add xcb-util-cursor. [source]<origin>, [home-page]: Change URL to the redirected one.
2021-08-29isc-dhcp: Fix dhclient-script wrapper when cross-compiling.Maxime Devos
This causes many rebuilds, but only when cross-compiling. This should unbreak Internet access on cross-compiled pinebook images. Reported-By: Guest4977 (on IRC) * gnu/gnunet/packages/admin.scm (isc-dhcp)[arguments]<#:phases>{post-install}: Use the cross-compiled bash when cross-compiling. Work-around <https://issues.guix.gnu.org/49290>. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-29gnu: python-pytest-django: Update to 4.4.0.Maxim Cournoyer
* gnu/packages/django.scm (python-pytest-django): Update to 4.4.0. [tests?]: Disable test suite. [native-inputs]: Replace python-pytest-xdist by python-pytest-xdist-next. [home-page]: Update home page.
2021-08-29gnu: python-django: Update to 3.2.6.Maxim Cournoyer
* gnu/packages/django.scm (python-django): Update to 3.2.6.
2021-08-29gnu: ansible: Update to 4.4.0.Maxim Cournoyer
* gnu/packages/admin.scm (ansible): Update to 4.4.0. [native-inputs]: Remove field. [inputs]: Likewise. [arguments]: Likewise. [propagated-inputs]: New field. [native-search-paths]: New search path. [description]: Update description.
2021-08-29gnu: Add ansible-core.Maxim Cournoyer
* gnu/packages/admin.scm (ansible-core): New variable.
2021-08-29gnu: Add python-pytest-xdist-next.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-xdist-next): New variable.
2021-08-29gnu: python-pytest-xdist: Fix by downgrading to 1.34.0, run test suite.Maxim Cournoyer
Commit ed72e558313 updated the package to 2.1.0, but this version doesn't work with Pytest 5, the version currently used in Guix. Downgrade to the last version that is compatible with Pytest 5. * gnu/packages/check.scm (python-pytest-xdist): Downgrade to 1.34.0, with a comment explaining why. Strip trailing #t. [source]: Remove origin modules and snippet field, no longer necessary. [phases]{check}: Override to run the test suite. [propagated-inputs]: Remove python-py and add python-pytest-forked.
2021-08-29gnu: python-pytest-mock: Update to 3.6.1 and run test suite.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-mock): Update to 3.6.1. [phases]{check}: Override to run test suite. [propagated-inputs]: Add python-pytest-asyncio.
2021-08-29gnu: python-pytest-asyncio: Enable tests and patch for Python 3.8.Maxim Cournoyer
* gnu/packages/patches/python-pytest-asyncio-python-3.8.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/check.scm (python-pytest-asyncio) [source]: Fetch from git and apply above patch. [phases]: Override the check phase, enabling tests.
2021-08-29gnu: python-pytest-forked: Update to 1.3.0 and run test suite.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-forked)[origin]: Use git. [phases]{disable-setuptools-scm}: New phase. {check}: Override phase. [propagated-inputs]: Remove field. [native-inputs]: Remove ??? and add python-pytest-bootstrap. [home-page]: Fix indentation. [synopsis]: Update. [description]: Expound.
2021-08-29gnu: python-py-next: Update to 1.10.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-py-next): Update to 1.10.0.
2021-08-29gnu: python-mock: Update description.Maxim Cournoyer
* gnu/packages/check.scm (python-mock) [description]: Mention this library is now part of Python 3.3 onward.
2021-08-29gnu: python-rope: Update to 0.19.0 and remove python2-rope.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-rope): Update to 0.19.0. [source]: Fix indentation. [arguments]: Remove. [native-inputs]: Remove. [license]: Correct license. (python2-rope): Delete variable.
2021-08-29gnu: python-execnet: Update to 1.9.0 and enable tests.Maxim Cournoyer
* gnu/packages/patches/python-execnet-read-only-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-execnet): Update to 1.9.0. [source]: Fix indentation. [arguments]: Enable tests, replacing the default check phase.
2021-08-29gnu: python-pytest-6: Update to 6.2.4 and propagate iniconfig.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-6): Update to 6.2.4. Fix typo. Removing trailing #t. [native-inputs]: Delete the extraneous python-mock input. Move python-iniconfig to... [propagated-inputs]: ... here.
2021-08-29gnu: Add python-pyspnego.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyspnego): New variable.
2021-08-29gnu: Add python-ncclient.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-ncclient): New variable.
2021-08-29gnu: Add python-resolvelib-0.5.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-resolvelib-0.5): New variable.
2021-08-29gnu: Add python-resolvelib.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-resolvelib): New variable.
2021-08-29gnu: Add python-commentjson.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-commentjson): New variable.
2021-08-29gnu: Add emacs-company-org-block.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-company-org-block): New variable.
2021-08-28gnu: Add lsofgraph.Oleg Pykhalov
* gnu/packages/admin.scm (lsofgraph): New variable.
2021-08-28gnu: mame: Update to 0.235.Nicolas Goaziou
* gnu/packages/emulators.scm (mame): Update to 0.235.
2021-08-27gnu: python-pyopencl: Update to 2021.2.6.Lars-Dominik Braun
* gnu/packages/opencl.scm (python-pyopencl)[version]: Update to 2021.2.6. [source]: Point to new git repository. [#:phases]: Remove unused phases. [inputs]: Use unversioned opencl-headers. [propagated-inputs]: Remove unused inputs.
2021-08-27gnu: python-pytools: Update to 2021.2.7.Lars-Dominik Braun
* gnu/packages/opencl.scm (python-pytools)[version]: Update to 2021.2.7. [propagated-inputs]: Remove unused inputs.
2021-08-27gnu: Add clpeak.Lars-Dominik Braun
* gnu/packages/benchmark.scm (clpeak): New variable.
2021-08-27gnu: ocl-icd: Replace with opencl-icd-loader.Lars-Dominik Braun
ocl-icd’s project page is dead and the source code is unavailable. * gnu/packages/opencl.scm (ocl-icd): Alias to opencl-icd-loader. (clinfo)[inputs]: Use opencl-icd-loader. (beignet)[inputs]: Dito. (pocl)[inputs]: Dito. (python-pyopencl)[inputs]: Dito. * gnu/packages/games.scm (leela-zero)[inputs]: Dito. * gnu/packages/photo.scm (darktable)[inputs]: Dito. * gnu/packages/rocm.scm (rocm-opencl-runtime)[inputs]: Dito.
2021-08-27gnu: Add opencl-icd-loader.Lars-Dominik Braun
* gnu/packages/opencl.scm (opencl-icd-loader): New variable.
2021-08-27gnu: clinfo: Update to 3.0.21.02.21 and simplify package.Lars-Dominik Braun
* gnu/packages/opencl.scm (clinfo) [version]: Update to 3.0.21.02.21. [arguments]: Simplify #:phases by adding make arguments to #:make-flags.
2021-08-27gnu: opencl-clhpp: Update to 2.0.15.Lars-Dominik Braun
Note that this version bump removes the deprecated cl.hpp header interface. * gnu/packages/opencl.scm (opencl-clhpp): Update to 2.0.15. [#:configure-flags]: Remove prefix.
2021-08-27gnu: opencl-headers: Update to 2021.06.30 and switch to CMake.Lars-Dominik Braun
* gnu/packages/opencl.scm (opencl-headers)[version]: Update to 2021.06.30. [build-system]: Switch to CMake.
2021-08-27gnu: man-pages: Update to 5.13.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-pages): Update to 5.13.
2021-08-27gnu: josm: Update to 18118.Clément Lassieur
* gnu/packages/geo.scm (josm): Update to 18118. [inputs]: Add java-jsr305. [arguments]<#:phases>{fix-jcs}: Replace ICache.NAME_COMPONENT_DELIMITER with what it points to (":") because its location changed with jcs3.
2021-08-27gnu: java-opening-hours-parser: Update to 0.23.0.Clément Lassieur
* gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.23.0.
2021-08-27gnu: postgresql-9.6: Update to 9.6.23.Efraim Flashner
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.23.
2021-08-27gnu: postgresql-10: Update to 10.18.Efraim Flashner
* gnu/packages/databases.scm (postgresql-10): Update to 10.18.
2021-08-27gnu: postgresql-11: Update to 11.13.Efraim Flashner
* gnu/packages/databases.scm (postgresql-11): Update to 11.13.
2021-08-27gnu: Add python-hmmlearn.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-hmmlearn): New variable.
2021-08-27gnu: Add python-strawc.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-strawc): New variable.