GNU bug report logs -
#75033
[PATCH] gnu: python-pypandoc: Fix build.
Previous Next
Full log
Message #11 received at 75033 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pypandoc): Fix build
---
Added the required by the pyproject-build-system to enable building
(adds 2 lint warnings regarding python-setuptools and python-pip) and
addressed the permant redirect from https://github.com/bebraw/pandoc to
https://github.com/JessicaTegner/pypandoc
gnu/packages/python-xyz.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fe2b4b6d56..2142f7d754 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33730,12 +33730,15 @@ (define-public python-pypandoc
"skip_test_conversion_with_data_files")) #t)))))
;; Ideally, we would supersede texlive-xpatch with texlive-regexpatch once
;; the missing etoolbox.sty file is added
- (native-inputs (list python-poetry-core
- (texlive-updmap.cfg (list texlive-xpatch texlive-lm
- texlive-xcolor))))
+ (native-inputs (list (texlive-updmap.cfg (list texlive-xpatch texlive-lm
+ texlive-xcolor))
+ ;; Dependencies required by pyproject-build-system
+ python-poetry-core
+ python-setuptools
+ python-pip))
(inputs (list pandoc python-pandocfilters))
(propagated-inputs (list python-wheel))
- (home-page "https://github.com/bebraw/pypandoc")
+ (home-page "https://github.com/JessicaTegner/pypandoc")
(synopsis "Python wrapper for pandoc")
(description "pypandoc is a thin Python wrapper around pandoc
and pandoc-citeproc.")
base-commit: 30fdffc4b5605431b28a23b03330e850b2184a76
--
2.46.0
This bug report was last modified 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.