guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]