[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/299: gnu: Remove python-dataclasses.
From: |
guix-commits |
Subject: |
131/299: gnu: Remove python-dataclasses. |
Date: |
Mon, 13 Jan 2025 15:18:14 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 203489e4ad22df92571fce468fc1b9eda5f1ad64
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 10:00:05 2025 +0100
gnu: Remove python-dataclasses.
A newer version of dataclasses is part of Python.
* gnu/packages/python-xyz.scm (python-dataclasses): Remove variable.
Change-Id: I0e2580aab80a7245ecb1ecbcee3a59554feeb325
---
gnu/packages/python-xyz.scm | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dfa4198f74..ecbb4dcc69 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34653,27 +34653,6 @@ asyncio applications.")
@code{typing} module that are supported by the Pyre typechecker.")
(license license:expat)))
-(define-public python-dataclasses
- (package
- (name "python-dataclasses")
- (version "0.8")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "dataclasses" version))
- (sha256
- (base32
- "15sc12nrc7gxwb30vfa6frzdnpmbap9ibi1fr1yrbkra6izhcyc4"))))
- (build-system python-build-system)
- (home-page
- "https://github.com/ericvsmith/dataclasses")
- (synopsis
- "Backport of the @code{dataclasses} module for Python 3.6")
- (description
- "This is an implementation of PEP 557, Data Classes. It is a
-backport of the @code{dataclasses} module for Python 3.6.")
- (license license:asl2.0)))
-
(define-public python-pywatchman
(package
(name "python-pywatchman")
- 98/299: gnu: python-openapi-spec-validator: Restore sanity check., (continued)
- 98/299: gnu: python-openapi-spec-validator: Restore sanity check., guix-commits, 2025/01/13
- 109/299: gnu: python-aiohttp-socks: Update to 0.10.1., guix-commits, 2025/01/13
- 115/299: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/13
- 117/299: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/13
- 108/299: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/13
- 119/299: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/13
- 123/299: gnu: python-jose: Fix build., guix-commits, 2025/01/13
- 137/299: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/13
- 141/299: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/13
- 153/299: gnu: python-pydantic-2: Update to 2.10.4., guix-commits, 2025/01/13
- 131/299: gnu: Remove python-dataclasses.,
guix-commits <=
- 158/299: gnu: python-fastapi: Update to 0.115.6., guix-commits, 2025/01/13
- 148/299: gnu: rust-codspeed-2: Update to 2.7.2., guix-commits, 2025/01/13
- 126/299: gnu: Add python-joserfc., guix-commits, 2025/01/13
- 140/299: gnu: python-isort: Disable one test., guix-commits, 2025/01/13
- 145/299: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/13
- 178/299: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/13
- 175/299: gnu: python-omnipath: Update to 1.0.8-0.3d16134., guix-commits, 2025/01/13
- 172/299: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/13
- 174/299: gnu: python-pypika-tortoise: Add missing input., guix-commits, 2025/01/13
- 188/299: gnu: python-cell2cell: Add missing input., guix-commits, 2025/01/13