Nicolas Graves
49bd97fb90
gnu: python-latexcodec: Update to 3.0.1.
...
* gnu/packages/python-xyz.scm (python-latexcodec): Update to 3.0.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Remove python-six.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: I13b80bd830c79ac1772961b1a3002e9f731a4be1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:57:04 +00:00
Nicolas Graves
6a46fbdf4a
gnu: python-apache-libcloud: Update to 3.8.0.
...
* gnu/packages/python-xyz.scm (python-apache-libcloud): Update to 3.8.0.
[arguments]<#:phases>: Improve style.
[propagated-inputs]: Remove python-paramiko.
[native-inputs]: Remove python-lockfile, python-mock,
python-pytest-runner. Add python-setuptools.
[description]: Improve style.
Change-Id: I9a2cda678372a2621f0b57f4b5c6c7895c0e051b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:29:50 +00:00
Nicolas Graves
1ebe34cd17
gnu: python-gh-md-to-html: Remove python-shellescape input.
...
* gnu/packages/python-xyz.scm (python-gh-md-to-html)
[arguments]<#:phases>: Add phase 'relax-shellescape-requirement.
[propagated-inputs]: Remove python-shellescape.
[native-inputs]: Remove python-wheel.
Change-Id: I4cfeba99b42287ca6b83b00091ae3431928625ba
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:29:50 +00:00
Nicolas Graves
fc4001dc71
gnu: python-arcp: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-arcp):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.
[synopsis, description]: Improve style.
Change-Id: Ifc32f41b5069fe0466ba66eb12493d477c216b9c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:29:50 +00:00
Nicolas Graves
6ff03751e4
gnu: python-rfc6555: Update to 0.1.0.
...
* gnu/packages/python-xyz.scm (python-rfc6555): Update to 0.1.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Replace <#:phases> by <#:test-flags>.
[native-inputs]: Add python-setuptools.
Change-Id: Id1244155bffb5996c4c275cb99266bc320948857
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:29:49 +00:00
Nicolas Graves
73f91d3e69
gnu: python-radon: Update to 6.0.1.
...
* gnu/packages/python-xyz.scm (python-radon): Update to 6.0.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Adapt phase 'relax-requirements. Drop 'check
phase replacement.
[native-inputs]: Add python-poetry-core, python-setuptools.
[description]: Improve style.
Change-Id: Ic2864192aacc6d1f30904e7e5096bad2eabc005a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:29:46 +00:00
Sharlatan Hellseher
7d9250f65a
gnu: python-boto3: Update to 1.40.61.
...
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.40.61.
[arguments] <test-flags>: Run up to 8 threads to improve stability in CI.
[native-inputs]: Remove python-wheel.
Change-Id: I024a49f7774643eb4e3813be22bad000515f598b
2025-10-29 00:20:31 +00:00
Sharlatan Hellseher
18a5d36cc1
gnu: python-moto: Skip more tests.
...
* gnu/packages/python-xyz.scm (python-moto)[arguments] <test-flags>:
Skip more incompatible with botocore tests.
Change-Id: I4d2bef27648d64860e145f753afe5ef47109e0d2
2025-10-29 00:20:31 +00:00
Sharlatan Hellseher
6f6a5b1bc6
gnu: python-botocore: Update to 1.40.61.
...
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.40.61.
[arguments] <test-flags>: Ignore functional tests.
[native-inputs]: Remove python-wheel.
Change-Id: I35276ea8e7415c9b717abbe14ad6708777f9b1ef
2025-10-29 00:05:49 +00:00
Sharlatan Hellseher
c0e6c0be07
gnu: python-multiplex: Fix tests.
...
* gnu/packages/python-xyz.scm (python-easy-ansi-0.3): New variable.
(python-multiplex)[propagated-inputs]: Remove python-easy-ansi; add
python-easy-ansi-0.3.
Change-Id: I791e4a34479732cba10be00ae883cc53fa6fa6e9
2025-10-29 00:05:49 +00:00
Nicolas Graves
88e2dd4650
gnu: python-levenshtein: Update to 0.27.1.
...
* gnu/packages/python-xyz.scm (python-levenshtein): Update to 0.27.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add python-rapidfuzz.
[native-inputs]: Add cmake-minimal, python-cython, python-pytest,
python-scikit-build-core, python-setuptools, rapidfuzz-cpp.
Change-Id: I05011e5e34adf4c34acb425c493af56fbd99767d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:48 +00:00
Nicolas Graves
7b4bf80f7a
gnu: python-rapidfuzz: Update to 3.14.1.
...
* gnu/packages/python-xyz.scm (python-rapidfuzz): Update to 3.14.1.
[source]: Switch to git-fetch.
[native-inputs]: Add cmake-minimal, python-cython, rapidfuzz-cpp and
taskflow. Replace python-setuptools an python-scikit-build by
python-scikit-build-core.
[description]: Improve style.
Change-Id: I6db380ffa6066eb41e8a930efdb0e2308a28736c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:48 +00:00
Nicolas Graves
bebb4ca6d5
gnu: python-kneed: Update to 0.8.5.
...
* gnu/packages/python-xyz.scm (python-kneed): Update to 0.8.5.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-hatchling, python-pytest-cov.
[description]: Improve style.
Change-Id: I600f92e885a1480665d941749836578cf9a47035
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:48 +00:00
Nicolas Graves
93fccc9577
gnu: python-mwclient: Update to 0.11.0.
...
* gnu/packages/python-xyz.scm (python-mwclient): Update to 0.11.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools. Remove python-pytest-runner.
[propagated-inputs]: Remove python-six.
Change-Id: I8bb9bade72f8a2d6e5f4fd4a7641a8149ae4714e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:48 +00:00
Nicolas Graves
4b71f8e7a6
gnu: python-isbnlib: Update to 3.10.14.
...
* gnu/packages/python-xyz.scm (python-isbnlib): Update to 3.10.14.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-flags>: Ignore network-dependent tests.
[native-inputs]: Add python-pytest-cov, python-setuptools.
[description]: Improve style.
Change-Id: Id31784a81dce7987c24eb9806464659627141303
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:48 +00:00
Nicolas Graves
f29e074e0e
gnu: python-pycosat: Update to 0.6.6.
...
* gnu/packages/python-xyz.scm (python-pycosat): Update to 0.6.6.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:test-backend>: Set it.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I247ddc4a3dad65fe862c65b44a04fdad03d1f0b7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:48 +00:00
Nicolas Graves
c00ea82746
gnu: python-easy-ansi: Update to 2.1.
...
* gnu/packages/python-xyz.scm (python-easy-ansi): Update to 2.1.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add phase 'remove-extra.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I3324c25f2033f21681fe1beda8befb3a36100483
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:48 +00:00
Nicolas Graves
e3becacad9
gnu: python-rst2ansi: Update to 0.1.5-0.c6f390b.
...
* gnu/packages/python-xyz.scm (python-rst2ansi): Update to 0.1.5-0.c6f390b.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
<#:phases>: Add 'check phase replacement.
[native-inputs]: Add python-cram, python-setuptools.
[description]: Improve style.
Change-Id: Ic9fce5aedec3b41249838224cb3ed03e154e6521
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:47 +00:00
Nicolas Graves
42360fd11f
gnu: python-pbkdf2: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-pbkdf2):
[build-system]: Switch to pyproject-build-system.
[arguments]: Replace <#:phases> with <#:test-backend, #:test-flags>.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I82678c91cf5cd8633954546bfe660648dad64363
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-29 00:05:47 +00:00
Nicolas Graves
9792280416
gnu: python-mkdoc-material: Unbundle js-lunr-* packages.
...
* gnu/packages/python-xyz.scm (python-mkdocs-material)
[source]<snippet>: Unbundle js-lunr-* assets. Add a warning comment:
there are other unbundled minified assets!
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
<#:phases>: Add phase 'inject-javascript-assets and
'replace-javascript-assets.
[native-inputs]: Add python-setuptools.
Change-Id: Ie04b8d2e885f549fe756a433f4beb16ef0053128
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 21:01:58 +00:00
Nicolas Graves
2ee432e88c
gnu: python-yaspin: Fix build.
...
* gnu/packages/python-xyz.scm (python-yaspin)[propagated-inputs]:
Remove python-termcolor; add python-termcolor-next.
Change-Id: I1cf6a5d5f51fe14aca9b64f9c338d10b7f2e95a2
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:58:30 +00:00
Sharlatan Hellseher
235f929403
gnu: Add python-termcolor-next.
...
* gnu/packages/python-xyz.scm (python-termcolor-next): New variable.
Change-Id: Iceae7329eaff3e1ec9a30f989c26704f42f109cd
2025-10-28 20:58:08 +00:00
Nicolas Graves
764e967f2d
gnu: python-forbiddenfruit: Update to 0.1.4.
...
* gnu/packages/python-xyz.scm (python-forbiddenfruit): Update to 0.1.4.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Improve phase 'check.
[native-inputs]: Add python-setuptools. Replace python-nose by
python-pynose.
Change-Id: I6e3e8a788b8334d714c440f1f126449ac98b15d9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:25 +00:00
Nicolas Graves
14dcd29c10
gnu: python-astor: Update to 0.8.1-0.df09001.
...
* gnu/packages/python-xyz.scm (python-astor): Update to 0.8.1-0.df09001.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguemnts]<#:test-flags>: Ignore failing tests.
[native-inputs]: Add python-pytest, python-setuptools.
[description]: Improve style.
Change-Id: If59cb53040d1cf402a652c14d0c45d613b92eb85
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:25 +00:00
Nicolas Graves
b9420a2e95
gnu: python-reparser: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-reparser):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[synopsis]: Improve style.
Change-Id: I5f1668114b588f0c3a6c08384e1764951df8b8f6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:25 +00:00
Nicolas Graves
183ca249db
gnu: python-readlike: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-readlike):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: Ifaaeae8b88e2cf137ff77997e36cddd19eee8d48
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:25 +00:00
Nicolas Graves
1fe489820b
gnu: python-ilinkedlist: Update to 0.4.0-0.b5ea3f6.
...
* gnu/packages/python-xyz.scm (python-ilinkedlist): Update to 0.4.0-0.b5ea3f6.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: I2966a3a431b004481242d988d3cb1359e244c434
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:25 +00:00
Nicolas Graves
a6ff5a6df5
gnu: python-locket: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-locket):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
Change-Id: I76f182d7898a9594ce593fc289eb44fb31c6cabe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:24 +00:00
Nicolas Graves
95d586a03c
gnu: python-asciitree: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-asciitree):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: I2d5dc738d2438bd502d08602e44d2d55ece40be6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:24 +00:00
Nicolas Graves
71a59b21c6
gnu: python-commandlines: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-commandlines):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: Ic392ad79243d22f63fe22316887f8f45656b1b8c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:24 +00:00
Nicolas Graves
5ae2a57955
gnu: python-pynamecheap: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (python-pynamecheap):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
Change-Id: Ie66ad3da1f59f3259955f216a452c4f75d2c08ef
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:24 +00:00
Nicolas Graves
74d3a80883
gnu: python-dns-lexicon: Update to 3.21.1.
...
* gnu/packages/python-xyz.scm (python-dns-lexicon): Update to 3.21.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Enable them.
<#:test-flags>: Disable failing tests.
<#:phases>: Add phase 'configure-tests.
[native-inputs]: Add nss-certs-for-test, python-hatchling,
python-setuptools.
[propagated-inputs]: Update them (with guix refresh).
[home-page]: Update it.
Change-Id: I6aba8ff29d7505313e7806a463a293f613d1b391
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:27:21 +00:00
Ghislain Vaillant
a04994529f
gnu: Add python-universal-pathlib.
...
* gnu/packages/python-xyz.scm (python-universal-pathlib): New variable.
Change-Id: Ia72665f9d9cdf8d999127e023af7ad282c4533af
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-28 20:10:10 +00:00
Sharlatan Hellseher
414b5be69d
gnu: Add python-decopatch.
...
* gnu/packages/python-xyz.scm (python-decopatch): New variable.
Change-Id: I396e68c5fedb2849c3d76a274824881360050ae8
2025-10-28 17:46:26 +00:00
Sharlatan Hellseher
5801c62e8d
gnu: python-pathlib-abc: Update to 0.5.0.
...
* gnu/packages/python-xyz.scm (python-pathlib-abc): Update to 0.5.0.
(python-pathlib-abc-for-python-pathy): New variable.
* gnu/packages/python-web.scm (python-pathy)[propagated-inputs]:
Remove python-pathlib-abc; add python-pathlib-abc-for-python-pathy.
Change-Id: I36572bfbbf43681bdb0fcefbd5e985a530d465ab
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
fee48cd249
gnu: pyzo: Move to python-science.
...
* gnu/packages/python-xyz.scm (pyzo): Move from here ...
* gnu/packages/python-science.scm: ... to here.
Change-Id: I8b50396d0d863e1bda5d7686ae2826a3bfe544dd
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
c90631bd4c
gnu: s3cmd: Move to python-web.
...
* gnu/packages/python-xyz.scm (s3cmd): Move from here ...
* gnu/packages/python-web.scm: ... to here.
Change-Id: Ie28451433d08f28db3f505fe0032cefb847ff4a4
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
78e1560ddd
gnu: s3cmd: Update to 2.4.0.
...
* gnu/packages/python-xyz.scm (s3cmd): Update to 2.4.0.
Change-Id: I0badca04b6b1717c6f6702061fbb1e9d08e159a0
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
b6dd7bac18
gnu: shrinkwrap: Sort variable.
...
* gnu/packages/python-xyz.scm (shrinkwrap): Sort variable alphabetically.
Change-Id: I000b09dfad1f67ea62c4f78b0f4f6e9b7b8f428c
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
1a87dfba3f
gnu: shrinkwrap: Remove snippet.
...
* gnu/packages/python-xyz.scm (shrinkwrap)[source]<snippet>: It's no
longer required.
Change-Id: Ifdd7228b7b3546a09ccf791d8b89fcf9e96be3ad
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
d198ad8b2c
gnu: staticsite: Sort variable.
...
* gnu/packages/python-xyz.scm (staticsite): Sort variable
alphabetically.
Change-Id: I1b20a7c2e86c75e9aad3c2483e98bafc9dd3112f
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
b5e728cdc5
gnu: staticsite: Update to 2.5.
...
* gnu/packages/python-xyz.scm (staticsite): Update to 2.5.
[inputs]: Add perl-image-exiftool, python-dateutil, python-docutils,
python-jinja2, python-markdown, python-pillow, python-pytz,
python-pyyaml, python-ruamel.yaml, python-slugify, python-toml, and
tzdata-for-tests.
[native-inputs]: Remove perl-image-exiftool, python-dateutil,
python-docutils-0.19, python-jinja2, python-markdown, python-pillow,
python-pyinotify, python-pytz, python-pyyaml, python-ruamel.yaml,
python-slugify, python-tornado, tzdata-for-tests, python-setuptools,
python-wheel, and python-toml; add python-hatchling and python-pytest.
Change-Id: Ieeba5b41864c0625b497fa87b5fb83d71d47c235
2025-10-28 17:46:25 +00:00
Sharlatan Hellseher
a70eb71d00
gnu: tldr: Move to textutils.
...
* gnu/packages/python-xyz.scm (tldr, pythno-tldr): Move from here ...
* gnu/packages/textutils.scm: ... to here.
Change-Id: I678a9fd63960328dbcaf6a28a8868d3ce1e2aa23
2025-10-28 17:46:24 +00:00
Sharlatan Hellseher
19baa60e2e
gnu: tldr: Adjust synopsis and description.
...
* gnu/packages/python-xyz.scm (tldr)[synopsis]: Remove mention of Python.
[description]: Add URL to main project home page.
Change-Id: Ie5ee0349bc256f75d8ab7d22babc9f8431be1be8
2025-10-28 17:46:24 +00:00
Sharlatan Hellseher
44a6f88d2a
gnu: packages/python-xyz: Remove unused textutils module.
...
* gnu/packages/python-xyz.scm: Remove unused (gnu packages textutils)
module.
Change-Id: If520406f2ff1084359801a200c89d5a75c0cbfe8
2025-10-28 17:46:24 +00:00
Sharlatan Hellseher
f10a5d32ee
gnu: python-pandocfilters: Move to pyhton-xyz.
...
* gnu/packages/textutils.scm (python-pandocfilters): Move from here ...
* gnu/packages/python-xyz.scm: ... to here.
Change-Id: I37675f6d4d48e1499b78f1efcecd927a5fe685a0
2025-10-28 17:46:24 +00:00
Sharlatan Hellseher
5f8ef67529
gnu: python-panflute: Move to python-xyz.
...
* gnu/packages/textutils.scm (python-panflute): Move from here ...
* gnu/packages/python-xyz.scm: ... to here.
Change-Id: I7d63724ac792057e6cc6d6c4d3d51a1b6441bbb3
2025-10-28 17:46:24 +00:00
Sharlatan Hellseher
798e1e0c8e
gnu: binwalk: Move to firmware.
...
* gnu/packages/python-xyz.scm (binwalk): Move from here ...
* gnu/packages/firmware.scm: ... to here.
* gnu/packages/diffoscope.scm: Add (gnu packages firmware) module.
Change-Id: Id6c78aec4a576deaa99c7d3287338e2a9e2b9ca4
2025-10-28 17:46:24 +00:00
Sharlatan Hellseher
e4610f6dd4
gnu: binwalk: Switch to pyproject.
...
* gnu/packages/python-xyz.scm (binwalk)[build-system]: Switch to
pyproject-build-system.
[native-inputs]: Remove python-coverage; add python-setuptools.
Change-Id: I4c27c31b34d6574ba00ee5392cf0f111d207f939
2025-10-28 17:46:24 +00:00
Sharlatan Hellseher
1b122676ad
gnu: wfetch: Move to weather.
...
* gnu/packages/python-xyz.scm (wfetch): Move from here ...
* gnu/packages/weather.scm: ... to here.
Change-Id: I851f2a79768c80784ea54fa07a2862719ad8f781
2025-10-28 17:46:24 +00:00