mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
python310Packages.sphinx-jupyterbook-latex: 0.5.1 -> 0.5.2
https://github.com/executablebooks/sphinx-jupyterbook-latex/releases/tag/v0.5.2
This commit is contained in:
parent
8ab030e8de
commit
b63a262de7
@ -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 New Issue
Block a user