GNU bug report logs -
#25733
kallithea dependencies
Previous Next
Reported by: ng0 <contact.ng0 <at> cryptolab.net>
Date: Tue, 14 Feb 2017 20:12:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: ng0 <ngillmann <at> runbox.com>
* gnu/packages/python.scm (python-routes-1.13): New variable.
---
gnu/packages/python.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d37bcbc6b..7c02f86f1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2087,6 +2087,33 @@ result back.")
(package
(inherit base))))
+;; Required by kallithea-0.3.2
+(define-public python-routes-1.13
+ (package
+ (inherit python-routes)
+ (version "1.13")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "Routes" version))
+ (sha256
+ (base32
+ "19r4yr4nyz8iw3ykp8mc93xjlaybjgzyi7lhwf1azdydayix20yc"))))
+ (inputs
+ `(("python-repoze-lru" ,python-repoze-lru)
+ ("python-six" ,python-six)
+ ("python-coverage" ,python-coverage)
+ ("python-webob" ,python-webob)
+ ("python-webtest" ,python-webtest)
+ ("python-nose" ,python-nose)
+ ("python-paste" ,python-paste)))))
+
+(define-public python2-routes-1.13
+ (let ((base (package-with-python2
+ (strip-python2-variant python-routes-1.13))))
+ (package
+ (inherit base))))
+
(define-public python-scripttest
(package
(name "python-scripttest")
--
2.11.1
This bug report was last modified 5 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.