Merge pull request #208266 from r-ryantm/auto-update/python310Packages.nbsphinx
python310Packages.nbsphinx: 0.8.10 -> 0.8.11
This commit is contained in:
commit
99195d6c05
@ -7,17 +7,19 @@
|
|||||||
, nbformat
|
, nbformat
|
||||||
, sphinx
|
, sphinx
|
||||||
, traitlets
|
, traitlets
|
||||||
, isPy3k
|
, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nbsphinx";
|
pname = "nbsphinx";
|
||||||
version = "0.8.10";
|
version = "0.8.11";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-qNaARviquRbilAubOBm9PvndzoaKo4hF6jZmRcq7YlQ=";
|
hash = "sha256-q+GMBLM9m837PWbxGV9rDVHuykY+ywf2Bh3kl+QzFuQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -33,16 +35,16 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
JUPYTER_PATH = "${nbconvert}/share/jupyter";
|
JUPYTER_PATH = "${nbconvert}/share/jupyter";
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"nbsphinx"
|
"nbsphinx"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabled = !isPy3k;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Jupyter Notebook Tools for Sphinx";
|
description = "Jupyter Notebook Tools for Sphinx";
|
||||||
homepage = "https://nbsphinx.readthedocs.io/";
|
homepage = "https://nbsphinx.readthedocs.io/";
|
||||||
|
changelog = "https://github.com/spatialaudio/nbsphinx/blob/${version}/NEWS.rst";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = with maintainers; [ costrouc ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user