guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: Remove python-twodict.


From: guix-commits
Subject: 06/07: gnu: Remove python-twodict.
Date: Mon, 13 Jan 2025 23:46:58 -0500 (EST)

iyzsong pushed a commit to branch python-team
in repository guix.

commit 4cab7a6ae1ea9b36a13a90bc44728abcacc601cf
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jan 14 12:25:22 2025 +0800

    gnu: Remove python-twodict.
    
    Won't work with current python, last updated 8 years ago.
    See also <https://github.com/MrS0m30n3/twodict/issues/3>.
    
    * gnu/packages/python-xyz.scm (python-twodict): Remove variable.
    
    Change-Id: I59337a58558148011d09e51326c1ff703193eefd
---
 gnu/packages/python-xyz.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eceb7efbf3..fafc42b812 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1199,25 +1199,6 @@ Python dictionaries and provides a syntax to access 
nested dictionaries values
 using a dot syntax, for example: @code{dictionary['deeply.nested.key']}.")
     (license license:expat)))
 
-(define-public python-twodict
-  (package
-    (name "python-twodict")
-    (version "1.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "twodict" version))
-       (sha256
-        (base32 "0ifv7dv18jn2lg0a3l6zdlvmmlda2ivixfjbsda58a2ay6kxznr0"))))
-    (build-system python-build-system)
-    (home-page "https://github.com/MrS0m30n3/twodict";)
-    (synopsis "Two way ordered dictionary for Python")
-    (description "TwoDict is a custom dictionary in which you can get the
-key:value relationship but you can also get the value:key relationship.  It 
also
-remembers the order in which the items were inserted and supports almost all 
the
-features of the Python's built-in dict.")
-    (license license:unlicense)))
-
 (define-public python-adjusttext
   (package
     (name "python-adjusttext")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]