guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/40: gnu: Add setuptools/wheel to more Python packages.


From: guix-commits
Subject: 19/40: gnu: Add setuptools/wheel to more Python packages.
Date: Wed, 3 Apr 2024 16:04:28 -0400 (EDT)

rekado pushed a commit to branch python-team
in repository guix.

commit 5567756a62344efb6a5397d45962b037d0ba5d02
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 23:29:18 2024 +0100

    gnu: Add setuptools/wheel to more Python packages.
    
    * gnu/packages/python-check.scm (python-beartype,
    python-pytest-csv)[native-inputs]: Add python-setuptools and python-wheel.
    * gnu/packages/python-xyz.scm (python-watchdog, python-xyzservices,
    python-zeroconf)[native-inputs]: Same.
    
    Change-Id: Ifac6402da7447a95f4f8fca8d475e87c001bd583
---
 gnu/packages/python-check.scm |  9 ++++++---
 gnu/packages/python-xyz.scm   | 14 ++++++++++----
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index aef88f838a..111b3513f2 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -119,8 +119,7 @@ data in a standard way.")
          "-k" (string-append "not test_doc_readme "
                              "and not test_sphinx "
                              "and not test_pep561_mypy"))))
-    (native-inputs
-     (list python-pytest))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/beartype/beartype";)
     (synopsis "Fast runtime type checking for Python")
     (description "Beartype aims to be a very fast runtime type checking tool
@@ -183,7 +182,11 @@ tests in cram.")
          "17518f2fn5l98lyk9p8r7215c1whi61imzrh6ahrmcksr8w0zz04"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest-flake8 python-pytest-xdist python-tabulate))
+     (list python-pytest-flake8
+           python-pytest-xdist
+           python-setuptools
+           python-tabulate
+           python-wheel))
     (propagated-inputs
      (list python-pytest python-six))
     (home-page "https://github.com/nicoulaj/pytest-csv";)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 84772cc83a..357cae6ea7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28682,8 +28682,7 @@ enumeration library in Python.")
                     " and not test_launch_and_close_context_manager"
                     " and not test_launch_and_close"
                     " and not test_close_multiple_times"))))
-    (native-inputs
-     (list python-pytest))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (propagated-inputs
      (list python-ifaddr))
     (home-page "https://github.com/jstasiak/python-zeroconf";)
@@ -28858,7 +28857,11 @@ translating between quadkey and tile coordinates.")
      (list
       #:test-flags #~(list "-m" "not request")))
     (native-inputs
-     (list python-pytest python-mercantile python-requests))
+     (list python-pytest
+           python-mercantile
+           python-requests
+           python-setuptools
+           python-wheel))
     (home-page "https://github.com/geopandas/xyzservices";)
     (synopsis "Source of XYZ tiles providers")
     (description "@code{xyzservices} is a lightweight library providing a
@@ -29850,7 +29853,10 @@ files.  These files are used to translate strings in 
android apps.")
     (propagated-inputs
      (list python-pathtools python-pyyaml))
     (native-inputs
-     (list python-pytest-cov python-pytest-timeout))
+     (list python-pytest
+           python-pytest-cov
+           python-pytest-timeout
+           python-setuptools python-wheel))
     (home-page "https://github.com/gorakhargosh/watchdog";)
     (synopsis "File system events monitoring")
     (description "This package provides a way to monitor file system events



reply via email to

[Prev in Thread] Current Thread [Next in Thread]