gnu: python-sunpy: Enable more tests. * gnu/packages/astronomy.scm (python-sunpy): Enable tests detecting python-cdflib metadata. Update annotation for still disabled tests. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: python-cdflib: Fix version detection. * gnu/packages/astronomy.scm (python-cdflib): Fix version detection during build Wheel package. [arguments]: Add new phase 'set-env-version. [native-inputs]: Add python-setuptools-scm. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: python-cdflib: Update to 1.1.0. * gnu/packages/astronomy.scm (python-cdflib): Update to 1.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: python-astropy-healpix: Update to 1.0.0. * gnu/packages/astronomy.scm (python-astropy-healpix): Update to 1.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: splash: Update to 3.8.4. * gnu/packages/astronomy.scm (splash): Update to 3.8.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: libxisf: Extend description. * gnu/packages/astronomy.scm (libxisf)[description]: Explain acronym. Add essential links to the mentioned standard and the service. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: libxisf: Update to 0.2.9. * gnu/packages/astronomy.scm (libxisf): Update to 0.2.9. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: python-coloful: Update to 0.5.5. * gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: python-pyotp: Update to 2.9.0. * gnu/packages/python-crypto.scm (python-pyotp): Update to 2.9.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: gajim: Clean up formatting. * gnu/packages/messaging.scm (gajim): Clean up formatting. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: python-nbxmpp: Clean up formatting. * gnu/packages/messaging.scm (python-nbxmpp): Clean up formatting. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: gajim-openpgp: Update to 1.5.0. * gnu/packages/messaging.scm (gajim-openpgp): Update to 1.5.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: gajim-omemo: Update to 2.9.0. * gnu/packages/messaging.scm (gajim-omemo): Update to 2.9.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: gajim: Update to 1.7.3. * gnu/packages/messaging.scm (gajim): Update to 1.7.3. [arguments]: Switch to "python -m build". To use pyproject-build-system, support for backend-path is needed. Add metadata build and install phase. Switch to "python -m unittest" as test method, following upstream recommendation. Generate gdk-pixbuf cache and include result in wrapper. Allows Gajim to run in pure environments. [native-search-paths]: Update. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: python-nbxmpp: Update to 4.2.2. Gajim will not build at this commit. * gnu/packages/messaging.scm (python-nbxmpp): Update to 4.2.2. [arguments]: Specify "python -m unittest" as test method. Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: transmission: Fix loading icons in pure environments. * gnu/packages/bittorrent.scm (transmission)[arguments]: Add a 'wrap-program' phase that sets GDK_PIXBUF_MODULE_FILE.
gnu: alex4: Remove non-free package. Its readme.txt goes out of its way to licence only ‘source code’ under the GPL2+, a reading supposedly confirmed by the author: https://libregamewiki.org/Talk:Alex_the_Allegator_4 However, we don't need to rely on the authenticity of that claim: the game data is clearly not licenced, and is required to run the binary. Without it, the game segfaults. * gnu/packages/games.scm (alex4): Remove variable. Fixes <https://issues.guix.gnu.org/65881>.
doc: Update bug-reference configuration snippet. * doc/contributing.texi (The Perfect Setup) <Viewing Bugs within Emacs>: Properly quote Elisp functions. Add 'require' directives. Set BUG-REFERENCE-URL-FORMAT so the configuration is self-contained. Suggested-by: Mekeor Melire <mekeor@posteo.de>
tests: Assume ‘git’ is always available. * tests/channels.scm (gpg+git-available?): Check for ‘gpg-command’ only. Remove all ‘test-skip’ statements. * tests/derivations.scm: Likewise. * tests/git-authenticate.scm: Likewise. * tests/git.scm: Likewise. * tests/import-git.scm: Likewise.
git-download: Use “builtin:git-download” when available. Fixes <https://issues.guix.gnu.org/63331>. Longer-term this will remove Git from the derivation graph when its sole use is to perform a checkout for a fixed-output derivation, thereby breaking dependency cycles that can arise in these situations. * guix/git-download.scm (git-fetch): Rename to… (git-fetch/in-band): … this. Deal with GIT or GUILE being #f. (git-fetch/built-in, built-in-builders*, git-fetch): New procedures. * tests/builders.scm ("git-fetch, file URI"): New test.