1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-03-16 17:05:52 +01:00
committed by Sharlatan Hellseher
parent 44df0200cd
commit 58e67a259b
5 changed files with 11 additions and 11 deletions

View File

@@ -419,7 +419,7 @@ and adapters that are useful for non-trivial configuration scenarios.")
(list python-aiosmtpd
python-factory-boy
python-pygments
python-pytest ; runs by default
python-pytest
python-pytest-django
python-setuptools
python-shortuuid
@@ -2182,7 +2182,7 @@ templates and not in python-level form definitions.")
(base32 "02ipa8d8ndnj8bs4dqhk03id4vmrvyr25vkpfqcfhmwipbhx8dc0"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest ; runs by default
(list python-pytest
python-pytest-django
python-setuptools
python-wheel))

View File

@@ -174,7 +174,7 @@ simulation, statistical modeling, machine learning and much more.")
python-hatchling
python-ipyparallel-bootstrap
python-pytest
python-pytest-asyncio-0.26 ;some tests fail with v1
python-pytest-asyncio-0.26
python-pytest-timeout))
(home-page "https://ipython.org")
(synopsis "IPython Kernel for Jupyter")

View File

@@ -1463,7 +1463,7 @@ Python software under test, when they make an HTTP query.")
;; XXX: Python/Black versions not as expected.
" and not test_black_autoformatter_from_grammar"))))
(native-inputs
(list python-black ;hard requirements to run tests
(list python-black ;hard requirements to run tests
python-parso
python-pytest
python-pytest-xdist
@@ -2526,10 +2526,10 @@ functions.")
"-k" "not rabbit and not redis")))
(native-inputs
(list python-celery-minimal
python-memcached ;optional dependency, needed for tests
python-memcached ;optional dependency, needed for tests
python-poetry-core
python-pytest ;coverage options in pyproject.toml
python-redis ;optional dependency, needed for tests
python-pytest
python-redis ;optional dependency, needed for tests
python-requests)) ;for python-docker
(propagated-inputs
(list python-psutil

View File

@@ -8075,7 +8075,7 @@ server.")
(chdir "tests"))))))
(propagated-inputs (list python-decorator python-numpy python-scipy))
(native-inputs (list python-matplotlib
python-pytest ; used by default
python-pytest
python-pytest-mpl
python-setuptools
python-wheel))
@@ -9768,7 +9768,7 @@ decorator for retrying on exceptions.")
(sha256
(base32 "08asy80wdplbrfff7q7qb9k3kkaw5jxqvy9jnkfvsqy3831zf964"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest ; used by default
(native-inputs (list python-pytest
python-setuptools
python-wheel))
(propagated-inputs
@@ -18380,7 +18380,7 @@ Jupyter Notebook format and Python APIs for working with notebooks.")
(base32 "1pa4m1qn7gx77lg3vy7y7vlyl45cg9ai9z93ds9ax108mbnrbdw7"))))
(build-system pyproject-build-system)
(native-inputs (list python-poetry-core
python-pytest ; runs by default
python-pytest
python-pytest-mock))
(propagated-inputs (list python-nbformat))
(home-page "https://github.com/srstevenson/nb-clean")

View File

@@ -685,7 +685,7 @@ and a lot more.")
#:test-flags #~(list "-o" "addopts=''")))
(native-inputs
(list python-array-api-strict
python-pytest ;test collection fails without
python-pytest
python-setuptools))
(propagated-inputs
(list python-array-api-compat