mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-merge3: Run tests and fix them.
* gnu/packages/python-xyz.scm (python-merge3) [source]: Switch to git-fetch. [arguments]<#:test-backend>: Set it. [native-inputs]: Remove python-wheel. Change-Id: I57dc757b036cee4baba12c0021a5ddb5aab65a26 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0d703d3822
commit
17e29589b4
1 changed files with 9 additions and 6 deletions
|
@ -11161,16 +11161,19 @@ humans, and implementation simplicity.")
|
||||||
(version "0.0.15")
|
(version "0.0.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "merge3" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/breezy-team/merge3")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1brb97v24i5ym3cfxsv416a0m1n78s1aqllmwg4xymjdv09w5snk"))))
|
(base32 "0p52fdzra86d03p5gwz7wmb2pgzkv0frgdhhg9wfld8qr0611wp4"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(arguments (list #:test-backend #~'unittest))
|
||||||
|
(native-inputs (list python-setuptools))
|
||||||
(home-page "https://github.com/breezy-team/merge3")
|
(home-page "https://github.com/breezy-team/merge3")
|
||||||
(synopsis "Python implementation of 3-way merge")
|
(synopsis "Python implementation of 3-way merge")
|
||||||
(description
|
(description "This Python library implements 3-way merge for text.")
|
||||||
"This Python library implements 3-way merge for text.")
|
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public python-wmctrl
|
(define-public python-wmctrl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue