1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00

gnu: Remove python-attrdict3.

It's unmaintained for 3y fork of <https://github.com/bcj/AttrDict> which
was archived since 2019.

* gnu/packages/python-xyz.scm (python-attrdict3): Delete variable.

Change-Id: Ic78fab57a0edfc74333aec61a3edee99948a6de6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-06-15 16:03:22 +02:00
committed by Sharlatan Hellseher
parent ce6d07c699
commit 38cd8b928f

View File

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