GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#70858] [PATCH v4 45/52] build-system/pyproject: Remove python-pip native-input.
Date: Wed, 26 Feb 2025 04:10:53 +0100
---
 gnu/packages/bioinformatics.scm |  2 +-
 gnu/packages/databases.scm      |  1 -
 gnu/packages/python-science.scm |  1 -
 gnu/packages/python-web.scm     |  4 +---
 gnu/packages/python-xyz.scm     | 15 ++++-----------
 gnu/packages/shells.scm         |  1 -
 gnu/packages/web.scm            |  1 -
 7 files changed, 6 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f815bac9b2..e421f78440 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7669,7 +7669,7 @@ (define-public python-illumina-utils
     (build-system pyproject-build-system)
     (arguments (list #:tests? #false))  ;there are none
     (propagated-inputs (list python-matplotlib python-numpy python-levenshtein))
-    (native-inputs (list python-setuptools python-wheel python-pip))
+    (native-inputs (list python-setuptools python-wheel))
     (home-page "https://github.com/meren/illumina-utils")
     (synopsis "Library and scripts to work with Illumina paired-end data")
     (description
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index cb198c411a..b5b8246bca 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5795,7 +5795,6 @@ (define-public datasette
      (list nss-certs-for-test
            python-beautifulsoup4
            python-cogapp
-           python-pip
            python-pytest
            python-pytest-asyncio
            python-pytest-runner
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e3ccbfed06..023decd507 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -551,7 +551,6 @@ (define-public python-scikit-build-core
                          python-hatch-vcs
                          python-hatchling
                          python-numpy
-                         python-pip
                          python-pypa-build
                          python-pytest
                          python-pytest-subprocess
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 149daf6d88..230de4f5a3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2039,7 +2039,6 @@ (define-public httpie
            python-defusedxml
            python-importlib-metadata
            python-multidict
-           python-pip
            python-pygments
            python-requests
            python-requests-toolbelt
@@ -4485,8 +4484,7 @@ (define-public python-requests
            python-idna
            python-urllib3))
     (native-inputs
-     (list python-pip
-           python-pytest
+     (list python-pytest
            python-pytest-mock
            python-setuptools
            python-wheel))
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 155a69fc10..c7e8199f30 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5749,8 +5749,7 @@ (define-public python-extension-helpers
            python-setuptools-scm
            python-tomli
            python-setuptools
-           python-wheel
-           python-pip))
+           python-wheel))
     (home-page "https://extension-helpers.readthedocs.io")
     (synopsis "Astropy ecosystem utilities for building and installing packages")
     (description
@@ -19460,8 +19459,7 @@ (define-public python-argparse-manpage
          "1nq4sq1zk1xzdsqq61hd27jhj978ys136aba1zjg02x1g0c0cg11"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pip python-pytest python-setuptools python-tomli
-           python-wheel))
+     (list python-pytest python-setuptools python-tomli python-wheel))
     (home-page "https://github.com/praiskup/argparse-manpage")
     (synopsis "Build manual page from Python's ArgumentParser object")
     (description
@@ -22992,7 +22990,6 @@ (define-public poetry
            python-keyring
            python-packaging
            python-pexpect
-           python-pip
            python-pkginfo
            python-platformdirs
            python-poetry-core
@@ -23315,8 +23312,7 @@ (define-public python-lazy-object-proxy
         (base32 "0sdc92bbzy6slcl432j04mr131cy8n0many26ppm4fpl8mnpn93q"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pip
-           python-setuptools
+     (list python-setuptools
            python-setuptools-scm
            python-wheel))
     (home-page "https://github.com/ionelmc/python-lazy-object-proxy")
@@ -25931,7 +25927,6 @@ (define-public python-isort
            python-hypothesmith
            python-libcst-minimal
            python-natsort
-           python-pip
            python-poetry-core
            python-pylama
            python-pypa-build
@@ -26661,8 +26656,7 @@ (define-public python-rfc3986-validator
         (base32 "0mfh82r37ma5n54n8ibnqvmwr3j3f2ixqfjfmv1rwfqvjbkvsi1x"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pip
-           python-pytest
+     (list python-pytest
            python-pytest-runner
            python-rfc3987
            python-setuptools
@@ -34322,7 +34316,6 @@ (define-public python-pypandoc
      (list (texlive-updmap.cfg
             (list texlive-xpatch texlive-lm
                   texlive-xcolor))
-           python-pip
            python-poetry-core
            python-setuptools))
     (inputs (list pandoc python-pandocfilters))
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 6f830d54aa..7763c2729b 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -620,7 +620,6 @@ (define-public xonsh
                    (setenv "HOME" "/tmp"))))))
     (native-inputs
      (list git-minimal
-           python-pip
            python-pyte
            python-pytest
            python-pytest-mock
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 8393f55a2a..f433dc6dc8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5262,7 +5262,6 @@ (define-public python-lambda-4dn
      (list python-boto3
            python-botocore
            python-docutils
-           python-pip
            python-six
            python-virtualenv))
     (home-page "https://github.com/4dn-dcic/python-lambda")
-- 
2.48.1





This bug report was last modified 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.