[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/361: gnu: Add setuptools/wheel to more Python packages.
From: |
guix-commits |
Subject: |
19/361: gnu: Add setuptools/wheel to more Python packages. |
Date: |
Thu, 21 Nov 2024 06:28:39 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 72ea0514df29122c286fb80df375e2aa649a63aa
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 a640f7c2de..e63df4d981 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -155,8 +155,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
@@ -219,7 +218,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 31671736a9..6204ab35f0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29846,8 +29846,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")
@@ -30056,7 +30055,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
@@ -31058,7 +31061,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
- branch python-team created (now 03305c465d), guix-commits, 2024/11/21
- 04/361: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/21
- 01/361: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/21
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/21
- 05/361: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/21
- 15/361: gnu: Add missing import., guix-commits, 2024/11/21
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/21
- 19/361: gnu: Add setuptools/wheel to more Python packages.,
guix-commits <=
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/21
- 02/361: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/21
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/21
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/21
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/21
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/21
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/21
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/21
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/21
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/21