Commit graph

158325 commits

Author SHA1 Message Date
Sharlatan Hellseher
6c09bf9434
gnu: python-mgatk: Update to 0.7.0.
* gnu/packages/bioinformatics.scm (python-mgatk): Update to 0.7.0.
[arguments] <phases>: Remove 'python3-compatibility as resolved
upstream.

Change-Id: I389dd546f4a112bf52758c216baedfdcf0613bf9
2025-04-19 10:17:34 +01:00
Sharlatan Hellseher
233a3e9191
gnu: snakemake: Move inputs to propagated-inputs.
* gnu/packages/python-science.scm (snakemake): Swap INPUTS to
PROPAGATED-INPUTS as the package may be included in others.

Change-Id: I034d8b18a6f4d145bf7b08584b73a5abd19f955e
2025-04-19 10:17:34 +01:00
Sharlatan Hellseher
a3a249dd6f
gnu: python-conda-inject: Simplify check.
* gnu/packages/package-management.scm (python-conda-inject) [arguments]
<phases>: Use default 'check.

Change-Id: I6ec9a95abca5ca70d1d275523160b9e4ef928f5d
2025-04-19 10:17:22 +01:00
Sharlatan Hellseher
c1609ce003
Revert "gnu: python-jplephem-build: Fix build."
This reverts commit 77254ef42d.

* gnu/packages/astronomy.scm (python-jplephem): Nothing is wrong with
tests, no need to skip any.

Change-Id: I8582068ff857055788295cb3c459f782cb357185
2025-04-17 09:05:13 +01:00
Sharlatan Hellseher
ae5e5cb697
gnu: python-apprise: Update to 1.9.3.
* gnu/packages/python-xyz.scm (python-apprise): Update to 1.9.3, fix
build.
[arguments] <test-flags>: Deselect only one freshly failing test.
[native-inputs]: Remove python-pytest-cov.
[synopsis]: Simplify.
[description]: Fix fill paragraph indentation.

Change-Id: If546f2b18da5ed6c25c94557d8f8ee89f67f3e9a
2025-04-17 08:31:59 +01:00
Sharlatan Hellseher
5698a05a07
gnu: Remove pybind11-2.13.
It's the same version as pybind11.

* gnu/packages/python-xyz.scm (pybind11-2.13): Delete variable.

* gnu/packages/python-xyz.scm (python-optree) [native-inputs]: Remove
pybind11-2.13; add pybind11.

Change-Id: I3c3a8e37da4dcfff90c23a0392fb474d55ad2a1d
2025-04-16 20:42:26 +01:00
Sharlatan Hellseher
ea5cee19a6
gnu: snakemake: Rename variable in python-xyz.
There is a duplicated variable with this name in python-science but
different version, rename the variable in python-xyz to reflect it's
version.

* gnu/packages/python-xyz.scm (snakemake): Rename variable to snakemake-5.
(snakemake-6): Inherit from snakemake-5.

Change-Id: Iabb67d68ea5b896a2524eaf9bf73669068cccaeb
2025-04-16 20:39:12 +01:00
Sharlatan Hellseher
6f6e795316
gnu: grip: Fix build.
* gnu/packages/python-web.scm (grip): Fix build and refresh package style.
[build-system]: Switch to pyproject.
[arguments] <test-flags>: Ignore all tests requiring networking.
<phases>: Add 'fix-response-encoding; use default 'check.
[native-inputs]: Add python-setuptools, and python-wheel.
[description]: Fix fill column indentation.

Change-Id: I131ab5efa965760f05411c7dbdb2349d9e8cbcc3
2025-04-16 20:34:13 +01:00
Nicolas Graves
6dd0d0fd90
gnu: Add snakemake.
* gnu/packages/python-science.scm (snakemake): New variable.

Change-Id: Id61c7955684f5186b9dc884f0c9de4ec73f766ea
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:36 +02:00
Nicolas Graves
cdc3d522e5
gnu: Add python-conda-inject.
* gnu/packages/package-management.scm (python-conda-inject): New variable.

Change-Id: Ic4b91e01b68c62fd91a0f6d77e57c6d32c4b5d03
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
5ae21052de
gnu: Add python-snakemake-interface-storage-plugins.
* gnu/packages/python-science.scm
(python-snakemake-interface-storage-plugins): New variable.

Change-Id: Ie74edfdc2535f7f26f0c6210a274dfc351336129
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
b6c69075cb
gnu: Add python-snakemake-interface-software-deployment-plugins.
* gnu/packages/python-science.scm
(python-snakemake-interface-software-deployment-plugins): New variable.

Change-Id: Ia3f6beed3a3ea02607645ca127be52f328b429bb
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
499eda24b3
gnu: Add python-snakemake-interface-report-plugins.
* gnu/packages/python-science.scm
(python-snakemake-interface-report-plugins): New variable.

Change-Id: I8705ba63df668d46ffda575b18ee97bb65acdc6c
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
ef1180807c
gnu: Add python-snakemake-interface-executor-plugins.
* gnu/packages/python-science.scm
(python-snakemake-interface-executor-plugins): New variable.

Change-Id: I6bd9c6aec7293b8412c20dac04f82d867400d71c
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
18ef23a5ad
gnu: Add python-snakemake-interface-common.
* gnu/packages/python-science.scm (python-snakemake-interface-common):
New variable.

Change-Id: Iaac3acb7f57c3b6aedda7fe48daccbd952faddd5
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
5fc0d555f4
gnu: Add python-argparse-dataclass.
* gnu/packages/python-xyz.scm (python-argparse-dataclass): New variable.

Change-Id: If669a77f36753b4639136fc612dda42aca1a61f9
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
0daef2ffdf
gnu: Remove python-setuptools-57.
* gnu/packages/python-build.scm (python-setuptools-57): Delete variable.

Change-Id: I151d8992c9bca65aa114df95354f740a4560d2f9
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
581945709f
gnu: python-louvain: Use pyproject-build-system.
* gnu/packages/graph.scm (python-louvain)
[build-system]: Switch from python-build-system to
pyproject-build-system.
[native-inputs]: Replace python-setuptools-57 by
python-setuptools. Add python-wheel.

Change-Id: I3c07564dd8fd3f75e33a2cc9737372e28c57f733
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves via Guix-patches via
b09cf29ad4
gnu: python-importlib-resources: Update python-setuptools input.
* gnu/packages/python-xyz.scm (python-importlib-resource)
[native-inputs]: Replace python-setuptools-57 by python-setuptools.

Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Steve George
77254ef42d
gnu: python-jplephem-build: Fix build.
* gnu/packages/astronomy.scm (python-jplephem) [phases]: Ignore failing tests.

Change-Id: I33af71f580cd25bbd126fcf0c5cf1164f9c892ef
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
568867b62e
gnu: python-docutils-0.15: Update to 0.16.
* gnu/packages/python-xyz.scm (python-docutils-0.15): Update to 0.16.
[native-inputs]: Replace python-setuptools-57 by python-setuptools.
* gnu/packages/python-web.scm (awscli)[inputs]: Update accordingly.
* gnu/packages/sphinx.scm (python-sphinx-panels)[propagated-inputs]:
Update accordingly.

Change-Id: I84360acf8d8213d0d49301e116f1a158bdb545e7
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:35 +02:00
Nicolas Graves
db1d768acb
gnu: Remove python-sphinx-4.
* gnu/packages/sphinx.scm (python-sphinx-4): Delete variable.

Change-Id: I71d008e2e8cef84ef33827c3477cc442181ad91e
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
9faf277083
gnu: python-numpy-documentation: Update python-sphinx native-input.
* gnu/packages/python-xyz.scm (python-numpy-documentation):
[arguments]{phases}: Add phase 'avoid-external-deps. Adapt phase
'install by removing sphinx.ext.autodoc extension.
[native-inputs]: Replace python-sphinx-4 by python-sphinx. Add
python-sphinx-design.

Change-Id: Ica1c0a72b2106cadd6e51ffcb272980508abb29f
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Steve George
88a160fe3f
gnu: scons: Update to 4.5.0.
* gnu/packages/build-tools.scm (scons): Update to 4.5.0.
[arguments]{check phase}: Remove failing tests.

Change-Id: If17c26174f7790eee562c7c99e3be39fe1e57197
2025-04-16 11:46:34 +02:00
Nicolas Graves
7424092d84
gnu: python-sphinx-panels: Update input to python-sphinx-5.
* gnu/packages/sphinx.scm (python-sphinx-panels):
[arguments]{phases}: Add 'loosen-requirements phase.
[propagated-inputs]: Replace python-sphinx-4 by python-sphinx-5.

Change-Id: I3d7cad92a2d013417ebc4fef65ff244f4bc8d48f
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
a951453fb7
gnu: sphinx-5: Ignore failing test.
* gnu/packages/sphinx.scm (sphinx-5)[arguments]{test-flags}: Ignore
test test_autodoc_default_options (also ignored in sphinx@6).

Change-Id: I0bbb844051b57541b517aba20a6eee0830fb7544
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
303f7ced33
gnu: Remove python-django-3.2.
* gnu/packages/django.scm (python-django-3.2): Delete variable.

Change-Id: Iebc9809999473c2f99d35a78aba8f3f8fbf6b14e
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
e8600e72b0
gnu: patchwork: Update to 3.2.1.
* gnu/packages/patchutils.scm (patchwork): Update to 3.2.1.

Change-Id: Ia6f9cd9431e2e49268ad283f98c8fae6fce4aaef
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
6b2c5900dd
gnu: python-cfn-lint: Update to 1.28.0.
* gnu/packages/python-web.scm (python-cfn-lint): Update to 1.28.0.

Change-Id: I1fa1a4836b2e4b1e360eaf08aa8399dda6435c48
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
6b1426e755
gnu: graphite-web: Update to 1.1.10-2.49c28e2.
* gnu/packages/monitoring.scm (graphite-web): Update to 1.1.10-2.49c28e2.

Change-Id: I10355a9b398b42bab04963608ed43d21a7df6fe6
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
0fd283c178
gnu: Add python-rrdtool.
* gnu/packages/monitoring.scm (python-rrdtool): New variable.

Change-Id: Ifcfcaf745b88016ee2a4f260f0b9bbb77adcbcca
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
f1e81d8dcb
gnu: python-carbon: Update to 1.1.10.
* gnu/packages/monitoring.scm (python-carbon): Update to 1.1.10.

Change-Id: I5a6af8a2ab1f2f8a87883f5be7f74b642ee6669e
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Nicolas Graves
55d7b8f1f6
gnu: gunicorn: Migrate 'check phase to pyproject-build-system.
* gnu/packages/python-web.scm (gunicorn)[arguments]
{phases}: Remove 'check phase and migrate its flags to...
{test-flags}: ...here.

Change-Id: I0635d386d91ef2476dd513787df166f1b181c03c
Signed-off-by: Steve George <steve@futurile.net>
2025-04-16 11:46:34 +02:00
Sharlatan Hellseher
2b8dd22bb9
gnu: python-eventlet: Update to 0.39.1.
* gnu/packages/python-web.scm (python-eventlet): Update to 0.39.1, fix
build.

Change-Id: Ib415f42d10acf638ddd4692fc9d0701922c52714
2025-04-16 11:46:34 +02:00
Sharlatan Hellseher
78405c1df8
gnu: Remove python-sphinx-autodoc-typehints-5.
No users in Guix, it was intermediate variable which is no longer required.

* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): Delete variable.

Change-Id: I0c24541d4615c34559dee1da264042fad6206708
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
e63728d0f0
gnu: Remove python-networkx-next.
It's the same version variant as python-networkx.

* gnu/packages/python-xyz.scm (python-networkx-next): Delete variable.
* gnu/packages/maths.scm (python-mathics-django) [propagated-inputs]:
Remove python-networkx-next; add python-networkx.

Change-Id: Iedc48767af728ff258cc7b2d453f979eb1cc70e4
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
20591361e1
gnu: Remove python-webcolors-24.
It's the same variant as python-webcolors.

* gnu/packages/python-web.scm (python-webcolors-24): Delete variable.
* gnu/packages/python-xyz.scm (python-jsonschema) [propagated-inputs]:
Remove python-webcolors-24; add python-webcolors.

Change-Id: Iaa1db96aaf95618ecef5e8560472b1122e18f009
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
168154c6b6
gnu: Remove python-caniusepython3.
It's a leaf package without users in Guix, failed to build and
archived upstream 4 years ago: "This repository was archived by the
owner on Jan 2, 2021. It is now read-only."

* gnu/packages/python-xyz.scm (python-caniusepython3): Delete variable.

Change-Id: I45ccdfb92dee71d5b7d65e7c7bd0736f305e1d4c
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
b25672f156
gnu: python-transformers: Adjust inputs.
As seen in <https://ci.guix.gnu.org/eval/2052486/log/raw>

* gnu/packages/machine-learning.scm (python-transformers):
[native-inputs]: Remove python-parameterized-next; add
python-parameterized.

Change-Id: I49f3c53737f829a7cdb64fb87d39f0e090802052
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
b130569ee9
gnu: python-precis-i18n: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-precis-i18n): Update to 1.1.1.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: Idd332ac15bddcc408d0675557ff5f8c1e5206222
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
ebcf3311fa
gnu: onionshare-cli: Update to 2.6.3.
* gnu/packages/tor.scm (onionshare-cli): Update to 2.6.3.
[source] <patches>: Remove it.
[build-system]: Switch to pyproject.
[arguments] <phases>: Add 'relax-requirments and 'pre-check; use default
'check.
[inputs]: Remove python-flask-httpauth, python-pycryptodome, and
python-urllib3; add python-cffi, python-flask-compress,
python-gevent, python-gevent-websocket, python-packaging,
python-qrcode, python-setuptools, python-urllib3-next,
python-waitress, and python-werkzeug.
[native-inputs]: Add python-cython-3, python-poetry-core, and
python-wheel.

* gnu/packages/patches/onionshare-cli-async-mode.patch: Delete file.
* gnu/local.mk: Deregister patch.

Change-Id: If0ee795992dc5a91fabcd70b16646eb5cc7aab2c
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
4db0aaf4ad
gnu: Add python-gevent-websocket.
* gnu/packages/python-web.scm (python-gevent-websocket): New variable.

Change-Id: I07f2305c1e1ec257f8764319eadfd28d319b54e5
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
cf6e0232f3
gnu: python-qrcode: Update to 8.0.
* gnu/packages/python-xyz.scm (python-qrcode): Update to 8.0.
[build-system]: Switch to pyproject.
[arguments] <tests?>: Enable them.
[propagated-inputs]: Remove python-lxml; add python-pypng.
[native-inputs]: Add python-poetry-core and python-pytest.
[description]: Fix fill column indentation.

Change-Id: I1b4cf8c3a7ff470b9cc1f0fbaebab26f68d3aef3
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
baf696f281
gnu: python-urllib3-next: Update to 2.3.0.
Keep urllib3@1.26.17 but under the dedicated variable name making it
less confusing with "-next" suffix which is meant to be higher version
of the current one.

* gnu/packages/python-web.scm (python-urllib3-next): Update to
2.3.0. Inherit from python-urllib3.
[native-inputs]: Add python-hatchling and python-hatch-vcs.
(python-urllib3-1.26): New variable.
(python-elasticsearch) [propagated-inputs]: Remove python-urllib3-next;
add python-urllib3-1.26.

* gnu/packages/android.scm (sdkmanager) [inputs]: Remove
python-urllib3-next; add python-urllib3-1.26.
* gnu/packages/package-management.scm (conan) [propagated-inputs]:
Likewise.
* gnu/packages/video.scm (yt-dlp) [inputs]: Likewise.

Change-Id: I2679dda98180815d4e3580d965b8db9c61e53f4a
2025-04-16 11:46:33 +02:00
Sharlatan Hellseher
ae0082fb81
gnu: python-shiboken-2: Update to 5.15.16.
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.16.

Change-Id: I73dd85b345712bfe104daef2fcf829be3d1f2dfd
2025-04-16 11:46:32 +02:00
Sharlatan Hellseher
149905f81b
gnu: python-aenum: Update to 3.1.15.
* gnu/packages/python-xyz.scm (python-aenum): Update to 3.1.15.
[build-system]: Switch to pyproject.
[arguments] <phases>: Use default 'check; add 'fix-tests.
<test-flags>: Skip 3 failing tests.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
[home-page]: Fix it, Bitbucket's one no longer exists, current one was
taken from <https://pypi.org/project/aenum/>.

Change-Id: I43994aac2ea688a63066ee8c8aa1855c51632ac2
2025-04-16 11:46:32 +02:00
Sharlatan Hellseher
4c08d7037a
gnu: python-pyglm: Move to maths.
* gnu/packages/python-science.scm (python-pyglm): Move from here ...
* gnu/packages/maths.scm: ... to here.

* gnu/packages/gnome-xyz.scm: Add (gnu packages maths); remove (gnu
packages python-science).

Change-Id: I49ab732c1070210d005f8753c1e894c9abc3ee8b
2025-04-16 11:46:32 +02:00
Sharlatan Hellseher
1208fe94e0
gnu: python-pyglm: Update to 2.8.1.
* gnu/packages/python-science.scm (python-pyglm): Update to 2.8.1.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: I38ebaa301c3f08f1c011b8695a5595fffbebc06e
2025-04-16 11:46:32 +02:00
Sharlatan Hellseher
41b2716442
gnu: glm: Update to 1.0.1.
* gnu/packages/maths.scm (glm): Update to 1.0.1. Apply a list style.
[source]: Switch to git-fetch.
[arguments] <phases>: Remove 'set-environment as
<https://github.com/g-truc/glm/pull/1087> is resolved.  Use default
'install as <https://github.com/g-truc/glm/pull/968> is resolved.
Add 'post-install.

Change-Id: Ibda3768102ac94f6ef69057bfccd8716f7f91d0e
2025-04-16 11:46:32 +02:00
Nicolas Graves
40015f816d
gnu: python-redis: Ignore i686 failing test.
* gnu/packages/databases.scm (python-redis)
[arguments]{test-flags}: Ignore i686 failing test.

Change-Id: Ifeb08bbfc8dae70d7fff897603985b8b2e382387
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-16 11:46:32 +02:00