python310Packages.pypandoc: switch to pyproject build
This commit is contained in:
parent
8d6f8f8622
commit
9d963635dc
@ -3,6 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pandoc
|
, pandoc
|
||||||
, pandocfilters
|
, pandocfilters
|
||||||
|
, poetry-core
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, texlive
|
, texlive
|
||||||
@ -11,6 +12,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pypandoc";
|
pname = "pypandoc";
|
||||||
version = "1.10";
|
version = "1.10";
|
||||||
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
@ -30,6 +32,10 @@ buildPythonPackage rec {
|
|||||||
./skip-tests.patch
|
./skip-tests.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
poetry-core
|
||||||
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
texlive.combined.scheme-small
|
texlive.combined.scheme-small
|
||||||
pandocfilters
|
pandocfilters
|
||||||
|
Loading…
Reference in New Issue
Block a user