mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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.
This commit is contained in:
parent
3a835f7dd4
commit
b9a886bbb3
1 changed files with 0 additions and 21 deletions
|
@ -4080,27 +4080,6 @@ (define-public python-rq-scheduler
|
||||||
(Redis Queue).")
|
(Redis Queue).")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-sqlparse
|
||||||
(package
|
(package
|
||||||
(name "python-sqlparse")
|
(name "python-sqlparse")
|
||||||
|
|
Loading…
Reference in a new issue