Maxim Cournoyer
d98a0890aa
gnu: ffmpeg: Update to 8.0.
...
* gnu/packages/video.scm (ffmpeg-7): Replace with...
(ffmpeg): ... this updated version.
(ffmpeg): Adjust to use ffmpeg.
(ffmpeg-jami): Stay on ffmpeg-6.
* gnu/packages/tor-browsers.scm (make-torbrowser): Likewise.
* gnu/packages/python-xyz.scm (python-av): Likewise.
* gnu/packages/qt.scm (qtmultimedia): Likewise.
Change-Id: I2d7b1861a647f583da93fe230fd0734742671d4d
2025-09-23 22:13:43 -04:00
Hugo Buddelmeijer
dc2ba91533
gnu: python-dbus-fast: Update to 2.44.3.
...
* gnu/packages/python-xyz.scm (python-dbus-fast): Update to 2.44.3.
[source]: Switch to git-fetch; PyPI does not have tests.
[arguments] <test-flags>: Disable tests needing python_codspeed or access dbus.
[native-inputs]: Remove python-wheel; add python-pytest, python-pytest-cov,
python-pytest-asyncio, and python-covdefaults.
Change-Id: I36b16866bd3a7a17b4468db411d60e702d526d69
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-23 21:38:40 +01:00
Sharlatan Hellseher
32f6942001
gnu: python-google-pasta: Fix tests.
...
* gnu/packages/python-xyz.scm (python-google-pasta)[native-inputs]:
Remove python-wheel; add python-pytest.
Change-Id: Ie0436d9735aabd02b9f58f17d64e6167cd5d744f
2025-09-23 16:04:22 +01:00
Sharlatan Hellseher
aaa761991e
gnu: python-setuptools-declarative-requirements: Update to 1.3.0.
...
* gnu/packages/python-xyz.scm (python-setuptools-declarative-requirements): Update to 1.3.0.
[arguments] <tests?>: Avoid running tests as they require old no packaged
projects.
[propagated-inputs]: Remove python-toml and python-wheel; add
python-setuptools.
[native-inputs]: Remove python-pytest.
Change-Id: I0c652f0de8e28d8a4b487b117433ac68b64d8efc
2025-09-23 14:39:11 +01:00
Sharlatan Hellseher
aaf1f020eb
gnu: python-pillow-simd: Don't inherit from python-pillow.
...
* gnu/packages/python-xyz.scm (python-pillow-simd): Don't inherit from
python-pillow.
[arguments] <test-flags>: Skip one more test.
[inputs]: Add freetype, lcms, libimagequant, libjpeg-turbo, libraqm,
libtiff, libwebp, openjpeg, and zlib.
[native-inputs]: Add python-check-manifest, python-defusedxml,
python-markdown2, python-olefile, python-packaging, python-pytest,
python-pytest-timeout, python-setuptools, and python-trove-classifiers.
Change-Id: Ie2473266b4d1447ece70b4da12cc17a9e7fbcf4a
2025-09-23 12:21:41 +01:00
Sharlatan Hellseher
9c86a5c9dd
gnu: python-txacme: Update to 0.9.3-0.ac18f92, fix build.
...
* gnu/packages/python-xyz.scm (python-txacme): Update to 0.9.3-0.ac18f92.
[source]: Switch to git-fetch and use the latest commit from trunk
branch.
[arguments] <test-backend>: Use 'custom.
<test-flags>: Provide option to run tests with twisted.
[native-inputs]: Remove python-fixtures, python-hypothesis, python-mock,
python-service-identity, python-testrepository, python-testscenarios,
and python-testtools; add python-setuptools.
Change-Id: Ifd7feb33bbca051e61f9eddf7b6e1a5026ec5568
2025-09-23 09:59:44 +01:00
Sharlatan Hellseher
777bb5ad05
gnu: python-mando: Update to 0.8.2.
...
* gnu/packages/python-xyz.scm (python-mando): Update to 0.8.2. Improve
style.
[bulid-system]: Switch to pyproject-bulid-system.
[arguments]: Drop all.
[propagated-inputs]: Remove python-rst2ansi and python-six.
[native-inputs]: Add python-setuptools.
Change-Id: I2ef5ca1c19e209404491be4a4fd616080d6ca744
2025-09-23 08:37:22 +01:00
Hugo Buddelmeijer
e5e7af6c49
gnu: python-colormath2: Fix tests.
...
* gnu/packages/python-xyz.scm (python-colormath2): Fix tests.
[source]: Switch to git-fetch.
[native-inputs]: Remove python-pytest; add python-nose2.
Change-Id: I969d0271cc9d7cdb9a662e0a007f2c895a331ace
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 22:16:46 +01:00
Sharlatan Hellseher
46773999d9
gnu: python-cykhash: Disalbe tests.
...
* gnu/packages/python-xyz.scm (python-cykhash)[arguments] <tests?>: No
tests in PyPI, git does not provide 2.0.1 tag or any newer.
[native-inputs]: Remove python-wheel.
Change-Id: Id356556121023a1ad3077d190d0f153de903a91a
2025-09-22 22:09:10 +01:00
Sharlatan Hellseher
a03293ac50
gnu: Add python-cachetools-5.
...
* gnu/packages/python-xyz.scm (python-cachetools-5): New variable.
Change-Id: I88a91b87f89f1ae49e251fba316f1edaad77d121
2025-09-22 21:50:52 +01:00
Nicolas Graves
5ce1e4c0fa
gnu: python-reretry: Fix tests.
...
* gnu/packages/python-xyz.scm (python-reretry)
[source]: Switch to git-fetch.
[native-inputs]: Add python-pytest, python-pytest-asyncio. Remove
python-setuptools.
Change-Id: I559f5d00d8093fd468a308f3b8588a75c0f75161
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:21 +01:00
Nicolas Graves
ebbcd92f00
gnu: python-treelib: Remove python-six properly.
...
The package still used python-six. Luckily a PR was ready for its
removal.
* gnu/packages/python-xyz.scm (python-treelib)[source]: Add patch.
* gnu/packages/patches/python-treelib-remove-python2-compat.patch: Add file.
* gnu/local.mk: Record patch.
Change-Id: I91a37770391cc72f158ade5b9619e80ab9a36bc7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:21 +01:00
Nicolas Graves
9b2381a5ce
gnu: python-qnorm: Update to 0.9.0.
...
* gnu/packages/python-xyz.scm (python-qnorm): Update to 0.9.0.
[arguments]: Remove them.
[propagated-inputs]: Add python-tables, python-pyarrow,
python-fastparquet.
[description]: Improve style.
Change-Id: I6862c4ddf60938034a39953ecfddde4b839705b2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:21 +01:00
Nicolas Graves
e4f8c118bc
gnu: python-limits: Update to 5.5.0 and setup tests.
...
* gnu/packages/python-xyz.scm (python-limits): Update to 5.5.0.
[source]: Switch to git-fetch.
[arguments]<#:tests?, test-flags, phases>: Setup tests.
[native-inputs]: Add python-flaky, python-pytest,
python-pytest-asyncio, python-pytest-benchmark, python-pytest-cov,
python-pytest-lazy-fixtures, python-pytest-xdist, python-setuptools.
[description]: Improve style.
Change-Id: I738eb037a2e90b7cd9492793e1061561ce5f3ffb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:20 +01:00
Nicolas Graves
564f406c58
gnu: Add python-valkey.
...
* gnu/packages/python-xyz.scm (python-valkey): New variable.
Change-Id: I901715e061fe1c86fdfd7873a4fdc738bde06646
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:20 +01:00
Nicolas Graves
a8d58a7056
gnu: Add python-etcd3.
...
* gnu/packages/python-xyz.scm (python-etcd3): New variable.
Change-Id: Ic41bfd08d26c549dcaab4043448fe93a506e7a95
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:20 +01:00
Nicolas Graves
b7232cf8c0
gnu: python-daiquiri: Update to 3.0.1.
...
* gnu/packages/python-xyz.scm (python-daiquiri): Update to 3.0.1.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add 'set-version phase.
[native-inputs]: Add python-setuptools. Remove python-six.
[synopsis, description]: Improve style.
Change-Id: I7d1caed0f59f412a82998fea2c1916b4b67cde83
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:20 +01:00
Nicolas Graves
bd1ba5a740
gnu: python-canopen: Update to 2.4.1.
...
* gnu/packages/python-xyz.scm (python-canopen): Update to 2.4.1.
[source]: Switch to git-fetch.
[native-inputs]: Remove python-wheel. Add python-setuptools.
Change-Id: Ie1f49c6ce10d9fb6d3ba90a442c5b1d50f9dc554
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:19 +01:00
Nicolas Graves
409264cf1d
gnu: python-cantools: Update to 40.5.0.
...
* gnu/packages/python-xyz.scm (python-cantools): Update to 40.5.0.
[native-inputs]: Remove python-wheel. Add python-freezegun.
Change-Id: I5bbf58d2681dbbe83b215501438908ce2ab2ee79
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:19 +01:00
Nicolas Graves
37ebdbe3dd
gnu: python-can: Update to 4.6.1.
...
* gnu/packages/python-xyz.scm (python-can): Update to 4.6.1.
[source]: Switch to git-fetch.
[arguments]<#:phases>: Add phase 'set-version.
[native-inputs]: Remove python-codecov, python-coverage,
python-pytest-runner, python-wheel. Add python-setuptools,
python-setuptools-scm.
[description]: Improve style.
Change-Id: I75d9fa49566d8cb47b34c04f5a7bf67112f2c8ea
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-22 20:41:19 +01:00
John Kehayias
1136548e4a
gnu: python-structlog: Update to 25.4.0.
...
* gnu/packages/python-xyz.scm (python-structlog): Update to 25.4.0.
[native-inputs]: Remove python-coverage, python-simplejson, and
python-twisted.
Change-Id: Ie5f848cd7a6b4f98a197adfc90e78cde6e827352
2025-09-21 22:47:40 -04:00
Sharlatan Hellseher
2b2089ea38
gnu: python-cairosvg: Update to 2.8.2.
...
* gnu/packages/python-xyz.scm (python-cairosvg): Update to 2.8.2.
[source] <uri>: Adjust the PyPI archive name according to
<https://pypi.org/project/CairoSVG >.
[arguments] <test-flags>: Provide the path to the test file, otherwise
they fail.
[native-inputs]: Remove python-pytest-flake8, python-pytest-isort,
python-pytest-runner, and python-wheel; add python-pytest.
Change-Id: I1f4947a288227e5dabd00fb3305a4ac21eb0e048
2025-09-21 21:06:20 +01:00
Sharlatan Hellseher
64eede9ae9
gnu: python-vdf: Fix tests.
...
* gnu/packages/python-xyz.scm (python-vdf)[source]: Switch to git-fetch
providing tests.
[native-inputs]: Remove python-wheel; add python-pytest.
Change-Id: Ic02581bb528315c03d6dd6f32d72f78f9a44c401
2025-09-21 20:50:59 +01:00
Sharlatan Hellseher
25a9c8a6b0
gnu: python-ioctl-opt: Disable tests.
...
* gnu/packages/python-xyz.scm (python-ioctl-opt)[arguments] <tests?>: No
tests.
[native-inputs]: Remove python-wheel.
Change-Id: Ia6331b4f5a19898f79124df1f22d3ee52d6cb6c9
2025-09-21 19:38:14 +01:00
Nicolas Graves
cb28686943
gnu: python-pypandoc: Fix tests.
...
* gnu/packages/python-xyz.scm (python-pypandoc)
[source]: Switch to git-fetch.
[arguments]<#:test-backend>: Set it.
[description]: Improve style.
Change-Id: Idfbd8f57804b30e205fd0d53733cc27b39bab4de
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 19:27:36 +01:00
Nicolas Graves
d52362e645
gnu: Remove python-dotenv-0.13.0.
...
* gnu/packages/python-xyz.scm (python-dotenv-0.13.0): Delete variable.
Change-Id: Ia9ad7fccf26587c66c3ee5f489805ff0179eb8d4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 19:27:35 +01:00
Nicolas Graves
7ada11443f
gnu: dynaconf: Update to 3.2.11.
...
* gnu/packages/python-xyz.scm (dynaconf)
[source]: Remove <patches>, handle these substitutions in <snippet>.
Re-vendor python-dotenv.
[arguments]: Improve style.
<#:test-flags>: Add failing click test.
[propagated-inputs]: Remove python-dotenv-0.13.0.
[native-inputs]: Remove python-wheel.
* gnu/packages/patches/dynaconf-unvendor-deps.patch: Remove patch.
* gnu/local.mk: De-register patch.
Change-Id: Ie3630a754d592e364742ddbebe7f4b3570e73f85
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 19:27:35 +01:00
Nicolas Graves
d66ee48593
gnu: python-pypugjs: Fix package.
...
* gnu/packages/python-xyz.scm (python-pypugjs):
[propagated-inputs]: Re-introduce python-six.
Change-Id: Ia0bf9b9eee83c7d82a52ec128a43d880f231d650
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 19:27:32 +01:00
Sharlatan Hellseher
c782761fc1
gnu: Remove python2-six.
...
* gnu/packages/python-xyz.scm (python2-six): Delete variable.
Change-Id: Ieb53c9ba93c630f5ffe8f55171496368430360c5
2025-09-21 17:12:19 +01:00
Sharlatan Hellseher
d24575bb18
gnu: python-geojson: Update to 3.2.0.
...
* gnu/packages/python-xyz.scm (python-geojson): Update to 3.2.0.
[native-inputs]: Remove python-wheel; add python-pytest.
Change-Id: I22d1f189732d56f0d02727d73cdbcdd2b79b42f4
2025-09-21 17:06:23 +01:00
Nicolas Graves
8c44d001e5
gnu: python-iron-mq: Update to 0.9-0.e6ff76a.
...
* gnu/packages/python-xyz.scm (python-iron-mq): Update to 0.9-0.e6ff76a.
[source]: Switch to git-fetch.
[arguments]: Disable tests.
[native-inputs]: Remove python-wheel.
Change-Id: I28a79b34158d632c4580bf87fe08d5f0c830b40a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 15:54:02 +01:00
Nicolas Graves
bfacc352cf
gnu: python-iron-core: Update to 1.2.1-0.5a5f301.
...
* gnu/packages/python-xyz.scm (python-iron-core): Update to 1.2.1-0.5a5f301.
[source]: Switch to git-fetch.
[arguments]: Set them for tests.
[native-inputs]: Remove python-wheel.
[description]: Improve style.
Change-Id: I46aeb5aff23d5e971f895902c6c8a874389de8cd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 15:54:02 +01:00
Nicolas Graves
cea839855e
gnu: python-omegaconf: Update to 2.3.0-0.117f7de.
...
* gnu/packages/python-xyz.scm (python-omegaconf): Update to 2.3.0-0.117f7de.
[arguments]<#:test-flags>: Ignore test files that fail collection.
[description]: Improve style.
Change-Id: I3bf8d9d33e1f8563bf0cb889b28c49dc8b15ce3c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 15:54:02 +01:00
Nicolas Graves
55f27d9927
gnu: python-pyclipper: Update to 1.3.0.post6.
...
* gnu/packages/python-xyz.scm (python-pyclipper): Update to 1.3.0.post6.
[source]: Switch to git-fetch, remove snippet.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add phase 'set-version.
[native-inputs]: Add python-setuptools, remove python-pytest-runner.
Change-Id: Iec0229e6941fdd24c0624c40c4cc5b70935c2165
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 15:54:01 +01:00
Sharlatan Hellseher
bae72b1d8d
gnu: python-xmldiff: Fix tests.
...
* gnu/packages/python-xyz.scm (python-xmldiff)[native-inputs]: Remove
python-wheel; add python-pytest.
Change-Id: I0381217cded746d82848bdfe5f34b216d55057c7
2025-09-21 13:35:14 +01:00
Sharlatan Hellseher
180d90836a
gnu: python-openstep-plist: Update to 0.3.0.
...
* gnu/packages/python-xyz.scm (python-openstep-plist): Update to 0.3.0.
[native-inputs]: Remove python-cython and python-wheel; add python-cython-0.
Change-Id: I2ed94a09ad9de84eed5e973fa288e55cb3fd1cab
2025-09-21 13:23:10 +01:00
Hugo Buddelmeijer
ecad1ed722
gnu: python-pyclipper: Switch to pyproject-build-system.
...
* gnu/packages/python-xyz.scm (python-pyclipper): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-cython, and python-pytest-runner, add
python-cython-0, and python-setuptools.
Change-Id: I914c261ba56a92c92402bf4a225acac5babf8c4f
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 13:08:39 +01:00
Nicolas Graves
e86c04fe64
gnu: python-rope: Ignore failing test.
...
* gnu/packages/python-xyz.scm (python-rope)
[arguments]<#:test-flags>: Ignore failing test.
[native-inputs]: Remove python-pip, python-pre-commit,
python-pytest-cov, python-wheel.
[description]: Improve style.
Change-Id: I506879b750ee63a60c9fd515721062b56612ba17
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 11:55:24 +01:00
Nicolas Graves
0103d0a2a3
gnu: python-serpent: Fix tests.
...
* gnu/packages/python-xyz.scm (python-serpent):
[source]: Switch to git-fetch.
[arguments]: Set <#:test-backend> and <#:test-flags>.
[native-inputs]: Remove python-wheel.
Change-Id: I2ca9aaaf98b0759b069bc72e0e1b08260fa6dc58
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 11:55:23 +01:00
Nicolas Graves
34b3b830da
gnu: python-daemon: Update to 3.1.2.
...
* gnu/packages/python-xyz.scm (python-daemon): Update to 3.1.2.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Remove phase 'adjust-tests. Add phase
'discard-dynamic-metadata.
[native-inputs]: Add python-setuptools, remove python-docutils,
python-testtools.
[description]: Improve style.
Change-Id: Ibb3928a2e89146eafee7896f0c2dd8eefd1dc1d0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 11:55:19 +01:00
Hugo Buddelmeijer
2f7b9dc2e2
gnu: python-orderedmultidict: Fix tests.
...
* gnu/packages/python-xyz.scm (python-orderedmultidict)[native-inputs]:
Remove python-wheel, python-flake8 and python-pycodestyle; add
python-pytest.
Change-Id: I8ff24ecc0bf02e0af87ea973d1b5affa8278c79b
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 11:48:18 +01:00
Hugo Buddelmeijer
072cff0223
gnu: python-dotty-dict: Fix build.
...
* gnu/packages/python-xyz.scm (python-dotty-dict): Fix build.
[source]: Switch got git-fetch.
[native-inputs]: Add python-pytest.
Change-Id: I453ed9910197892bc46ef3339fa47e72c222fb91
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 11:34:03 +01:00
Sharlatan Hellseher
729b200b04
gnu: python-ddlparse: Reduce closure size.
...
* gnu/packages/python-xyz.scm (python-ddlparse)[native-inputs]: Remove
python-codecov, python-coveralls, python-tox, and python-wheel.
Change-Id: I387f2a0c384794afd87aeadef40a1c4ddd98ee63
2025-09-21 10:40:03 +01:00
Sharlatan Hellseher
3f7c2093df
gnu: python-setuptools-git: Skip tests.
...
* gnu/packages/python-xyz.scm (python-setuptools-git)[arguments]
<tests?>: Skip them.
Change-Id: Ie5f30d86c241dade965eec59b2f36fab7814b181
2025-09-21 09:25:49 +01:00
Sharlatan Hellseher
47635e419b
gnu: Remove python-pygments-github-lexers.
...
Unmaintained for 11 years, fails to build no users in Guix.
* gnu/packages/python-xyz.scm (python-pygments-github-lexers): Delete
variable.
Change-Id: I0f54afdf34b5fe0603a9d9ff8d5b4c662d542972
2025-09-21 08:55:20 +01:00
Sharlatan Hellseher
0d0c52c45f
gnu: Remove python-jdcal.
...
1.4.1 was released in 2019, no active work on master branch for 3y, no
users in Guix fails to build.
* gnu/packages/python-xyz.scm (python-jdcal): Delete variable.
Change-Id: I9ac7d76cbe483c5bfdd486660b002fee6b2ae117
2025-09-21 08:49:57 +01:00
Sharlatan Hellseher
7859d5bb5a
gnu: Remove python-pbr-minimal.
...
* gnu/packages/python-xyz.scm (python-pbr-minimal): Delete variable.
Change-Id: I5911ecdd63cb8d797ca22730d77ef8a09261fc94
2025-09-21 08:46:11 +01:00
Sharlatan Hellseher
35a92f0b7e
gnu: python-langdetect: Adjust ipusts, fix build.
...
* gnu/packages/python-xyz.scm (python-langdetect)[propagated-inputs]:
Add python-six.
[native-inputs]: Remove python-wheel.
Change-Id: I97205c863ab57092fe7e6d9959c05a55ad77def9
2025-09-21 08:42:00 +01:00
Nicolas Graves
a14ad637bc
gnu: Add python-msgpack-for-borg.
...
* gnu/packages/python-xyz.scm (python-msgpack-for-borg): New variable.
Change-Id: I91efaa3e5592879185f5a66588a6051ec4d01718
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-21 08:25:36 +01:00
Sharlatan Hellseher
f3b5a5ead7
gnu: python-mdx-gh-links: Update to 0.4.
...
* gnu/packages/python-xyz.scm (python-mdx-gh-links): Update to 0.4.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I98370aabb14c2465f0fed4399d57e87b3f7b0f69
2025-09-20 21:13:27 +01:00