~ruther/guix-local

0f44e4fe — Sharlatan Hellseher 2 years ago
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>
4cef9cb1 — Sharlatan Hellseher 2 years ago
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>
03c7b82c — Sharlatan Hellseher 2 years ago
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>
6e44f200 — Sharlatan Hellseher 2 years ago
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>
9afbbfc8 — Sharlatan Hellseher 2 years ago
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>
baa52229 — Sharlatan Hellseher 2 years ago
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>
c8be9fb5 — Sharlatan Hellseher 2 years ago
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>
22b4c8d7 — fanquake 2 years ago
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>
47fe9da5 — fanquake 2 years ago
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>
8bc78fc8 — Parnikkapore 3 years ago
gnu: gajim: Clean up formatting.

* gnu/packages/messaging.scm (gajim): Clean up formatting.

Signed-off-by: Christopher Baines <mail@cbaines.net>
b0938aff — Parnikkapore 3 years ago
gnu: python-nbxmpp: Clean up formatting.

* gnu/packages/messaging.scm (python-nbxmpp): Clean up formatting.

Signed-off-by: Christopher Baines <mail@cbaines.net>
79261203 — Parnikkapore 3 years ago
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>
d1412b1f — Parnikkapore 3 years ago
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>
e99e0e08 — Parnikkapore 3 years ago
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>
9d7daaf1 — Parnikkapore 3 years ago
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>
2c9009f9 — Clément Lassieur 2 years ago
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.
15fdeaeb — Tobias Geerinckx-Rice 2 years ago
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>.
06dc36ff — Maxim Cournoyer 2 years ago
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>
ba21eeb5 — Ludovic Courtès 2 years ago
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.
13b0cf85 — Ludovic Courtès 2 years ago
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.
Next