diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-03-16 17:05:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:39 +0100 |
| commit | c6b3e568e164fa5b6d02cbbb865f94ea01250519 (patch) | |
| tree | a725c437ef820460de781dddda6c66766a07619f | |
| parent | fb51dc5c5c29f64fc8c25fd11da1cb1f7595fca8 (diff) | |
gnu: packages: Remove some comments.
The previous commit removed some packages without proper handling of
comments. This commit correct those comments.
* gnu/packages/django.scm
(python-django-extensions, python-django-cleanup): Correct comments.
* gnu/packages/jupyter.scm (python-ipykernel-7): Likewise.
* gnu/packages/python-check.scm
(python-hypothesmith, python-pytest-celery): Likewise.
* gnu/packages/python-xyz.scm
(python-mir-eval, python-click-repl, python-nb-clean): Likewise.
* gnu/packages/statistics.scm (python-dcor): Likewise.
Change-Id: I1ee52361f627a71716c20ccff3a0cd1678a00b7d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/django.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/jupyter.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/python-check.scm | 8 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/statistics.scm | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 4f8590ac78f..80702b5b8d8 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm | |||
| @@ -403,7 +403,7 @@ and adapters that are useful for non-trivial configuration scenarios.") | |||
| 403 | (list python-aiosmtpd | 403 | (list python-aiosmtpd |
| 404 | python-factory-boy | 404 | python-factory-boy |
| 405 | python-pygments | 405 | python-pygments |
| 406 | python-pytest ; runs by default | 406 | python-pytest |
| 407 | python-pytest-django | 407 | python-pytest-django |
| 408 | python-setuptools | 408 | python-setuptools |
| 409 | python-shortuuid | 409 | python-shortuuid |
| @@ -2167,7 +2167,7 @@ templates and not in python-level form definitions.") | |||
| 2167 | (base32 "02ipa8d8ndnj8bs4dqhk03id4vmrvyr25vkpfqcfhmwipbhx8dc0")))) | 2167 | (base32 "02ipa8d8ndnj8bs4dqhk03id4vmrvyr25vkpfqcfhmwipbhx8dc0")))) |
| 2168 | (build-system pyproject-build-system) | 2168 | (build-system pyproject-build-system) |
| 2169 | (native-inputs | 2169 | (native-inputs |
| 2170 | (list python-pytest ; runs by default | 2170 | (list python-pytest |
| 2171 | python-pytest-django | 2171 | python-pytest-django |
| 2172 | python-setuptools | 2172 | python-setuptools |
| 2173 | python-wheel)) | 2173 | python-wheel)) |
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 1c995e1504f..ac6c7f5664b 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm | |||
| @@ -177,7 +177,7 @@ simulation, statistical modeling, machine learning and much more.") | |||
| 177 | python-hatchling | 177 | python-hatchling |
| 178 | python-ipyparallel-bootstrap | 178 | python-ipyparallel-bootstrap |
| 179 | python-pytest | 179 | python-pytest |
| 180 | python-pytest-asyncio-0.26 ;some tests fail with v1 | 180 | python-pytest-asyncio-0.26 |
| 181 | python-pytest-timeout)) | 181 | python-pytest-timeout)) |
| 182 | (home-page "https://ipython.org") | 182 | (home-page "https://ipython.org") |
| 183 | (synopsis "IPython Kernel for Jupyter") | 183 | (synopsis "IPython Kernel for Jupyter") |
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index de33e62ee3e..5ad4346b95a 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1463,7 +1463,7 @@ Python software under test, when they make an HTTP query.") | |||
| 1463 | ;; XXX: Python/Black versions not as expected. | 1463 | ;; XXX: Python/Black versions not as expected. |
| 1464 | " and not test_black_autoformatter_from_grammar")))) | 1464 | " and not test_black_autoformatter_from_grammar")))) |
| 1465 | (native-inputs | 1465 | (native-inputs |
| 1466 | (list python-black ;hard requirements to run tests | 1466 | (list python-black ;hard requirements to run tests |
| 1467 | python-parso | 1467 | python-parso |
| 1468 | python-pytest | 1468 | python-pytest |
| 1469 | python-pytest-xdist | 1469 | python-pytest-xdist |
| @@ -2577,10 +2577,10 @@ functions.") | |||
| 2577 | "-k" "not rabbit and not redis"))) | 2577 | "-k" "not rabbit and not redis"))) |
| 2578 | (native-inputs | 2578 | (native-inputs |
| 2579 | (list python-celery-minimal | 2579 | (list python-celery-minimal |
| 2580 | python-memcached ;optional dependency, needed for tests | 2580 | python-memcached ;optional dependency, needed for tests |
| 2581 | python-poetry-core | 2581 | python-poetry-core |
| 2582 | python-pytest ;coverage options in pyproject.toml | 2582 | python-pytest |
| 2583 | python-redis ;optional dependency, needed for tests | 2583 | python-redis ;optional dependency, needed for tests |
| 2584 | python-requests)) ;for python-docker | 2584 | python-requests)) ;for python-docker |
| 2585 | (propagated-inputs | 2585 | (propagated-inputs |
| 2586 | (list python-psutil | 2586 | (list python-psutil |
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 104ec2b90b7..76ff2e34b7d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -8274,7 +8274,7 @@ server.") | |||
| 8274 | (chdir "tests")))))) | 8274 | (chdir "tests")))))) |
| 8275 | (propagated-inputs (list python-decorator python-numpy python-scipy)) | 8275 | (propagated-inputs (list python-decorator python-numpy python-scipy)) |
| 8276 | (native-inputs (list python-matplotlib | 8276 | (native-inputs (list python-matplotlib |
| 8277 | python-pytest ; used by default | 8277 | python-pytest |
| 8278 | python-pytest-mpl | 8278 | python-pytest-mpl |
| 8279 | python-setuptools | 8279 | python-setuptools |
| 8280 | python-wheel)) | 8280 | python-wheel)) |
| @@ -9967,7 +9967,7 @@ decorator for retrying on exceptions.") | |||
| 9967 | (sha256 | 9967 | (sha256 |
| 9968 | (base32 "08asy80wdplbrfff7q7qb9k3kkaw5jxqvy9jnkfvsqy3831zf964")))) | 9968 | (base32 "08asy80wdplbrfff7q7qb9k3kkaw5jxqvy9jnkfvsqy3831zf964")))) |
| 9969 | (build-system pyproject-build-system) | 9969 | (build-system pyproject-build-system) |
| 9970 | (native-inputs (list python-pytest ; used by default | 9970 | (native-inputs (list python-pytest |
| 9971 | python-setuptools | 9971 | python-setuptools |
| 9972 | python-wheel)) | 9972 | python-wheel)) |
| 9973 | (propagated-inputs | 9973 | (propagated-inputs |
| @@ -18583,7 +18583,7 @@ Jupyter Notebook format and Python APIs for working with notebooks.") | |||
| 18583 | (base32 "1pa4m1qn7gx77lg3vy7y7vlyl45cg9ai9z93ds9ax108mbnrbdw7")))) | 18583 | (base32 "1pa4m1qn7gx77lg3vy7y7vlyl45cg9ai9z93ds9ax108mbnrbdw7")))) |
| 18584 | (build-system pyproject-build-system) | 18584 | (build-system pyproject-build-system) |
| 18585 | (native-inputs (list python-poetry-core | 18585 | (native-inputs (list python-poetry-core |
| 18586 | python-pytest ; runs by default | 18586 | python-pytest |
| 18587 | python-pytest-mock)) | 18587 | python-pytest-mock)) |
| 18588 | (propagated-inputs (list python-nbformat)) | 18588 | (propagated-inputs (list python-nbformat)) |
| 18589 | (home-page "https://github.com/srstevenson/nb-clean") | 18589 | (home-page "https://github.com/srstevenson/nb-clean") |
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 333fc96cf0b..2248f9df4d7 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -685,7 +685,7 @@ and a lot more.") | |||
| 685 | #:test-flags #~(list "-o" "addopts=''"))) | 685 | #:test-flags #~(list "-o" "addopts=''"))) |
| 686 | (native-inputs | 686 | (native-inputs |
| 687 | (list python-array-api-strict | 687 | (list python-array-api-strict |
| 688 | python-pytest ;test collection fails without | 688 | python-pytest |
| 689 | python-setuptools)) | 689 | python-setuptools)) |
| 690 | (propagated-inputs | 690 | (propagated-inputs |
| 691 | (list python-array-api-compat | 691 | (list python-array-api-compat |
