[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
394/474: gnu: python-icecream: Adjust inputs.
From: |
guix-commits |
Subject: |
394/474: gnu: python-icecream: Adjust inputs. |
Date: |
Sat, 30 Nov 2024 18:21:02 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3fc943faf733a5db2c89b1f94a3ac1ea99b78417
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 25 20:23:22 2024 +0000
gnu: python-icecream: Adjust inputs.
* gnu/packages/python-xyz.scm (python-icecream) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I5113590baf0ba80dae2b8931870c65dba9358cb7
---
gnu/packages/python-xyz.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6f36b0c75e..1e81b6bf47 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38705,9 +38705,16 @@ forms, and about 300,000 distinct lemmas.")
;; https://github.com/gruns/icecream/issues/144
(string-append "not testEnableDisable"
" and not testSingledispatchArgumentToString"))))
- (propagated-inputs (list python-asttokens python-colorama python-executing
- python-pygments))
- (native-inputs (list python-hypothesis python-pytest))
+ (native-inputs
+ (list python-hypothesis
+ python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-asttokens
+ python-colorama
+ python-executing
+ python-pygments))
(home-page "https://github.com/gruns/icecream")
(synopsis
"Single function call to debug variables, expressions, and program
execution")
- 338/474: gnu: Add python-ephemeral-port-reserve., (continued)
- 338/474: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/30
- 332/474: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/30
- 349/474: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/30
- 340/474: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/30
- 354/474: gnu: Remove python-flask-jwt., guix-commits, 2024/11/30
- 384/474: gnu: python-sniffio: Update to 1.3.1., guix-commits, 2024/11/30
- 372/474: gnu: python-pytest-remotedata: Fix tests., guix-commits, 2024/11/30
- 360/474: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/30
- 387/474: gnu: python-vcrpy: Update to 6.0.2., guix-commits, 2024/11/30
- 346/474: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/30
- 394/474: gnu: python-icecream: Adjust inputs.,
guix-commits <=
- 398/474: gnu: python-async-timeout: Update to 4.0.3., guix-commits, 2024/11/30
- 396/474: gnu: python-pytest-relaxed: Update to 2.0.2., guix-commits, 2024/11/30
- 407/474: gnu: python-uvicorn: Update to 0.32.1., guix-commits, 2024/11/30
- 405/474: gnu: python-watchgod: Fix build., guix-commits, 2024/11/30
- 411/474: gnu: python-poetry-core: Update to 1.9.1., guix-commits, 2024/11/30
- 417/474: gnu: python-aioquic: Update to 1.2.0., guix-commits, 2024/11/30
- 416/474: gnu: python-service-identity: Update to 24.2.0., guix-commits, 2024/11/30
- 420/474: gnu: python-protobuf-5: Update to 5.28.3., guix-commits, 2024/11/30
- 423/474: gnu: python-keystone-engine: Adjust inputs., guix-commits, 2024/11/30
- 432/474: gnu: python-praw: Update to 7.8.1., guix-commits, 2024/11/30