Package: guix-patches;
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 10 May 2024 07:50:01 UTC
Severity: normal
Tags: patch
Message #520 received at 70858 <at> debbugs.gnu.org (full text, mbox):
From: Nicolas Graves <ngraves <at> ngraves.fr> To: 70858 <at> debbugs.gnu.org Cc: Nicolas Graves <ngraves <at> ngraves.fr> Subject: [PATCH v5 15/48] build-system/pyproject: Remove python-coveralls native-input. Date: Thu, 27 Feb 2025 15:27:16 +0100
* gnu/packages/django.scm (python-django-pipeline)[native-inputs]: Remove python-coveralls. * gnu/packages/geo.scm (python-cartopy)[native-inputs]: Remove python-coveralls. * gnu/packages/graph.scm (python-graphtools, python-pygsp)[native-inputs]: Remove python-coveralls. * gnu/packages/python-compression.scm (python-multivolumefile, python-py7zr)[native-inputs]: Remove python-coveralls. * gnu/packages/python-science.scm (python-trimesh)[native-inputs]: Remove python-coveralls. * gnu/packages/python-web.scm (python-flask-combo-jsonapi, python-rangehttpserver) [native-inputs]: Remove python-coveralls. * gnu/packages/python-xyz.scm (python-affine, python-ddlparse, python-tasklogger, python-minikanren) [native-inputs]: Remove python-coveralls. * gnu/packages/syndication.scm (rtv, tuir)[native-inputs]: Remove python-coveralls. * gnu/packages/telegram.scm (tgcli)[native-inputs]: Remove python-coveralls. --- gnu/packages/django.scm | 3 +-- gnu/packages/graph.scm | 3 +-- gnu/packages/python-compression.scm | 2 -- gnu/packages/python-science.scm | 3 +-- gnu/packages/python-web.scm | 6 ++---- gnu/packages/python-xyz.scm | 8 +++----- gnu/packages/syndication.scm | 4 +--- gnu/packages/telegram.scm | 3 +-- 8 files changed, 10 insertions(+), 22 deletions(-) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 1a66dc8b0b..b7f2e23f9d 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -992,8 +992,7 @@ (define-public python-django-pipeline (list python-jsmin python-css-html-js-minify)) (native-inputs - (list python-coveralls - python-django + (list python-django python-setuptools python-setuptools-scm python-tox diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index a11667b678..f45ab42f0b 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -482,7 +482,6 @@ (define-public python-graphtools (native-inputs (list util-linux ;for lscpu python-anndata - python-coveralls python-nose python-nose2 python-pandas @@ -569,7 +568,7 @@ (define-public python-pygsp ""))))))) (propagated-inputs (list python-numpy python-scikit-image python-scipy)) (native-inputs - (list python-coveralls python-pytest)) + (list python-pytest)) (home-page "https://github.com/epfl-lts2/pygsp") (synopsis "Graph Signal Processing in Python") (description "The PyGSP is a Python package to ease signal processing on diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index dfe819733e..b2e62e1d49 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -163,7 +163,6 @@ (define-public python-multivolumefile (build-system pyproject-build-system) (native-inputs (list python-setuptools-scm - python-coveralls python-hypothesis python-pyannotate python-pytest @@ -531,7 +530,6 @@ (define-public python-py7zr python-texttable)) (native-inputs (list python-setuptools - python-coveralls python-libarchive-c python-py-cpuinfo python-pyannotate diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 2e643f1740..c4e577af9c 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -978,8 +978,7 @@ (define-public python-trimesh ;; module 'trimesh' has no attribute '__main__'. (delete 'sanity-check)))) (native-inputs - (list python-coveralls - python-pyinstrument + (list python-pyinstrument python-pytest)) (propagated-inputs (list ;; python-cascadio ; not packed yet, optional diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4b38c23200..d7aa6f3b02 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8215,8 +8215,7 @@ (define-public python-rangehttpserver (sha256 (base32 "1dx533fsbq1mbz3by7qkm5bh2c253nwvm8214pqbwbfq07kqkwf2")))) (build-system pyproject-build-system) - (native-inputs (list python-coveralls python-pytest - python-setuptools python-wheel)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/danvk/RangeHTTPServer") (synopsis "SimpleHTTPServer with support for range requests") (description @@ -9699,8 +9698,7 @@ (define-public python-flask-combo-jsonapi python-simplejson python-six)) (native-inputs - (list python-coveralls - python-pytest + (list python-pytest python-pytest-runner)) (home-page "https://github.com/AdCombo/flask-combo-jsonapi") (synopsis "Flask extension to quickly create JSON:API 1.0 REST Web APIs") diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fc49715718..c12b4d74f6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1387,7 +1387,7 @@ (define-public python-affine (base32 "1shyvajayyzbkp9dihb4mz835jnkp0kqqbyjfqci6v43da6q2kd2")))) (build-system pyproject-build-system) - (propagated-inputs (list python-coveralls python-pydocstyle + (propagated-inputs (list python-pydocstyle python-pytest python-pytest-cov)) (native-inputs (list python-flit-core)) (home-page "https://github.com/rasterio/affine") @@ -6433,7 +6433,6 @@ (define-public python-ddlparse (build-system pyproject-build-system) (native-inputs (list python-codecov - python-coveralls python-pytest python-pytest-cov python-setuptools @@ -17386,7 +17385,7 @@ (define-public python-tasklogger (base32 "1901mibcp6aiyjy8afnybrxnb0dkbdxlbvjqbr3gginlw7dr18xh")))) (build-system pyproject-build-system) (propagated-inputs (list python-deprecated)) - (native-inputs (list python-coveralls python-nose2 + (native-inputs (list python-nose2 python-numpy python-setuptools python-wheel)) (home-page "https://github.com/scottgigante/tasklogger") (synopsis "Extension to the core Python logging library") @@ -36812,8 +36811,7 @@ (define-public python-minikanren (invoke "python" "-m" "pytest" "-v" "tests/" "kanren/")) #t))))) (native-inputs - (list python-coveralls - python-pydocstyle + (list python-pydocstyle python-pytest python-pytest-cov python-sympy diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index ff9e18f064..56677ef91f 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -498,7 +498,6 @@ (define-public rtv python-requests python-six)) (native-inputs (list ncurses - python-coveralls python-mock python-pytest python-vcrpy)) @@ -540,8 +539,7 @@ (define-public tuir (list python-beautifulsoup4 python-decorator python-kitchen python-requests python-six)) (native-inputs - (list python-coveralls - python-mock + (list python-mock python-pytest python-setuptools python-vcrpy diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm index cfcd92fcbc..a4cfc6a9ef 100644 --- a/gnu/packages/telegram.scm +++ b/gnu/packages/telegram.scm @@ -839,8 +839,7 @@ (define-public tgcli (add-installed-pythonpath inputs outputs) (invoke "pytest" "tests"))))))) (native-inputs - `(("coveralls" ,python-coveralls) - ("pytest" ,python-pytest) + `(("pytest" ,python-pytest) ("pytest-click" ,python-pytest-click) ("pytest-cov" ,python-pytest-cov) ("mkdocs" ,python-mkdocs) -- 2.48.1
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.