[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/213: gnu: python-pathy: Remove old version of dataclasses.
From: |
guix-commits |
Subject: |
130/213: gnu: python-pathy: Remove old version of dataclasses. |
Date: |
Fri, 10 Jan 2025 10:43:06 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 2010f7a65cfda1b2892dfc753ab8d9a35f27eaee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 09:59:41 2025 +0100
gnu: python-pathy: Remove old version of dataclasses.
A newer version of dataclasses is part of Python.
* gnu/packages/python-xyz.scm (python-pathy)[propagated-inputs]: Remove
python-dataclasses.
Change-Id: Ibcb10802c1cd0e9abf8c74a683ec598111316a65
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 15f511401a..5b5a0201ba 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12340,7 +12340,7 @@ older Python versions.")
"12v196q3rai33cfzrmb9pqfqv7ailngssjdrzdf8gzym9hdygmjc"))))
(build-system pyproject-build-system)
(propagated-inputs
- (list python-dataclasses python-smart-open python-typer))
+ (list python-smart-open python-typer))
(native-inputs (list python-mock python-pytest python-setuptools
python-wheel))
(home-page "https://github.com/justindujardin/pathy")
- 183/213: gnu: python-locust: Update to 2.32.5., (continued)
- 183/213: gnu: python-locust: Update to 2.32.5., guix-commits, 2025/01/10
- 196/213: gnu: python-resampy: Update to 0.4.3., guix-commits, 2025/01/10
- 211/213: gnu: python-episcanpy: Add missing input., guix-commits, 2025/01/10
- 189/213: gnu: python-decoupler-py: Add missing input., guix-commits, 2025/01/10
- 199/213: gnu: python-scikit-fuzzy: Add missing inputs., guix-commits, 2025/01/10
- 207/213: gnu: python-metacells: Add missing input., guix-commits, 2025/01/10
- 106/213: gnu: python-aiohttp: Update to 3.11.11., guix-commits, 2025/01/10
- 122/213: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/10
- 111/213: gnu: python-black: Update to 24.10.0., guix-commits, 2025/01/10
- 117/213: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/10
- 130/213: gnu: python-pathy: Remove old version of dataclasses.,
guix-commits <=