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
Message #35 received at 25733 <at> debbugs.gnu.org (full text, mbox):
From: ng0 <ngillmann <at> runbox.com>
* gnu/packages/python.scm (python-dulwich-0.9.9): New variable.
---
gnu/packages/python.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ba2ff596c..c603d0778 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -796,6 +796,31 @@ available in pure Python.")
(inherit (package-with-python2
(strip-python2-variant python-dulwich)))))
+;; kallithea-0.3.2 needs dulwich-0.9.9
+(define-public python-dulwich-0.9.9
+ (package
+ (inherit python-dulwich)
+ (name "python-dulwich-0.9.9")
+ (version "0.9.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://dulwich.io/releases/dulwich-" version ".tar.gz"))
+ (sha256
+ (base32
+ "15l45063rpb5jn2c5b4x82fcjdg7p1bxnj9jh810032diln7ckh8"))))
+ (build-system python-build-system)
+ (inputs
+ `(("python-mock" ,python-mock)
+ ("python-gevent" ,python-gevent)
+ ("python-geventhttpclient" ,python-geventhttpclient)
+ ("python-fastimport" ,python-fastimport)))))
+
+(define-public python2-dulwich-0.9.9
+ (package
+ (inherit (package-with-python2
+ (strip-python2-variant python-dulwich-0.9.9)))))
+
(define-public python-h5py
(package
(name "python-h5py")
--
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.