python3Packages.nbsphinx: 0.8.0 -> 0.8.1
This commit is contained in:
parent
b8edf8f7d3
commit
64a8b34571
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nbsphinx";
|
||||
version = "0.8.0";
|
||||
version = "0.8.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "369c16fe93af14c878d61fb3e81d838196fb35b27deade2cd7b95efe1fe56ea0";
|
||||
sha256 = "19lf036h0d9ryqasrh91myhn3dq5zcw4rik9jy6sayq7l6irmm94";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -29,9 +29,13 @@ buildPythonPackage rec {
|
||||
traitlets
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m nbsphinx
|
||||
'';
|
||||
# The package has not tests
|
||||
doCheck = false;
|
||||
|
||||
JUPYTER_PATH = "${nbconvert}/share/jupyter";
|
||||
pythonImportsCheck = [
|
||||
"nbsphinx"
|
||||
];
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user