[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/57: gnu: Add setuptools/wheel to more Python packages.
From: |
guix-commits |
Subject: |
19/57: gnu: Add setuptools/wheel to more Python packages. |
Date: |
Mon, 6 May 2024 04:08:14 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 549efcb63714a8715a81e3944de94e7a7d337d7d
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 6066c28027..11e685c6e7 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -152,8 +152,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
@@ -216,7 +215,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 d141e01c8e..5ac2fe28cb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29121,8 +29121,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")
@@ -29297,7 +29296,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
@@ -30290,7 +30293,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
- 12/57: guix: pyproject-build-system: Default configure-flags to empty dictionary., (continued)
- 12/57: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/05/06
- 07/57: gnu: criu: Remove temporary workaround., guix-commits, 2024/05/06
- 13/57: doc: Document new options for pyproject-build-system., guix-commits, 2024/05/06
- 18/57: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/05/06
- 20/57: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/05/06
- 27/57: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/05/06
- 23/57: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/05/06
- 21/57: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/05/06
- 04/57: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/05/06
- 11/57: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/05/06
- 19/57: gnu: Add setuptools/wheel to more Python packages.,
guix-commits <=
- 43/57: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/05/06
- 08/57: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/05/06
- 16/57: gnu: Add missing import (again)., guix-commits, 2024/05/06
- 30/57: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/05/06
- 40/57: gnu: java-testng: Disable one test., guix-commits, 2024/05/06
- 09/57: guix: toml: Add TOML parser., guix-commits, 2024/05/06
- 14/57: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/05/06
- 26/57: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/05/06
- 24/57: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/05/06
- 28/57: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/05/06