GNU bug report logs -
#42297
[PATCH 00/10] Add Python packages for Sourcehut
Previous Next
Full log
Message #20 received at 42297 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-unidiff): New variable.
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c97f2bf331..20abc1a9d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20531,3 +20531,24 @@ compatible object storage server.")
(description "A Python library for interfacing with Mercurial's
CommandServer.")
(license license:expat)))
+
+(define-public python-unidiff
+ (package
+ (name "python-unidiff")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "unidiff" version))
+ (sha256
+ (base32
+ "07wqva9lxsh5jhnp6ajr00z8wqq6fzkr37g1zsrg8zrmk9723ich"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/matiasb/python-unidiff")
+ (synopsis
+ "Unified diff parsing/metadata extraction library")
+ (description
+ "Unidiff is a simple Python library to parse and interact with unified
+diff data.")
+ (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.