mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pypandoc: Fix tests.
* gnu/packages/python-xyz.scm (python-pypandoc) [source]: Switch to git-fetch. [arguments]<#:test-backend>: Set it. [description]: Improve style. Change-Id: Idfbd8f57804b30e205fd0d53733cc27b39bab4de Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9e4f6b9cdb
commit
cb28686943
1 changed files with 9 additions and 5 deletions
|
@ -34321,13 +34321,17 @@ By default it uses the open Python vulnerability database Safety DB.")
|
||||||
(version "1.15")
|
(version "1.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "pypandoc" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JessicaTegner/pypandoc")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04yfja8p8flvpjakyw7n43jb1jm3863w043l7zb43bhjwzmvw9ga"))))
|
(base32 "0jqr380xpg1n93dagxv7zfakhdravw0nc81rc4pnmjzkj360l5nr"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:test-backend #~'unittest
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'disable-tests
|
(add-before 'check 'disable-tests
|
||||||
|
@ -34356,8 +34360,8 @@ By default it uses the open Python vulnerability database Safety DB.")
|
||||||
(propagated-inputs (list python-wheel))
|
(propagated-inputs (list python-wheel))
|
||||||
(home-page "https://github.com/JessicaTegner/pypandoc")
|
(home-page "https://github.com/JessicaTegner/pypandoc")
|
||||||
(synopsis "Python wrapper for pandoc")
|
(synopsis "Python wrapper for pandoc")
|
||||||
(description "pypandoc is a thin Python wrapper around pandoc
|
(description
|
||||||
and pandoc-citeproc.")
|
"pypandoc is a thin Python wrapper around pandoc and pandoc-citeproc.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-rnc2rng
|
(define-public python-rnc2rng
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue