From 38cd8b928fdb8d3a3475de4e2003b2248ac35d8d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 15 Jun 2025 16:03:22 +0200 Subject: [PATCH] gnu: Remove python-attrdict3. It's unmaintained for 3y fork of which was archived since 2019. * gnu/packages/python-xyz.scm (python-attrdict3): Delete variable. Change-Id: Ic78fab57a0edfc74333aec61a3edee99948a6de6 Signed-off-by: Sharlatan Hellseher --- 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 59a3787137..720eb17048 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25629,27 +25629,6 @@ instead of servers and network commands.") and bit flag values.") (license license:expat))) -(define-public python-attrdict3 - (package - (name "python-attrdict3") - (version "2.0.2") - (source (origin - (method url-fetch) - (uri (pypi-uri "attrdict3" version)) - (sha256 - (base32 - "1s2z6c9jam5azm746l49wsqsyi29zbbrknq1axsw230jl4f1fk00")))) - (build-system python-build-system) - ;; The package is no longer maintained and tests need some work. - (arguments '(#:tests? #f)) - (propagated-inputs (list python-six)) - (home-page "https://github.com/pirofti/AttrDict3") - (synopsis "Attribute-style access dictionaries") - (description - "This package provides mapping objects whose elements can be accessed -both as keys and as attributes.") - (license license:expat))) - (define-public python-attrs (package (name "python-attrs")