mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
ce6d07c699
commit
38cd8b928f
1 changed files with 0 additions and 21 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue