aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python-pyqtwebengine: Update to 5.15.9.Lars-Dominik Braun2023-03-30
| | | | | | | | * gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.9. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pyqt-builder. [arguments]: Move 'configure phase into #:configure-flags, drop 'make-namespace, add 'set-include-dirs.
* gnu: python-pyqt: Update to 5.15.9.Lars-Dominik Braun2023-03-30
| | | | | | | | | Version 5.15.8 does not build. * gnu/packages/qt.scm (python-pyqt): Update to 5.15.9. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pyqt-builder. [arguments]: Disable tests, move 'configure phase into #:configure-flags.
* gnu: python-pyqt-builder: Update to 1.14.1.Lars-Dominik Braun2023-03-30
| | | | * gnu/packages/qt.scm (python-pyqt-builder): Update to 1.14.1.
* gnu: python-sip: Update to 6.7.7.Lars-Dominik Braun2023-03-30
| | | | | | | | * gnu/packages/patches/python-sip-include-dirs.patch: New file. * gnu/local.mk: Add it. * gnu/packages/qt.scm (python-sip): Update to 6.7.7. [propagated-inputs]: Add python-ply. [source]: Use patch.
* gnu: ucx: Update to 1.14.0.Guillaume Le Vaillant2023-03-27
| | | | | | * gnu/packages/fabric-management.scm (ucx): Update to 1.14.0. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Adapt patch to new ucx version.
* gnu: psm2: Update to 11.2.230.Guillaume Le Vaillant2023-03-27
| | | | * gnu/packages/linux.scm (psm2): Update to 11.2.230.
* gnu: vtk: Don't pin to proj-7.Guillaume Le Vaillant2023-03-27
| | | | * gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj-7 by proj.
* gnu: u-boot: Fix build under Python 3.10.Josselin Poiret2023-03-26
| | | | | | | | * gnu/packages/patches/u-boot-fix-build-python-3.10.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/bootloaders.scm (u-boot): Apply patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: opensbi: Build with default gcc, with microarch rv64g.Josselin Poiret2023-03-26
| | | | | | | | * gnu/packages/firmware.scm (make-opensbi-package): Remove specific #:xgcc for the cross-toolchain, there is not reason for it now. Also set the microarch to rv64g, so that it builds. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qtquickcontrols2-5: Fix source hash.Guillaume Le Vaillant2023-03-25
| | | | * gnu/packages/qt.scm (qtquickcontrols2-5)[source]: Fix hash.
* gnu: python-pyzmq: Update to 25.0.2.Guillaume Le Vaillant2023-03-25
| | | | | | | * gnu/packages/python-xyz.scm (python-pyzmq): Update to 25.0.2. [source]: Update snippet. [arguments]: Add 'disable-draft-test' phase. [native-inputs]: Add python-pytest-asyncio and python-tornado.
* gnu: volk: Update to 3.0.0.Guillaume Le Vaillant2023-03-25
| | | | | | * gnu/packages/engineering.scm (volk): Update to 3.0.0. [arguments]: Add 'disable-check-lgpl-test' phase. Remove trailing booleans. [license]: Replace gpl3+ by lgpl3+. Add asl2.0.
* gnu: cl-cffi-gtk: Update to 3.8.8-3.1700fe6.Guillaume Le Vaillant2023-03-25
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk): Update to 3.8.8-3.1700fe6. [source,home-page]: Switch to active repository. [inputs]: Remove labels. [arguments]: Update 'fix-paths' phase.
* gnu: cl-cffi: Update to 0.24.1-1.3397035.Guillaume Le Vaillant2023-03-25
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-cffi): Update to 0.24.1-1.3397035. [arguments]: Remove 'fix-arm-support' phase. Update 'fix-paths' phase.
* gnu: python-pre-commit: Move deprecated variable next to replacement.Maxim Cournoyer2023-03-23
| | | | | | | | | | This fixes a module import dependency cycle, which was introduced in 831baaf81e57ce9d9053ba6f9e0653a2d27298c4 ("gnu: python-pre-commit: Replace with pre-commit."). The rule of thumb to avoid these is that the deprecated package should live next to the replacement package (in the same module). * gnu/packages/python-xyz.scm (python-pre-commit): Move to... * gnu/packages/version-control.scm (python-pre-commit): ... here.
* gnu: git: Fix missing native-inputs after commit ccb62d8feb.Kaelyn Takata2023-03-21
| | | | | | | * gnu/packages/version-control.scm (git)[native-inputs]: Restore native-inputs to what they were prior to the merge commit ccb62d8feb. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: gnulib: Depend on git-minimal/pinned.Josselin Poiret2023-03-20
| | | | | | | * gnu/packages/build-tools.scm (gnulib)[native-inputs]: Change git to git-minimal/pinned. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-20
|\
| * gnu: openjdk10: Apply patch again.Andreas Enge2023-03-20
| | | | | | | | | | | | | | This partially reverts commit 7636c49b45adb9870cf416c64bde032ec858a820 where the patch was dropped. * gnu/packages/java.scm (openjdk10)[source]: Apply patch.
| * gnu: Add r-annotationhubdata.Mădălin Ionel Patrașcu2023-03-20
| | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-annotationhubdata): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: Add r-affylmgui.Mădălin Ionel Patrașcu2023-03-20
| | | | | | | | * gnu/packages/bioconductor.scm (r-affylmgui): New variable.
| * gnu: Add r-tkrplot.Mădălin Ionel Patrașcu2023-03-20
| | | | | | | | | | | | * gnu/packages/cran.scm (r-tkrplot): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
| * gnu: Add r-affyplm.Mădălin Ionel Patrașcu2023-03-20
| | | | | | | | * gnu/packages/bioconductor.scm (r-affyplm): New variable.
| * gnu: Add r-affyilm.Mădălin Ionel Patrașcu2023-03-20
| | | | | | | | * gnu/packages/bioconductor.scm (r-affyilm): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-20
|\|
| * gnu: python-google-api-client: Update to 1.12.8.Efraim Flashner2023-03-20
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-google-api-client): Update to 1.12.8. [arguments]: Remove custom phase to adjust setup.py. [native-inputs]: Remove python-oauth2client, python-uritemplate. Move python-httplib2, python-six ... [propagated-inputs]: ... here. Add python-google-api-core-1, python-google-auth-1, python-google-auth-httplib2, python-uritemplate-3.
| * gnu: python-googleapis-common-protos: Update to 1.56.4.Efraim Flashner2023-03-20
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-googleapis-common-protos): Update to 1.56.4. [arguments]: Enable test suite.
| * gnu: Add python-google-api-core-1.Efraim Flashner2023-03-20
| | | | | | | | * gnu/packages/python-web.scm (python-google-api-core-1): New variable.
| * gnu: Add python-google-auth-1.Efraim Flashner2023-03-20
| | | | | | | | * gnu/packages/python-web.scm (python-google-auth-1): New variable.
| * gnu: Add python-google-auth-httplib2.Efraim Flashner2023-03-20
| | | | | | | | | | * gnu/packages/python-web.scm (python-google-auth-httplib2): New variable.
| * gnu: Add python-uritemplate-3.Efraim Flashner2023-03-20
| | | | | | | | * gnu/packages/python-web.scm (python-uritemplate-3): New variable.
| * gnu: python-httplib2: Update to 0.15.0.Efraim Flashner2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-httplib2): Update to 0.15.0. [source]: Download using git. [arguments]: Add a phase to adjust the test package version requirements. [native-inputs]: Add python-flake8, python-future, python-mock, python-pytest, python-pytest-cov, python-pytest-forked, python-pytest-randomly, python-pytest-timeout, python-pytest-xdist, python-six. [home-page]: Switch to new upstream homepage.
| * gnu: zig: Increase max-silent-time.Efraim Flashner2023-03-20
| | | | | | | | | | * gnu/packages/zig.scm (zig-0.10)[properties]: Set max-silent-time to 3 hours.
| * gnu: Add transanno.Ricardo Wurmus2023-03-20
| | | | | | | | * gnu/packages/bioinformatics.scm (transanno): New variable.
| * gnu: Add rust-autocompress-0.2.Ricardo Wurmus2023-03-20
| | | | | | | | * gnu/packages/crates-io.scm (rust-autocompress-0.2): New variable.
| * gnu: Add rust-temp-testdir-0.2.Ricardo Wurmus2023-03-20
| | | | | | | | * gnu/packages/crates-io.scm (rust-temp-testdir-0.2): New variable.
| * gnu: Add rust-bio-0.41.Ricardo Wurmus2023-03-20
| | | | | | | | * gnu/packages/crates-io.scm (rust-bio-0.41): New variable.
| * gnu: ruby-rugged: Update to 1.6.2-0.6379f23 and enable tests.Maxim Cournoyer2023-03-20
| | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-rugged): Update to 1.6.2-0.6379f23. [source]: Fetch via git. [arguments]: Enable tests. Add #:phases. [native-inputs]: Add git-minimal/pinned. Remove ruby-minitest and ruby-pry.
| * gnu: python-django-rq: Update to 2.7.0.Maxim Cournoyer2023-03-20
| | | | | | | | | | * gnu/packages/django.scm (python-django-rq): Update to 2.7.0. [arguments]: Replace django-admin.py with django-admin in check phase.
| * gnu: python-aioredis: Deprecate by python-redis.Maxim Cournoyer2023-03-20
| | | | | | | | | | * gnu/packages/databases.scm (python-aioredis): Mark as deprecated by python-redis.
| * gnu: python-fakeredis: Update to 2.10.1 and enable tests.Maxim Cournoyer2023-03-20
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-fakeredis): Update to 2.10.1. [source]: Fetch via git. [build-system]: Use pyproject-build-system. [arguments]: Enable tests. Add #:phases. [native-inputs]: New field. [propagated-inputs]: Remove python-aioredis and python-packaging. [home-page]: Update URL.
| * gnu: python-redis: Update to 4.5.2 and enable tests.Maxim Cournoyer2023-03-20
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-redis): Update to 4.5.2. [source]: Fetch from git. [build-system]: Use pyproject-build-system. [arguments]: Enable tests. Add #:test-flags and #:phases. [native-inputs]: Add field. [propagated-inputs]: Add field. [home-page]: Update URL.
| * gnu: python-hiredis: Update to 2.2.2 and enable tests.Maxim Cournoyer2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-hiredis): Update to 2.2.2. [source]: Fetch via git and apply patches. [build-system]: Use pyproject-build-system. [arguments]: Enable tests. Add #:phases. [native-inputs]: New field. [inputs]: Likewise. * gnu/packages/patches/python-hiredis-fix-header.patch: New file. * gnu/packages/patches/python-hiredis-use-system-hiredis.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them.
| * gnu: hiredis: Update to 1.1.0.Maxim Cournoyer2023-03-20
| | | | | | | | * gnu/packages/databases.scm (hiredis): Update to 1.1.0.
| * gnu: redis: Use gexps and streamline.Maxim Cournoyer2023-03-20
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (redis) [arguments]: Merge the use-correct-tclsh into the patch-paths phase. Use 'which' instead of assoc-ref. Move the #:make-flags argument before the #:phases one. Use cc-for-target as the value of the CC make flag. [native-inputs]: Move field below arguments.
| * gnu: redis: Update to 7.0.9 [security fixes].Maxim Cournoyer2023-03-20
| | | | | | | | | | | | | | | | | | | | Fixes CVE-2023-25155, CVE-2022-36021 and more; see https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES. * gnu/packages/databases.scm (redis): Update to 7.0.9. [native-inputs]: Add pkg-config and which. [arguments]: Add a patch-paths phase. Skip the AOF-related tests. [properties]: Add a lint-hidden-cve property.
| * services: network-manager: Add missing shadowing of 'iwd?' field.Andrew Tropin2023-03-20
| | | | | | | | | | * gnu/services/networking.scm (network-manager-shepherd-service): Add missing shadowing of 'iwd?' field by using let* instead of let.
| * home: 'home-environment-with-provenance' uses the HE location info.Sergey Trofimov2023-03-20
| | | | | | | | | | | | | | * gnu/home.scm (home-environment-with-provenance): Make `config-file` optional, with the default taken from the HE location info. Signed-off-by: Andrew Tropin <andrew@trop.in>
| * gnu: emacs-eshell-syntax-highlighting: Update to 0.3-0.1ba39a9.conses2023-03-20
| | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.3-0.1ba39a9. Signed-off-by: Andrew Tropin <andrew@trop.in>
| * gnu: Add emacs-geiser-eros.Andrew Tropin2023-03-20
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-eros): New variable.