[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/187: gnu: Remove python-dataclasses.
From: |
guix-commits |
Subject: |
131/187: gnu: Remove python-dataclasses. |
Date: |
Wed, 8 Jan 2025 10:15:59 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit dafbb89a6320cb5adf92ed420130fa9c162574f9
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 b35ac5f88e..334409a73b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34649,27 +34649,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")
- 146/187: gnu: python-imageio-ffmpeg: Update to 0.5.1., (continued)
- 146/187: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/08
- 159/187: gnu: python-fastapi: Update to 0.115.6., guix-commits, 2025/01/08
- 168/187: gnu: Remove python-starlette-for-fastapi-0.88., guix-commits, 2025/01/08
- 169/187: gnu: python-pytorch-geometric: Disable one test., guix-commits, 2025/01/08
- 162/187: gnu: python-lightning-cloud: Update to 0.5.70., guix-commits, 2025/01/08
- 183/187: gnu: python-flask-assets: Update to 2.1.0-1.62efd23., guix-commits, 2025/01/08
- 184/187: gnu: python-locust: Update to 2.32.5., guix-commits, 2025/01/08
- 173/187: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/08
- 175/187: gnu: python-pypika-tortoise: Add missing input., guix-commits, 2025/01/08
- 186/187: gnu: python-mudata: Update to 0.3.1., guix-commits, 2025/01/08
- 131/187: gnu: Remove python-dataclasses.,
guix-commits <=