Merge pull request #201748 from marsam/update-sphinx-jupyterbook-latex
python310Packages.sphinx-jupyterbook-latex: 0.5.1 -> 0.5.2
This commit is contained in:
commit
cf01bae30b
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinx-jupyterbook-latex";
|
pname = "sphinx-jupyterbook-latex";
|
||||||
version = "0.5.1";
|
version = "0.5.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
@ -16,12 +16,12 @@ buildPythonPackage rec {
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "sphinx_jupyterbook_latex";
|
pname = "sphinx_jupyterbook_latex";
|
||||||
sha256 = "sha256-QErSEpolSEkJaQLzfcF0oDlugEhN5Y9/KwVwC2IknLY=";
|
sha256 = "sha256-2h060Cj1XdvxC5Ewu58k/GDK+2ccvTnf2VU3qvyQly4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.cfg \
|
substituteInPlace setup.cfg \
|
||||||
--replace "sphinx>=3,<5" "sphinx>=3"
|
--replace "sphinx>=4,<5.1" "sphinx"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ sphinx ]
|
propagatedBuildInputs = [ sphinx ]
|
||||||
|
@ -32,6 +32,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Latex specific features for jupyter book";
|
description = "Latex specific features for jupyter book";
|
||||||
homepage = "https://github.com/executablebooks/sphinx-jupyterbook-latex";
|
homepage = "https://github.com/executablebooks/sphinx-jupyterbook-latex";
|
||||||
|
changelog = "https://github.com/executablebooks/sphinx-jupyterbook-latex/raw/v${version}/CHANGELOG.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ marsam ];
|
maintainers = with maintainers; [ marsam ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue