summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python-flit: Update to 3.5.1, enable tests and apply guix style.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-flit)[origin]: Fetch from pypi-uri, to ease updating the package. [phases]{bootstrap}: Delete phase. {build, install}: Do a PEP 517 build using pypa-build. {check}: New phase. [tests?]: Enable. [propagated-inputs]{python-pytoml, python-toml}: Remove. {python-pypa-build, python-tomli-w, python-flit-core, python-requests}: New inputs. {python-docutils}: New input, moved from... [native-inputs]: ... here. Apply guix style. {python-testpath}: Use the regular python-testpath package. [synopsis, description]: Re-indent.
* gnu: python-testpath: Update to 0.5.0 and enable tests.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/check.scm (python-testpath): Update to 0.5.0. [phases]{relax-requirements}: New phase {build}: Build using pypa-build's 'build' command. {check}: Override phase. {install}: Adjust. [native-inputs]: Remove python-flit. Add python-pypa-build and python-pytest. [home-page]: Update.
* gnu: Add python-tomli-w.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-build.scm (python-tomli-w): New variable.
* gnu: python-astroid: Update to 2.9.0.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/python-xyz.scm (python-astroid): Update to 2.9.0. [native-inputs]: Add python-typing-extensions. [properties]: Delete field. (python2-astroid): Delete variable.
* gnu: python-typing-extensions: Update to 4.0.1.Maxim Cournoyer2022-01-10
| | | | | | | | | * gnu/packages/python-xyz.scm (python-typing-extensions): Update to 4.0.1. [origin]: Use git-fetch. [tests?]: Disable. [phases]{unpack, build, install}: New phases. [native-inputs]: Add python-pypa-build, python-flit-core. [home-page]: Shorten URL.
* gnu: python-typing: Update to 3.10.0.0.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-typing): Update to 3.10.0.0.
* gnu: python-flit-core: Propagate python-tomli instead of python-toml.Maxim Cournoyer2022-01-10
| | | | | | | | | | Flit Core apparently requires tomli at runtime rather than toml. This means we must build a toml-less python-flit-core first, for bootstrapping purposes. * gnu/packages/python-build.scm (python-flit-core-bootstrap): New variable. (python-flit-core): Inherit from the above, replacing the propagated python-toml by python-tomli. (python-tomli): Adjust accordingly.
* gnu: python-curio: Disable newly failing 'test_timeout' test.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/python-xyz.scm (python-prettytable) [phases]{check}: Honor TESTS? and skip the 'test_timeout' test.
* gnu: glade3: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (glade3)[native-inputs]: Add python.
* gnu: python-typed-ast: Update to 1.5.1.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.5.1.
* gnu: gjs: Build with meson-0.59 to avoid 'install_dir' error.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59.
* gnu: python-msgpack: Update to 1.0.3.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.3. (python2-msgpack): Delete variable.
* gnu: tracker: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (tracker)[native-inputs]: Add python.
* gnu: dconf: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (dconf)[native-inputs]: Add python.
* gnu: gtkmm: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add python.
* gnu: gtk: Update to 4.4.1.Maxim Cournoyer2022-01-10
| | | | | | | | | * gnu/packages/patches/gtk-introspection-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gtk.scm (gtk): Update to 4.4.1. [origin]: Apply new patch. [phases]{pre-check}: Set TZDIR. [native-inputs]: Add graphene, python-pygobject and tzdata.
* gnu: gusb: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (gusb)[native-inputs]: Add python.
* gnu: pangomm: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (pangomm)[native-inputs]: Add python.
* gnu: atkmm-2.28: Do not propagate two variants of glibmm.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/gtk.scm (atkmm-2.28)[propagated-inputs]: Replace rather than append glibmm-2.64.
* gnu: atkmm: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (atkmm)[native-inputs]: Add python.
* gnu: libxkbcommon: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: Add python.
* gnu: wayland-protocols: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/freedesktop.scm (wayland-protocols)[native-inputs]: Add python.
* gnu: wayland: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add python.
* gnu: epiphany: Update to 41.2.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/gnome.scm (epiphany): Update to 41.2.
* gnu: python-gnupg: Update to 0.4.8.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.8. (python2-gnupg): Delete variable.
* gnu: gsettings-desktop-schemas: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python, which is the reason this change is now needed here. * gnu/packages/gnome.scm (gsettings-desktop-schemas) [phases]{patch-schemas}: Use 'search-input-directory'. [native-inputs]: Use new style and add python.
* gnu: gnome-backgrounds: Update to 41.0.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/gnome.scm (gnome-backgrounds): Update to 41.0. [native-inputs]: Use new style.
* gnu: rust-1.39: Update mrustc to commit c70665.Maxim Cournoyer2022-01-10
| | | | | | This brings us closer to a i686 native bootstrap. * gnu/packages/rust.scm (%mrustc-commit): Update to latest commit, c70665.
* gnu: elogind: Reinstate the test-event.c test.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/freedesktop.scm (elogind)[phases]{adjust-tests}: Do not de-register the test-event.c test file from meson.build.
* gnu: shadow: Update to 4.9.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/admin.scm (shadow): Update to 4.9. [source]: Remove hurd patch, merged upstream. [phases]{fix-linking-to-pam}: New phase. * gnu/packages/patches/shadow-hurd-pctrl.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* gnu: libpcap: Update to 2.62.Maxim Cournoyer2022-01-10
| | | | | | * gnu/packages/linux.scm (libpcap): Update to 2.62. [phases]{configure}: Delete phase, and move LDFLAGS to... [make-flags]: ... here. Define arguments via G-expressions.
* gnu: cmake-bootstrap: Update to 3.21.4.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.21.4.
* gnu: eudev: Update to 3.2.11.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/linux.scm (eudev): Update to 3.2.11. [phases]{make-source-writable}: Remove phase, no longer needed. {patch-bindir-in-btrfs-rules}: Likewise, fixed upstream. Remove trailing #t.
* gnu: util-linux: Update to 2.37.2.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/linux.scm (util-linux): Update to 2.37.2.
* gnu: gnupg: Update to 2.2.32.Maxim Cournoyer2022-01-10
| | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.32. (gnupg-2.2.32): Delete variable. (qgpgme)[native-inputs]: Use the regular gnupg package. * gnu/packages/emacs-xyz.scm (emacs-pinentry): Likewise.
* gnu: glibmm-2.64: Fix libsigc++ propagation.Maxim Cournoyer2022-01-10
| | | | | | | | | | Fixes <https://issues.guix.gnu.org/52519>. The package was propagating two variants of libsigc++. * gnu/packages/glib.scm (glibmm-2.64)[propagated-inputs]: Replace existing libsigc++ package instead of prepending an extra one. Reported-by: Leo Famulari <leo@famulari.name>
* gnu: glibmm: Remove trailing #t.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/glib.scm (glibmm): Remove trailing #t.
* gnu: pciutils: Fix the conditional for the kmod input.Maxim Cournoyer2022-01-10
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/52411>. Thanks to Maxime Devos for suggesting the solution. * gnu/packages/pciutils.scm (pciutils): Delete trailing #t. [inputs]{kmod}: Use the hurd-target? procedure in the condition, which correctly handles the Nix system of %current-system and GNU triplet of %current-target-system.
* gnu: help2man: Update to 1.48.5.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/man.scm (help2man): Update to 1.48.5.
* gnu: python-nose: Fix build.Maxim Cournoyer2022-01-10
| | | | | | | | | This unmaintained package doesn't build anymore on Python 3.9.9. * gnu/packages/check.scm (python-nose)[phases]{invoke-2to3}: New phase. [properties]: New field. (python2-nose): Strip python2 property. [phases]{invoke-2to3}: Delete phase.
* gnu: glib: Fix cross-compilation.Maxim Cournoyer2022-01-10
| | | | | | | | | | Fixes <https://issues.guix.gnu.org/52574>. Reported by L p R n d n <guix@lprndn.info>. Thanks to Maxime Devos for the suggested fix. * gnu/packages/glib.scm (glib)[configure-flags]: Define as a G-expression. (glib-with-documentation)[configure-flags]: Likewise.
* gnu: libproxy: Remove target condition from check phase.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/networking.scm (libproxy)[phases]{check}: Remove target condition.
* gnu: libcap: Use #$output unconditionally.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/linux.scm (libcap)[phases]{configure}: Use #$output unconditionally.
* gnu: heimdal: Unify phases, addressing TODO.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/kerberos.scm (heimdal)[phases]: Unconditionally use the %current-target-system branch.
* gnu: cairo: Use bash-minimal unconditionally.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/gtk.scm (cairo)[inputs]: Use bash-minimal unconditionally.
* gnu: llvm-12: Use quasiquote, addressing TODO.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/llvm.scm (llvm-12)[configure-flags]: Use quasiquote.
* gnu: mozjs-60: Use quasiquote, addressing TODO.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/gnuzilla.scm (mozjs-60)[configure-flags]: Use quasiquote.
* gnu: gobject-introspection: Unconditionally use flex and bison.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/glib.scm (gobject-introspection): Delete trailing #t. [native-inputs]: Unconditionally use flex and bison.
* gnu: rust-bitflags-1: Absorb rust-bitflags-1.3.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/crates-io.scm (rust-bitflags-1.3): Delete variable, absorbed into... (rust-bitflags-1): ... this one. * gnu/packages/syndication.scm (newsboat)[cargo-inputs]: Adjust to use rust-bitflags-1.
* gnu: binutils: Absorb binutils-next.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/base.scm (binutils)[configure-flags]: Set out-of-source? to #t. {--enable-64-bit-bfd, --enable-compressed-debug-sections=all, --enable-lto, --enable-separate-code, --enable-threads}: New flags. (binutils-next): Delete variable. (binutils-gold): Inherit from binutils. * gnu/packages/linux.scm (kexec-tools)[native-inputs]: Replace binutils-next with binutils.