[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: |
Thu, 21 Nov 2024 06:29:29 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f3294d8225d492d796602e08c004ebf6c271a354
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
- 106/361: gnu: Add python-pathable., (continued)
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/21
- 119/361: gnu: Add python-whatthepatch., guix-commits, 2024/11/21
- 141/361: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/21
- 137/361: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/21
- 138/361: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/21
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/21
- 140/361: gnu: python-codespell: Improve package style., guix-commits, 2024/11/21
- 160/361: gnu: dynaconf: Improve package style., guix-commits, 2024/11/21
- 173/361: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/21
- 251/361: gnu: behave: Update to 1.2.7.dev5., guix-commits, 2024/11/21
- 253/361: gnu: python-pooch: Adjust inputs.,
guix-commits <=
- 254/361: gnu: python-pycollada: Adjust inputs., guix-commits, 2024/11/21
- 256/361: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/21
- 276/361: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/21
- 295/361: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/21
- 70/361: gnu: Add python-fqdn., guix-commits, 2024/11/21
- 163/361: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/21
- 218/361: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/21
- 226/361: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/21
- 227/361: gnu: python-altair: Adjust inputs., guix-commits, 2024/11/21
- 272/361: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/21