guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: Remove python-trollius-redis.


From: guix-commits
Subject: 05/13: gnu: Remove python-trollius-redis.
Date: Sat, 7 Jan 2023 15:14:18 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b9a886bbb3180ded9fa5e51070d9a138b83344b1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 7 14:37:34 2023 +0100

    gnu: Remove python-trollius-redis.
    
    This package fails to build and has been inactive upstream for 8 years.
    
    * gnu/packages/databases.scm (python-trollius-redis): Remove variable.
---
 gnu/packages/databases.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 2a24ba580d..2a66efb2a0 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4080,27 +4080,6 @@ is designed to have a low barrier to entry.")
 (Redis Queue).")
     (license license:expat)))
 
-(define-public python-trollius-redis
-  (package
-    (name "python-trollius-redis")
-    (version "0.1.4")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "trollius_redis" version))
-        (sha256
-         (base32
-          "0k3vypszmgmaipgw9xscvgm79h2zd6p6ci8gdp5sxl6g5kbqr9fy"))))
-    (build-system python-build-system)
-    ;; TODO: Tests require packaging 'hiredis'.
-    (arguments '(#:tests? #f))
-    (home-page "https://github.com/benjolitz/trollius-redis";)
-    (synopsis "Port of asyncio-redis to trollius")
-    (description "@code{trollius-redis} is a Redis client for Python
-  trollius.  It is an asynchronous IO (PEP 3156) implementation of the
-  Redis protocol.")
-    (license license:bsd-2)))
-
 (define-public python-sqlparse
   (package
     (name "python-sqlparse")



reply via email to

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