diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-06 14:37:08 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:30 +0200 |
commit | fd03c6feedbf9467a6476510aa2f4b9cd7519548 (patch) | |
tree | 6ca257b657f6f5ee244dde9cc6ea5d2b85b35a04 | |
parent | 95e8a42360f755cf7a276b971424c405fc7f2ea2 (diff) | |
download | guix-fd03c6feedbf9467a6476510aa2f4b9cd7519548.tar.gz guix-fd03c6feedbf9467a6476510aa2f4b9cd7519548.zip |
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 <steve@futurile.net>
-rw-r--r-- | gnu/packages/python-xyz.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 15cfc1c235..827d2b8448 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27979,25 +27979,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") |