summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-14gnu: abjad: Fix build....* gnu/packages/music.scm (abjad): Fix build. [arguments]: Use gexp. <phases>: Add disable-failing-tests phase to fix build process of the package. [propagated-inputs]: Move python-flake8, python-isort, python-mypy, python-pytest, python-pytest-cov, python-pytest-helpers-namespace, python-six, python-sphinx-autodoc-typehints from here ... [native-inputs]: ... to here. Remove python-black. Signed-off-by: Leo Famulari <leo@famulari.name> Sharlatan Hellseher
2023-04-14gnu: Sort use-module alphabetically in (gnu packages music)....* gnu/packages/music.scm: Sort use-module alphabetically to ease maintenance. Signed-off-by: Leo Famulari <leo@famulari.name> Sharlatan Hellseher
2023-04-14gnu: Remove duplicate module imports from (gnu packages music)....* gnu/packages/music.scm: Remove duplicated (guix build-system qt). Signed-off-by: Leo Famulari <leo@famulari.name> Sharlatan Hellseher
2023-04-14gnu: js8call: Don't inherit from wsjtx....The inheritance has no effect as all the package fields are specified. * gnu/packages/radio.scm (js8call): Remove 'inherit' field. Guillaume Le Vaillant
2023-04-14gnu: js8call: Improve package style....* gnu/packages/radio.scm (js8call): Use Gexp and shift order of components. [tests]: Enable them. [arguments]<phases>: In fix-paths phase add more steps to modify test script. Replace check phase with in-project script. [native-inputs]: Remove labels. [inputs]: As above. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2023-04-14gnu: sbcl-cl-colors2: Update to 0.5.0....* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2) Update to 0.5.0 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Artyom Bologov
2023-04-13gnu: copyq: Update to 7.0.0....* gnu/packages/xdisorg.scm (copyq): Update to 7.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5
2023-04-13gnu: cbatticon: Update to 1.6.13....* gnu/packages/admin.scm (cbatticon): Update to 1.6.13. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5
2023-04-13gnu: freeciv: Update to 3.0.7....* gnu/packages/games.scm (freeciv): Update to 3.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net> Yovan Naumovski
2023-04-13gnu: uxn: Update to 0.1.0-1.83237c9....* gnu/packages/emulators.scm (uxn): Update to 0.1.0-1.83237c9. Signed-off-by: Christopher Baines <mail@cbaines.net> Yovan Naumovski
2023-04-13gnu: minetest: Update to 5.7.0....* gnu/packages/minetest.scm (minetest): Update to 5.7.0. [arguments]: Move check phase to after install, as the tests refer to data files in the installation. (minetest-data): Update to 5.7.0. * gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt10. Signed-off-by: Christopher Baines <mail@cbaines.net> Parnikkapore
2023-04-13gnu: python-redis: Update to 4.5.4....* gnu/packages/databases.scm (python-redis): Update to 4.5.4. Signed-off-by: Christopher Baines <mail@cbaines.net> Yovan Naumovski
2023-04-13gnu: python-breathe: Update to 4.35.0....* gnu/packages/sphinx.scm (python-breathe): Update to 4.35.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Antero Mejr
2023-04-13gnu: rust-slog-stdlog: Update to 4.1.1....* gnu/packages/crates-io.scm (rust-slog-stdlog-4): Update to 4.1.1. Signed-off-by: Christopher Baines <mail@cbaines.net> aecepoglu
2023-04-13gnu: python-faker: Update to 15.0.0....* gnu/packages/python-xyz.scm (python-faker): Update to 15.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart
2023-04-13gnu: guix-build-coordinator: Update to 0-77.7f6db4b....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-77.7f6db4b. Christopher Baines
2023-04-13gnu: evince: Update to 44.1....* gnu/packages/gnome.scm (evince): Update to 44.1. [arguments]: Update skip-gtk-update-icon-cache phase. Maxim Cournoyer
2023-04-13doc: Fix various typos....* doc/guix.texi: Fix typos. Florian Pelz
2023-04-12gnu: wsjtx: Improve package style....* gnu/package/radio.scm (wsjtx): Improve package style by shifting order of components. [native-inputs]: Columnize, sort alphabetically. [inputs]: Remove labels, sort alphabetically. Signed-off-by: Leo Famulari <leo@famulari.name> Sharlatan Hellseher
2023-04-12gnu: wsjtx: Update to 2.6.1....* gnu/packages/radio.scm (wsjtx): Update to 2.6.1. Signed-off-by: Leo Famulari <leo@famulari.name> Sharlatan Hellseher
2023-04-12gnu: Zstandard: Update to 1.5.5....This fixes a corruption bug: https://github.com/facebook/zstd/releases/tag/v1.5.5 * gnu/packages/compression.scm (zstd)[replacement, properties]: New fields. (zstd-1.5.5): New variable. Leo Famulari
2023-04-12gnu: Add cl-docutils....* gnu/packages/lisp-xyz.scm (cl-docutils, ecl-cl-docutils, sbcl-cl-docutils): New variables. Pierre Neidhardt
2023-04-12gnu: Add data-format-validation....* gnu/packages/lisp-xyz.scm (cl-data-format-validation, ecl-data-format-validation, sbcl-data-format-validation): New variables. Pierre Neidhardt
2023-04-12gnu: Add staple....* gnu/packages/lisp-xyz.scm (cl-staple, ecl-staple, sbcl-staple): New variables. Pierre Neidhardt
2023-04-12gnu: Add speechless....* gnu/packages/lisp-xyz.scm (cl-speechless, ecl-speechless, sbcl-speechless): New variables. Pierre Neidhardt
2023-04-12gnu: Add maiden....* gnu/packages/lisp-xyz.scm (cl-maiden, ecl-maiden, sbcl-maiden): New variables. Pierre Neidhardt
2023-04-12gnu: Add forge....* gnu/packages/lisp-xyz.scm (cl-forge, ecl-forge, sbcl-forge): New variables. Pierre Neidhardt
2023-04-12gnu: Add filesystem-utils....* gnu/packages/lisp-xyz.scm (cl-filesystem-utils, ecl-filesystem-utils, sbcl-filesystem-utils): New variables. Pierre Neidhardt
2023-04-12gnu: Add file-select....* gnu/packages/lisp-xyz.scm (cl-file-select, ecl-file-select, sbcl-file-select): New variables. Pierre Neidhardt
2023-04-12gnu: Add depot....* gnu/packages/lisp-xyz.scm (cl-depot, ecl-depot, sbcl-depot): New variables. Pierre Neidhardt
2023-04-12gnu: Add cl-steamworks....* gnu/packages/lisp-xyz.scm (cl-steamworks, ecl-cl-steamworks, sbcl-cl-steamworks): New variables. Pierre Neidhardt
2023-04-12gnu: Add cl-modio....* gnu/packages/lisp-xyz.scm (cl-modio, ecl-cl-modio, sbcl-cl-modio): New variables. Pierre Neidhardt
2023-04-12gnu: Add zippy....* gnu/packages/lisp-xyz.scm (cl-zippy, ecl-zippy, sbcl-zippy): New variables. Pierre Neidhardt
2023-04-12gnu: Add cl-markless....* gnu/packages/lisp-xyz.scm (cl-markless, ecl-cl-markless, sbcl-cl-markless): New variables. Pierre Neidhardt
2023-04-12gnu: Add cl-fond....* gnu/packages/lisp-xyz.scm (cl-fond, ecl-cl-fond, sbcl-cl-fond): New variables. Pierre Neidhardt
2023-04-12gnu: Add radiance-contribs....* gnu/packages/lisp-xyz.scm (cl-radiance-contribs, ecl-radiance-contribs, sbcl-radiance-contribs): New variables. Pierre Neidhardt
2023-04-12gnu: sbcl-slynk: Update to 20230327....* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 20230327. Pierre Neidhardt
2023-04-12gnu: emacs-sly: Update to 20230327....* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20230327. Pierre Neidhardt
2023-04-12gnu: qgis: Update to 3.30.1....* gnu/packages/geo.scm (qgis): Update to 3.30.1. [arguments]: Define GISBASE environment variable during tests as it is used to find Grass GIS. (later in the installed version of QGis the same environment variable has already been set.) Execute tests in parallel. Update list of disabled broken tests. Try to classify failure reasons (network, missing/incomplete dependencies). There are still a lot of tests with unknown failure reasons. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: pcb2gcode: Update to 2.5.0....* gnu/packages/engineering.scm (pcb2gcode): Update to 2.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: python-osmnx: Use pyproject-build-system....* gnu/packages/geo.scm (python-osmnx)[build-system]: Use pyproject-build-system instead of python-build-system. [arguments]: Remove custom 'check phase. Instead define test-flags to disable network tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: python-rtree: Update to 1.0.1....* gnu/packages/geo.scm (python-rtree): Update to 1.0.1. [build-system]: Use pyproject-build-system instead of python-build-system. [arguments]: Remove custom 'check phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: python-cartopy: Disable some tests....Some tests fail with proj 9.2.0. * gnu/packages/geo.scm (python-cartopy)[arguments]: Update 'check' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: python-pyproj: Update to 3.5.0....* gnu/packages/geo.scm (python-pyproj): Update to 3.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: proj: Update to 9.2.0....* gnu/packages/geo.scm (proj): Update to 9.2.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: geos: Update to 3.11.2....* gnu/packages/geo.scm (geos): Update to 3.11.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Felix Gruber
2023-04-12gnu: electron-cash: Update to 4.2.14....* gnu/packages/finance.scm (electron-cash): Update to 4.2.14. [arguments]: Remove 'relax-requirements' phase. Guillaume Le Vaillant
2023-04-12gnu: p2pool: Update to 3.2....* gnu/packages/finance.scm (p2pool): Update to 3.2. Guillaume Le Vaillant
2023-04-12gnu: monero-gui: Update to 0.18.2.2....* gnu/packages/finance.scm (monero-gui): Update to 0.18.2.2. Guillaume Le Vaillant
2023-04-12gnu: monero: Update to 0.18.2.2....* gnu/packages/finance.scm (monero): Update to 0.18.2.2. Guillaume Le Vaillant