summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-06-15 16:03:22 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-20 11:35:58 +0100
commit38cd8b928fdb8d3a3475de4e2003b2248ac35d8d (patch)
tree82f33ab48b2a452c8d03464d0f7bc8e83a16743e /gnu/packages/python-xyz.scm
parentce6d07c699d027b1f6e8544100f37755ba74fb3e (diff)
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm21
1 files changed, 0 insertions, 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")