GNU bug report logs -
#42297
[PATCH 00/10] Add Python packages for Sourcehut
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-hglib): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5ce34cd738..c97f2bf331 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20505,3 +20505,29 @@ For the most part it's transliterated from C, the major differences are:
"The MinIO Python Client SDK provides simple APIs to access any Amazon S3
compatible object storage server.")
(license license:asl2.0)))
+
+(define-public python-hglib
+ (package
+ (name "python-hglib")
+ (version "2.6.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "python-hglib" version))
+ (sha256
+ (base32
+ "1cm3din9j2xbgipnay5kgzlj6imsrs3lgc09hkndcb9k9p5s07vw"))))
+ (build-system python-build-system)
+ (arguments
+ ;; FIXME: Fails a lot of tests
+ `(#:tests? #f))
+ (propagated-inputs
+ `(("mercurial" ,mercurial)))
+ (native-inputs
+ `(("python-nose" ,python-nose)))
+ (home-page
+ "https://www.mercurial-scm.org/wiki/PythonHglib")
+ (synopsis "Mercurial Python library")
+ (description "A Python library for interfacing with Mercurial's
+CommandServer.")
+ (license license:expat)))
--
2.27.0
This bug report was last modified 123 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.