~ruther/guix-local

1b1db5f7 — Sharlatan Hellseher 6 months ago
gnu: mallard-ducktype: Move to documentation.

* gnu/packages/python-xyz.scm (mallard-ducktype): Move from here ...
* gnu/packages/documentation.scm: ... to here.

Fixes: guix/guix#1200.
Change-Id: I05895a56626a0416c4c7710c48f06b62538b4622
e5d2f0bd — Efraim Flashner 6 months ago
gnu: toot: Update to 0.50.1.

* gnu/packages/fediverse.scm (toot): Update to 0.50.1.
[arguments]: Remove field.
[inputs]: Remove python-urwid and python-urwidgets; add python-dateutil
and python-urwid-3.
[native-inputs]: Remove python-psycopg2-binary, python-pyyaml, and
python-typing-extensions; add python-pillow and python-setuptools-scm.

Change-Id: I06a39646b1ffac130a42a1d1d10bbdcfc625ab94
7b8ef76b — Arun Isaac 6 months ago
services: mumi: Raise maximum duration of indexing job.

Indexing all Debbugs issues from scratch can take more than an hour.

* gnu/services/web.scm (mumi-shepherd-services): Raise #:max-duration to 2
hours.
2c7e5574 — Efraim Flashner 6 months ago
gnu: dbxfs: Fix build.

* gnu/packages/file-systems.scm (dbxfs)[build-system]: Switch to the
pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I79dfd9e7092aaf0b5078900c6b2ecbbe9137b44f
6b8c23fd — Douglas Deslauriers 1 year, 11 months ago
gnu: vmware-open-vm-tools: Update to 13.0.0.

* gnu/packages/virtualization.scm (vmware-open-vm-tools): Update to
 13.0.0.

Change-Id: I503b9202db82992442a76af3c6b2ce8ffe017e4a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2738209b — Oscar Chevalier 8 months ago
gnu: neovim: Add support for guix neovim packages.

Enables the use of guix as a package manager for neovim, compatible with
the outputs of `vim-build-system`.

* gnu/packages/vim.scm (neovim)[arguments]: Added another phase to
install the system init file to the correct place.
* gnu/packages/aux-files/guix-nvim.vim: New file.
* Makefile.am (AUX_FILES): Register file.

Change-Id: I375e3e0d051da27d065dff5456cb298a01bc90b1
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
80f24100 — Rutherther 6 months ago
teams: Add entry for Rutherther.

Add myself to release team.

* etc/teams.scm (Rutherther): New member.

Change-Id: Ied242919f54abe05e429fb8e658bdc9e0ffc0cb1
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
ea44a564 — Sharlatan Hellseher 6 months ago
gnu: python-quadpy: Adjust inputs.

* gnu/packages/maths.scm (python-quadpy)[inputs]: Add python-matplotlib.
[native-inputs]: Remove python-wheel.

Change-Id: I72f2d7daafebd98f96245697aecb60c176981336
f94377da — Sharlatan Hellseher 6 months ago
gnu: python-scikit-fem: Update to 11.0.0.

* gnu/packages/python-science.scm (python-scikit-fem): Update to 11.0.0.
[propagated-inputs]: Add python-matplotlib.
[native-inputs]: Remove python-wheel.

Change-Id: I52ac1f1125f7d5849b8a90f5db74aeabc08fd6ef
34a80a0f — Sharlatan Hellseher 6 months ago
gnu: python-plotly: Fix tests.

* gnu/packages/python-science.scm (python-plotly) [native-inputs]:
Remove python-wheel; add python-nbformat.

Change-Id: I257a9b06343b37e95428bfa46f4b5547b7adb876
60e0723b — Sharlatan Hellseher 6 months ago
gnu: python-textdistance: Limit concurrent tests.

* gnu/packages/python-xyz.scm (python-textdistance)[arguments]
<test-flags>: Limit parallel tests up to 4 threads.

Change-Id: Id70320f528a0618e3058ccabaec5675180b06b74
fe84590b — Sharlatan Hellseher 6 months ago
gnu: python-poppy: Fix tests.

* gnu/packages/astronomy.scm (python-poppy)[arguments] <test-flags>:
Avoid "docs/ext/numfig.py".

Change-Id: If0ab442d6e5ab93ef59f602be4fa3cf37ce23422
0b1bb5d6 — Nicolas Graves 6 months ago
gnu: python-pygtrie: Fix and run tests.

* gnu/packages/python-xyz.scm (python-pygtrie)
[source]: Switch to git-fetch.
[arguments]<#:test-backend>: Set it.
<#:phases>: Add phase 'set-version.
[native-inputs]: Remove python-wheel.

Change-Id: Ib3da3430340077624410e334d7846b75b6928471
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
bdf0b56b — Nicolas Graves 6 months ago
gnu: python-distance: Update to 0.1.3-0.ad7f9dc.

* gnu/packages/python-xyz.scm (python-distance): Update to 0.1.3-0.ad7f9dc.
[source]: Switch to git-fetch.
[arguments]: Set <#:test-backend> and <#:test-flags>.
[native-inputs]: Remove python-wheel.

Change-Id: I76fdce7caa7cff779ef6df60dd3969aea57be5d5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f9fc9c1d — Nicolas Graves 6 months ago
gnu: python-pyxdameraulevenshtein: Run and fix tests.

* gnu/packages/python-xyz.scm (python-pyxdameraulevenshtein)
[source]: Switch to git-fetch.
[native-inputs]: Add python-pytest, remove python-wheel.

Change-Id: I5835d0367438a3f3cc017b1dc37fd5d6f2f3c120
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
53aa7a15 — Nicolas Graves 6 months ago
gnu: python-matrix-nio: Disable failing tests.

* gnu/packages/matrix.scm (python-matrix-nio)
[arguments]<#:test-flags>: Disable failing tests.
<#:phases>: Improve style ; add phase 'relax-requirements.
[native-inputs]: Remove python-mypy, python-mypy-extensions,
python-poetry-core, python-pytest-cov, python-pytest-flake8,
python-wheel.

Change-Id: I45ddc6ca02333eb5384f310cfd6cdb9091626334
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
cae5f4fb — Nicolas Graves 6 months ago
gnu: python-vireosnp: Update to 0.5.9-0.e365463.

* gnu/packages/bioinformatics.scm (python-vireosnp): Update to 0.5.9-0.e365463.
[source]: Switch to git-fetch.
[arguments]<#:phases>: Replace 'check phase.
[native-inputs]: Remove python-wheel.

Change-Id: I53fee681916b4c4a5ad483fdf589e8297864da7f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
3a98b3f4 — Nicolas Graves 6 months ago
gnu: python-telingo: Fix tests.

* gnu/packages/potassco.scm (python-telingo)
[source]: Run guix style.
[native-inputs]: Add python-pytest, remove python-wheel.

Change-Id: Ie20e81780ac715f63fb4485e19a5e28b5a7ef579
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
cf67c483 — Nicolas Graves 6 months ago
gnu: python-shopifyapi: Switch to pyproject.

* gnu/packages/python-web.scm (python-shopifyapi):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.
[description]: Improve style.

Change-Id: If574f434dc796c26f07f93f60157bea5a2ac9aaf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
16ff95c3 — Nicolas Graves 6 months ago
gnu: python-test-utils: Disable tests.

* gnu/packages/python-check.scm (python-test-utils)
[arguments]<#:tests?>: Disable them.
[native-inputs]: Remove python-wheel.

Change-Id: Ib45a88ef010749f5b18f0ae591df83baf99c5bc6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Next