me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2023-01-07 14:37:34 +01:00
parent 3a835f7dd4
commit b9a886bbb3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 21 deletions

View File

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