andreas pushed a commit to branch python-team
in repository guix.

commit 48e98e90dc57942135494229737426453ec6039d
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Sun Apr 6 14:37:08 2025 +0200

    gnu: Remove python-pydiff.
    
    This package is a leaf package, stale for 11 years and not compatible
    with the latest python.
    
    * gnu/packages/python-xyz.scm (python-pydiff): Delete variable.
    
    Change-Id: Ia80e3949c4d05b584241d783d49207c8553e9da1
    Signed-off-by: Steve George <st...@futurile.net>
---
 gnu/packages/python-xyz.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b1509ef3a6..a5b1355c26 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27968,25 +27968,6 @@ pure Python module.")
 version of @code{SocksiPy} with bug fixes and extra features.")
     (license license:bsd-3)))
 
-(define-public python-pydiff
-  (package
-    (name "python-pydiff")
-    (version "0.2")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "pydiff" version))
-        (sha256
-          (base32
-            "1als83h9w0gab24ipyna6khm390qmpnpkc5jksmdbs2xc8hp2z44"))))
-    (build-system python-build-system)
-    (home-page "https://github.com/myint/pydiff";)
-    (synopsis "Library to diff two Python files at the bytecode level")
-    (description
-      "@code{pydiff} makes it easy to look for actual code changes while
-ignoring formatting changes.")
-    (license license:expat)))
-
 (define-public python-pydub
   (package
     (name "python-pydub")

Reply via email to