[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
253/361: gnu: python-pooch: Adjust inputs.
From: |
guix-commits |
Subject: |
253/361: gnu: python-pooch: Adjust inputs. |
Date: |
Fri, 22 Nov 2024 06:00:52 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 11bc5025b4a29314f0e766c3e0fab63cb67aed85
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 6 20:34:51 2024 +0000
gnu: python-pooch: Adjust inputs.
* gnu/packages/python-xyz.scm (python-pooch) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ideb7b063e8f14db0f1eb9fcefe82ecd83b862f50
---
gnu/packages/python-xyz.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 424ed05bc5..0987979b13 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28154,10 +28154,13 @@ inferring type information using compile-time
introspection.")
" and not test_retrieve_fname"
" and not test_stream_download")
"--ignore=pooch/tests/test_downloaders.py")))
+ (native-inputs
+ (list python-pytest
+ python-setuptools-scm
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-packaging python-platformdirs python-requests))
- (native-inputs
- (list python-pytest python-setuptools-scm))
(home-page "https://github.com/fatiando/pooch")
(synopsis "Manage your Python library's sample data files")
(description
- 235/361: gnu: python-lazy-loader: Adjust inputs., (continued)
- 235/361: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/22
- 228/361: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/22
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/22
- 242/361: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/22
- 241/361: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/22
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/22
- 240/361: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/22
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/22
- 254/361: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/22
- 257/361: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/22
- 253/361: gnu: python-pooch: Adjust inputs.,
guix-commits <=
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/22
- 267/361: gnu: python-unyt: Adjust inputs., guix-commits, 2024/11/22
- 280/361: gnu: Remove beets-next., guix-commits, 2024/11/22
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/22
- 275/361: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/22
- 289/361: gnu: Remove python-poetry-core-1.0., guix-commits, 2024/11/22
- 301/361: gnu: Remove python-pytest-next., guix-commits, 2024/11/22
- 307/361: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/22
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/22
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/22