Lilah Tascheter
0aa8017bed
gnu: warzone2100: Update to 4.6.1.
...
* gnu/packages/patches/warzone2100-unbundle-libs.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/games.scm (warzone2100) [version]: Update to 4.6.1.
[source]<patches>: Add patch.
[source]<snippet>: Delete unbundled libraries from source.
[arguments]<configure-flags>: Use ninja backend, disable downloads, and
disable the new, optional GNS backend in lieu of packaging it. Allow vulkan.
[arguments]<phases>: Remove phase modifications, as they were either
integrated into the patch or unnecessary.
[native-inputs]: Remove asciidoc, as it is unused, and add unbundled
basis-universal as well as shaderc for vulkan support.
[inputs]: Remove unused libs and pull in packaged versions of unbundled libs.
Use gnutls instead of openssl as it's only useful when it's the same tls
backend curl uses. Add vulkan-headers for vulkan support.
Closes : #2790
Change-Id: Ic06d2fd7e6b96da16fd64b70da0b1af3a6a65247
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-29 16:05:11 +08:00
Lilah Tascheter
b87f5d35d2
gnu: Add basis-universal.
...
* gnu/packages/graphics.scm (basis-universal): New variable.
* gnu/packages/patches/basis-universal-unbundle-libs.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
Change-Id: I1a469fe7ea3255d172f6de44ced1bbf8abf57118
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-29 16:05:07 +08:00
Joaquín Aguirrezabalaga
c0c36654bd
gnu: mcomix: Improve package.
...
* gnu/packages/image-viewers.scm (mcomix): [arguments]: Relocate after
[build-system]; simplify 'install-data using site-packages; simplify 'gi-wrap
to a single wrap-program invocation.
[inputs]: Add bash-minimal for wrap-program.
Closes : #3070
Change-Id: I59621e15fa2a496e233f4e40be6769750644fa87
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-29 15:56:10 +08:00
Joaquín Aguirrezabalaga
6be4cabca2
gnu: mcomix: Fix build.
...
* gnu/packages/image-viewers.scm (mcomix)[native-inputs]: Remove python-wheel;
add python-setuptools.
Change-Id: Ia83b03e0ffd4d1dae0f91371100591ef785bd1c0
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-29 15:54:37 +08:00
Cayetano Santos
5ab68b1adf
gnu: Add emacs-doric-themes.
...
* gnu/packages/emacs-xyz.scm (emacs-doric-themes): New variable.
Change-Id: I3bed3c1bb9bf13192585cfdef2a09e5b67d29953
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-09-29 06:25:00 +02:00
Nguyễn Gia Phong
b4003b40b0
gnu: Add tree-sitter-janet.
...
* gnu/packages/tree-sitter.scm (tree-sitter-janet): New variable.
Change-Id: I22d7e00e1120708f1da42452db187505fb10f94b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-09-29 06:24:59 +02:00
Sharlatan Hellseher
5f8823f384
gnu: python-huey: Add a maintenance note.
...
* gnu/packages/python-xyz.scm (python-huey): Add a maintenance note.
Change-Id: I98397177a3d17f5564bd984538ff51545ba8533e
2025-09-29 00:26:06 +01:00
Jake Forster
bdfc3a0bcf
gnu: python-huey: Fix tests.
...
* gnu/packages/python-xyz.scm (python-huey):
[arguments]<#:phases>{pre-check}: Delete.
{check}: Replace.
Change-Id: I801baae9aa6a646bb9df452876a591db7da7a653
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-29 00:25:56 +01:00
Sharlatan Hellseher
2135ac63e1
gnu: python-flufl-bounce: Switch to pyproject, fix build.
...
* gnu/packages/python-xyz.scm (python-flufl-bounce):
[build-system]: Switch to pyporject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I4d057a611bbad330ec4e0a94693acee6da1684a7
2025-09-29 00:12:25 +01:00
Sharlatan Hellseher
414cdf08b8
gnu: python-authheaders: Fix tests.
...
* gnu/packages/mail.scm (python-authheaders)[arguments] <test-flags>:
Skip one failing test.
[native-inputs]: Remove python-wheel; add python-pytest.
Change-Id: I5e1ca265fe14405c2d5cb634ac13071ea9988ef3
2025-09-29 00:06:55 +01:00
Rodion Goritskov
8a17c58ce3
gnu: fail2ban: Fix tests.
...
* gnu/packages/admin.scm (fail2ban): Fix tests.
[arguments] <phases>: Replace check phase to recommended one.
[native-inputs]: Add python-aiosmtpd to make all tests running; remove
python-wheel.
Change-Id: Ic8dcbbd66762c75469f8cc5eb82e001968f6b4b4
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-29 00:01:27 +01:00
Rodion Goritskov
c7a2955b74
gnu: python-aiosmtpd: Fix tests.
...
* gnu/packages/mail.scm (python-aiosmtpd): Fix tests.
[version]: Build from commit
98f578389ae86e5345cc343fa4e5a17b21d9c96d.
[native-inputs]: Remove python-pytest-asyncio, python-wheel.
[propagated-inputs]: Add python-attrs.
Change-Id: I75f7eaf6eef178ca78361b45ce36c116a7341b02
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-29 00:00:49 +01:00
Sharlatan Hellseher
7c8d450d85
gnu: python-autopep8: Move to python-check.
...
* gnu/packages/python-xyz.scm (python-autopep8): Move from here ...
* gnu/packages/python-check.scm: ... to here.
Change-Id: Icce2a85151398eae4be5c54982497897751a43b7
2025-09-28 23:57:39 +01:00
Sharlatan Hellseher
cf9f828427
gnu: python-autopep8: Update to 2.3.2.
...
* gnu/packages/python-xyz.scm (python-autopep8): Update to 2.3.2.
[native-inputs]: Remove python-wheel.
Change-Id: I8369c20cef2c89966efa243f12bfe7647817ff90
2025-09-28 23:52:24 +01:00
Hugo Buddelmeijer
edffdbe626
gnu: python-woob: Update to 3.7.
...
* gnu/packages/python-web.scm: Add iso-codes module.
* gnu/packages/python-web.scm (python-woob): Update to 3.7.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments] <#:tests?>: Enable.
<#:test-flags>: Disable tests that require internet.
<#phases>: Add 'relax-requirements phase.
[propagated-inputs]: Remove python-pyqt and python-six; add
python-packaging, python-pycountry, python-responses, python-rich, and
python-termcolor.
[native-inputs]: Remove python-coverage, python-flake8, python-nose,
python-selenium, and python-xunitparser; add nss-certs-for-test,
python-pytest, and python-setuptools.
Change-Id: I74fda9b960e5640600d59d5ae3163943f53a7804
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 23:46:09 +01:00
Hugo Buddelmeijer
e94b3fbd11
gnu: python-harmony: Update to 0.7.2.
...
* gnu/packages/messaging.scm (python-harmony): Update to 0.7.2.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-tox; add python-setuptools.
Change-Id: Iaef8c2441d0db99ae8233098ffbe8839c2d00674
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 23:28:40 +01:00
Sharlatan Hellseher
2b1b170da5
gnu: python-aplus: Update to 0.11.1-0.1ab8ebe.
...
* gnu/packages/python-science.scm (python-aplus): Update to 0.11.1-0.1ab8ebe.
[source]: Switch to git-fetch and build from the latest commit.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: Disable them as depending on Nose test runner.
[native-inputs]: Add python-setuptools.
Change-Id: I34bf72f8d0103122dfcf399e6823eaca2db1d69d
2025-09-28 23:24:51 +01:00
Sharlatan Hellseher
185cb9ce5c
gnu: python-fbpca: Switch to pyproject.
...
* gnu/packages/python-science.scm (python-fbpca):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, and python-setuptools.
Change-Id: Ib02a92066f6c06b1de73fb5e5c4888544db7b9f8
2025-09-28 23:03:07 +01:00
Hugo Buddelmeijer
521e1bd140
gnu: python-pyjanitor: Fix build.
...
* gnu/packages/python-science.scm (python-pyjanitor): Fix build.
[propagated-inputs]: Add python-requests.
[native-inputs]: Remove python-wheel.
[arguments] <#:test-flags>: Disable failing test.
Change-Id: I74b40149a3b87f0e748d79be2aae9978fa18de52
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 22:56:55 +01:00
Sharlatan Hellseher
5ea8115afe
gnu: quicktile: Simplify tests.
...
* gnu/packages/wm.scm (quicktile)[arguments] <test-flags>: Provide
option for "tests" directory.
<phases>: Use default 'check; add 'pre-check.
[native-inputs]: Remove xvfb-run; add xorg-server-for-tests.
Change-Id: Ia6d5dea156fd8fb8949bbe26720a027a5591cf9d
2025-09-28 22:47:24 +01:00
Hugo Buddelmeijer
f3761b6545
gnu: Add quicktile.
...
* gnu/packages/wm.scm (quicktile): New variable.
Change-Id: I9d6f20044b28ef21bf26d097bc4e14e7cedb1523
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 22:39:06 +01:00
Anderson Torres
6853465ca0
gnu: Merge (gnu packages openbox) with (gnu packages wm).
...
This file contains two package definitions that should be on wm.scm.
They are not overly complex, not tightly couple and small, so there is
few to no reason keeping them in a dedicated file.
* gnu/packages/openbox.scm (obconf, openbox): Move from here ...
* gnu/packages/wm.scm: ... to here.
* gnu/packages/openbox.scm: Delete file.
* gnu/local.mk: Remove reference to openbox.scm.
* gnu/packages/kde-frameworks.scm: Fixup reference to (gnu packages openbox) module.
* gnu/packages/lxde.scm: Remove reference to (gnu packages openbox) module.
* gnu/packages/lxqt.scm: Fixup reference to (gnu packages openbox) module.
* gnu/tests/install.scm: Remove reference to (gnu packages openbox) module.
* po/packages/POTFILES.in: Remove reference to openbox.scm.
Change-Id: I0b887debb97e8fcc7880c9f05d29981226d06077
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 22:24:06 +01:00
Hugo Buddelmeijer
c2d38eba5e
gnu: gemrb: Switch to Python 3.11.
...
This is the only that explicitly refered to python-3.10.
Switch to python-3.11 is one step closer to removing 3.10
altogether and thereby closing several CVEs.
* gnu/packages/games.scm (gemrb)[native-inputs]: Remove python-3.10;
add python.
Change-Id: I66783b7fd2c4066cded400b753684384a2e1cff2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:50:56 +01:00
Nicolas Graves
8c9fc75742
gnu: pwclient: Switch to pyproject.
...
* gnu/packages/patchutils.scm (pwclient):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Improve style, remove phase
'patch-requirements.
[native-inputs]: Add python-setuptools.
Change-Id: I59177c0dd35d577b5a7a988b9dbfd0c7772eefcf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
3c62bfeba3
gnu: patchwork: Switch to pyproject.
...
* gnu/packages/patchutils.scm (patchwork): Run guix style.
[build-system]: Switch to pyproject-build-system.
[arguments]: Refresh them, run guix style, remove trailing #t.
[native-inputs]: Add python-setuptools.
Change-Id: I811c5ded2b517e35c49f2ae2a67178e4e3417e67
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
af4acb48a0
gnu: python-plover-stroke: Switch to pyproject.
...
* gnu/packages/stenography.scm (python-plover-stroke):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: Ia14ad0ecec308720c212168ed2e51cfcd5da1e7c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
cf006b7f90
gnu: meteo-qt: Switch to pyproject.
...
* gnu/packages/weather.scm (meteo-qt):
[build-system]: Switch to pyproject-build-system.
[arguments]: Relocate, improve style.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I1053de72536158860ecb0cf6edfda873a8743728
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
8a24b7ee90
gnu: python-pycanberra: Switch to pyproject.
...
* gnu/packages/libcanberra.scm (python-pycanberra):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[home-page]: Update it.
Change-Id: Ic6c5a527ed5b3447c64d9607ca91ca4ceee94bec
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
37ba886636
gnu: gramps: Switch to pyproject.
...
* gnu/packages/genealogy.scm (gramps):
[build-system]: Switch to pyproject-build-system.
[arguments]: Relocate, improve style.
<#:phases>: Refresh phase 'wrap-with-GI_TYPELIB_PATH. Merge phases
'prepare-tests and 'set-home-for-tests.
[native-inputs]: Add python-setuptools.
Change-Id: I889bde2a6db4ed249c1e9137fc0274bb44e87f47
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
4a39d26468
gnu: rednotebook: Update to 2.41.
...
* gnu/packages/rednotebook.scm (rednotebook): Update to 2.41.
[arguments]: Improve style.
<#:phases>: Add phase 'configure-tests.
[native-inputs]: Add gettext-minimal.
Change-Id: I62be122b254c4158de4406ae49b070ab2094b196
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
9a026ab72e
gnu: rednotebook: Switch to pyproject.
...
* gnu/packages/rednotebook.scm (rednotebook):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style, use gexps.
<#:tests?>: Enable them, as they seem to pass now.
<#:phases>: Refresh phase 'wrap-with-library-paths.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: I147d51fd8106ff3ee88a9fe5ecc4220744163eac
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:30 +01:00
Nicolas Graves
8adc040827
gnu: folders: Switch to pyproject.
...
* gnu/packages/esolangs.scm (folders):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Set a custom 'check phase.
[native-inputs]: Add python-setuptools.
[description, properties]: Run guix style.
Change-Id: Icb1ab9f7ea246747e08da7bbec5a9339aaf5431b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:27:26 +01:00
Nicolas Graves
8f68657316
teams: Update Nicolas Graves' codeberg account.
...
* etc/teams.scm (Nicolas Graves): Adjust CodeBerg's account.
Change-Id: I338fc27a5654d8fd12d5ab9846fa05e42051b6fa
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 21:23:13 +01:00
Nicolas Graves
b12f52809d
gnu: av-98: Update to 1.4.
...
* gnu/packages/web-browsers.scm (av-98): Update to 1.4.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
<#:phases>: Add phase 'configure-sanity-check.
[native-inputs]: Add python-setuptools.
[home-page]: Refresh it, the project moved.
Change-Id: I589c4622f9c38a9d3e4b27e9e2a28d3767eed74b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 19:23:54 +01:00
Nicolas Graves
22045e667d
gnu: leo: Switch to pyproject.
...
* gnu/packages/web-browsers.scm (leo):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
Change-Id: I04ad66f944fed21b832d85ea9b443293a337d942
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 19:23:54 +01:00
Nicolas Graves
9cd4bdd30a
gnu: python-mpi4py: Update to 4.1.0.
...
* gnu/packages/mpi.scm (python-mpi4py): Update to 4.1.0.
[arguments]<#:phases>: Add 'check phase replacement.
<#:test-flags>: Set them.
[native-inputs]: Replace python-cython-0 by python-cython.
Change-Id: I8d1ab87bdb27607fe73c1865fd5fa3c174421840
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 19:23:54 +01:00
Nicolas Graves
c608175c5d
gnu: python-mpi4py: Switch to pyproject.
...
* gnu/packages/mpi.scm (python-mpi4py):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments, description]: Improve style.
[native-inputs]: Add python-cython-0, python-pytest,
python-setuptools.
Change-Id: I3d21936ce3dc368d358174a984885f7450032195
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 19:23:54 +01:00
Nicolas Graves
281eb65a23
gnu: xapers: Switch to pyproject.
...
* gnu/packages/search.scm (xapers):
[build-system]: Switch to pyproject-build-system.
[arguments]: Relocate field.
<#:tests?>: Disable them, as a lot of them are failing.
<#:phases>: Replace 'check phase. Refrash phase 'install-doc.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I135aa42aca9f4c784798c38cf0a2f77b605ed338
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 19:23:54 +01:00
Nicolas Graves
03b67f4c0f
gnu: clikan: Switch to pyproject.
...
* gnu/packages/task-management.scm (clikan):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Replace 'check phase by a 'configure-tests
phase.
[native-inputs]: Add python-setuptools.
2025-09-28 19:23:53 +01:00
Nicolas Graves
b972e487a5
gnu: mygnuhealth: Switch to pyproject.
...
* gnu/packages/medical.scm (mygnuhealth):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests>: Disable them.
<#:imported-modules, #:modules>: Refresh them.
<#:phases>: Run guix style.
[native-inputs]: Add python-setuptools.
Change-Id: Ieec8cbd7c1c87f1482a8dc8049fcb8ad1aae4f9e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 19:23:53 +01:00
Nicolas Graves
c1344744d1
gnu: nicotine+: Switch to pyproject.
...
* gnu/packages/nicotine.scm (nicotine+):
[source]: Remove <modules> and <snippet>.
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:phases>: Delete network test before running them.
<#:imported-modules, #:modules>: Refresh them.
[native-inputs]: Add python-setuptools.
Change-Id: Id9492a83fd1ae6916a6998f3cae2c014eb87644a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 19:23:46 +01:00
Remco van 't Veer
23e58b7194
gnu: yt-dlp: Fix non-x86 build.
...
The `search-input-file` procedure raises an error when file is not
available, `which` returns #f when executable is not available.
* gnu/packages/video.scm (yt-dlp): Fix non-x86 build.
[arguments] <#:phases>: Use which to check for pandoc.
Change-Id: I2c7bba7500defc31e69f6d7144ff1020505e4d43
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-09-28 15:40:31 +03:00
jgart
686aaca898
gnu: trealla: Update to 2.83.11.
...
* gnu/packages/prolog.scm (trealla): Update to 2.83.11.
Change-Id: I265bcbd4c7b1e07917d9915904563d4560676db8
2025-09-27 20:22:01 -05:00
Mark H Weaver
39cfcae91b
gnu: yt-dlp: Update to 2025.09.26.
...
* gnu/packages/video.scm (yt-dlp): Update to 2025.09.26.
2025-09-27 20:39:25 -04:00
Sharlatan Hellseher
8c9572b68d
gnu: python-git-hammer: Update to 0.3.2.
...
* gnu/packages/python-xyz.scm (python-git-hammer): Update to 0.3.2. Fix
indentation.
[build-system]: Switch to pyproject-build-system.
[arguments] <phases>: Remove 'patch-setup.py, add 'relax-requirements.
[native-inputs]: Add python-pytest and python-setuptools.
[description]: Fix fill column.
Change-Id: I22609e48142c2dacf2d9dec7c07a9cc917f5db03
2025-09-28 01:02:14 +01:00
Hugo Buddelmeijer
b2c0723525
gnu: stpipeline: Update to 2.0.0.
...
* gnu/packages/bioinformatics.scm (stpipeline): Update to 2.0.0.
[source, homepage]: Switched to https://github.com/jfnavarro/st_pipeline .
[source]: Switch to git-fetch.
[arguments] <phases>: Skip check phase because dependencies are too narrow.
[propagated-inputs]: Remove python-cython, python-invoke, python-pympler,
python-setuptools, and python-sqlitedict; add python-distance,
python-dnaio, and python-types-regex.
[native-inputs]: Remove python-setuptools and python-wheel; add python-cython,
python-pytest, and python-poetry-core.
Change-Id: Iaa05b23e58e9f254ed9293244d955e63c2e69cd5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 00:43:29 +01:00
Hugo Buddelmeijer
a6075f65c8
gnu: python-taggd: Update to 0.4.0.
...
* gnu/packages/bioinformatics.scm (python-taggd): Update to 0.4.0.
[origin, homepage]: Change to "https://github.com/jfnavarro/taggd "
[source]: Remove out-dated snippet.
[arguments] <test-flags>: Reenable fixed test.
[propagated-inputs]: Add python-tqdm, python-aiofiles, python-dnaio,
python-types-aiofiles, and python-types-tqdm.
Change-Id: I8c1c445bdf1b463b9ffd16602001608a3c9d4fcd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 00:43:28 +01:00
Hugo Buddelmeijer
c6a808735a
gnu: Add python-types-tqdm.
...
* gnu/packages/python-xyz.scm (python-types-tqdm): New variable.
Change-Id: I91ba21d84b467c9bf172db48aeba5309a70fe51d
2025-09-28 00:43:28 +01:00
Hugo Buddelmeijer
6b48bd14df
gnu: Add python-types-aiofiles.
...
* gnu/packages/python-xyz.scm (python-types-aiofiles): New variable.
Change-Id: I7f21b80b47f1c0a71812623c574a6892a9782af0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 00:43:28 +01:00
Hugo Buddelmeijer
622f2105eb
gnu: Add python-types-regex.
...
* gnu/packages/python-xyz.scm (python-types-regex): New variable.
Change-Id: Ie526b19c84c08c7778d41bc12619b4d2e8f0dd8b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-28 00:43:28 +01:00