summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-01-31 01:04:27 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:36 +0100
commita63620b659b1638fc48ccd831993bd43d0d31852 (patch)
treee9d7689868d3105e847b6db35b8e5a151731461f /gnu/packages
parentd1c0316cef13e26164b913e57eb07cf0243e4424 (diff)
gnu: Remove python-mypy native-input from some packages.
Remove python-mypy from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/engineering.scm: (uranium, cura) * gnu/packages/machine-learning.scm: (python-torchmetrics) * gnu/packages/python-check.scm: (python-nptyping) * gnu/packages/python-web.scm: (python-huggingface-hub, python-asgiref, python-starsessions) * gnu/packages/python-xyz.scm: (kalamine, python-numpy-1) * gnu/packages/serialization.scm: (python-msgspec) Change-Id: I46d608020f65a2d6a8d3fec792173e44308360bd Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/engineering.scm2
-rw-r--r--gnu/packages/machine-learning.scm1
-rw-r--r--gnu/packages/python-check.scm1
-rw-r--r--gnu/packages/python-web.scm5
-rw-r--r--gnu/packages/python-xyz.scm3
-rw-r--r--gnu/packages/serialization.scm1
6 files changed, 4 insertions, 9 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index f767f1f2499..eda08c80610 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -4635,7 +4635,6 @@ line tool called @command{udcli} that incorporates the library.")
4635 graphviz 4635 graphviz
4636 pkg-config 4636 pkg-config
4637 python-pytest 4637 python-pytest
4638 python-mypy
4639 python-certifi 4638 python-certifi
4640 python-twisted)) 4639 python-twisted))
4641 (propagated-inputs 4640 (propagated-inputs
@@ -4838,7 +4837,6 @@ python bindings. It belongs to the Cura project from Ultimaker.")
4838 (build-system qt-build-system) 4837 (build-system qt-build-system)
4839 (native-inputs 4838 (native-inputs
4840 (list python-certifi 4839 (list python-certifi
4841 python-mypy
4842 python-pytest 4840 python-pytest
4843 python-requests)) 4841 python-requests))
4844 (inputs 4842 (inputs
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index eb16b8641a1..dc8b6ddc95f 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5839,7 +5839,6 @@ PyTorch code to decouple the science from the engineering.")
5839 (list python-cloudpickle 5839 (list python-cloudpickle
5840 python-fire 5840 python-fire
5841 python-mir-eval 5841 python-mir-eval
5842 python-mypy
5843 python-pandas 5842 python-pandas
5844 python-psutil 5843 python-psutil
5845 python-pytest 5844 python-pytest
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 04a7a3bc36a..8235b1f13b5 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1899,7 +1899,6 @@ Python file for configuration.")
1899 (native-inputs 1899 (native-inputs
1900 (list python-beartype 1900 (list python-beartype
1901 python-feedparser 1901 python-feedparser
1902 python-mypy
1903 python-pandas 1902 python-pandas
1904 python-pytest 1903 python-pytest
1905 python-setuptools 1904 python-setuptools
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index be115b2d5c9..11bd4fbbc2a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1386,7 +1386,6 @@ of a fake DNS resolver.")
1386 python-fastapi 1386 python-fastapi
1387 python-jedi 1387 python-jedi
1388 python-jinja2 1388 python-jinja2
1389 python-mypy
1390 python-numpy 1389 python-numpy
1391 python-pillow 1390 python-pillow
1392 python-pydantic 1391 python-pydantic
@@ -2424,7 +2423,9 @@ stream is an enhanced asynchronous iterable.")
2424 (base32 "146mhkn3zp2bqf7j6r3chdlvfzgs5x1lrnqahsllgjdyl20bshy3")))) 2423 (base32 "146mhkn3zp2bqf7j6r3chdlvfzgs5x1lrnqahsllgjdyl20bshy3"))))
2425 (build-system pyproject-build-system) 2424 (build-system pyproject-build-system)
2426 (native-inputs 2425 (native-inputs
2427 (list python-mypy python-pytest python-pytest-asyncio python-setuptools 2426 (list python-pytest
2427 python-pytest-asyncio
2428 python-setuptools
2428 python-wheel)) 2429 python-wheel))
2429 (home-page "https://github.com/django/asgiref/") 2430 (home-page "https://github.com/django/asgiref/")
2430 (synopsis "ASGI specs, helper code, and adapters") 2431 (synopsis "ASGI specs, helper code, and adapters")
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7aeec95ff39..ebe86aa6a35 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9187,7 +9187,7 @@ structure for Python.")
9187 ;; TODO: Add python-pytest-ruff to native-inputs once it has been 9187 ;; TODO: Add python-pytest-ruff to native-inputs once it has been
9188 ;; packaged. 9188 ;; packaged.
9189 (native-inputs 9189 (native-inputs
9190 (list python-hatchling python-mypy python-pytest)) 9190 (list python-hatchling python-pytest))
9191 (home-page "https://github.com/OneDeadKey/kalamine") 9191 (home-page "https://github.com/OneDeadKey/kalamine")
9192 (synopsis "Keyboard layout maker") 9192 (synopsis "Keyboard layout maker")
9193 (description 9193 (description
@@ -11228,7 +11228,6 @@ include_dirs = ~:*~a/include~%"
11228 pkg-config 11228 pkg-config
11229 python-cython 11229 python-cython
11230 python-hypothesis 11230 python-hypothesis
11231 python-mypy
11232 python-pytest 11231 python-pytest
11233 python-pytest-xdist 11232 python-pytest-xdist
11234 python-setuptools 11233 python-setuptools
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 7c9a9006be3..baa9a51b872 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -747,7 +747,6 @@ RPC system. Think JSON, except binary. Or think Protocol Buffers, except faste
747 (native-inputs (list python-attrs 747 (native-inputs (list python-attrs
748 python-gcovr 748 python-gcovr
749 python-msgpack 749 python-msgpack
750 python-mypy
751 python-pytest 750 python-pytest
752 python-setuptools-scm 751 python-setuptools-scm
753 python-versioneer 752 python-versioneer