python3Packages.schemdraw: 0.19 -> 0.20, update dependencies (#389122)

Changed files
+17 -11
pkgs
development
python-modules
schemdraw
ziafont
ziamath
+7 -5
pkgs/development/python-modules/schemdraw/default.nix
···
ziamath,
pytestCheckHook,
nbval,
}:
buildPythonPackage rec {
pname = "schemdraw";
-
version = "0.19";
pyproject = true;
-
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "cdelker";
-
repo = pname;
-
rev = version;
-
hash = "sha256-vqEHcazE5DNHr0FceOWLqq+RZmMK5ovHDVjy/2wbTJU=";
};
build-system = [ setuptools ];
···
latex2mathml
ziafont
ziamath
];
# Strip out references to unfree fonts from the test suite
···
ziamath,
pytestCheckHook,
nbval,
+
writableTmpDirAsHomeHook,
}:
buildPythonPackage rec {
pname = "schemdraw";
+
version = "0.20";
pyproject = true;
+
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "cdelker";
+
repo = "schemdraw";
+
tag = version;
+
hash = "sha256-mt1XTrUH570zrJpCFo0jORAE/jo7H2T7sKpIskYw8bk=";
};
build-system = [ setuptools ];
···
latex2mathml
ziafont
ziamath
+
writableTmpDirAsHomeHook
];
# Strip out references to unfree fonts from the test suite
+5 -3
pkgs/development/python-modules/ziafont/default.nix
···
setuptools,
pytestCheckHook,
nbval,
fetchurl,
}:
buildPythonPackage rec {
pname = "ziafont";
-
version = "0.9";
pyproject = true;
-
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "cdelker";
repo = "ziafont";
tag = version;
-
hash = "sha256-S7IDL3ItP14/GrCUtSTT+JWuqRAY/Po0Kerq8mggDdg=";
};
build-system = [ setuptools ];
nativeCheckInputs = [
pytestCheckHook
nbval
];
···
setuptools,
pytestCheckHook,
nbval,
+
writableTmpDirAsHomeHook,
fetchurl,
}:
buildPythonPackage rec {
pname = "ziafont";
+
version = "0.10";
pyproject = true;
+
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "cdelker";
repo = "ziafont";
tag = version;
+
hash = "sha256-tDwl+2EChzBDCFcZW71r4eSKyazlJSv7tRX6soPNSuY=";
};
build-system = [ setuptools ];
nativeCheckInputs = [
pytestCheckHook
+
writableTmpDirAsHomeHook
nbval
];
+5 -3
pkgs/development/python-modules/ziamath/default.nix
···
pytestCheckHook,
nbval,
latex2mathml,
fetchurl,
}:
buildPythonPackage rec {
pname = "ziamath";
-
version = "0.11";
pyproject = true;
-
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "cdelker";
repo = "ziamath";
tag = version;
-
hash = "sha256-DLpbidQEeQVKxGCbS2jeeCvmVK9ElDIDQMj5bh/x7/Q=";
};
build-system = [ setuptools ];
···
pytestCheckHook
nbval
latex2mathml
];
preCheck =
···
pytestCheckHook,
nbval,
latex2mathml,
+
writableTmpDirAsHomeHook,
fetchurl,
}:
buildPythonPackage rec {
pname = "ziamath";
+
version = "0.12";
pyproject = true;
+
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "cdelker";
repo = "ziamath";
tag = version;
+
hash = "sha256-ShR9O170Q26l6XHSe2CO4bEuQm4JNOxiPZ2kbKDLNEU=";
};
build-system = [ setuptools ];
···
pytestCheckHook
nbval
latex2mathml
+
writableTmpDirAsHomeHook
];
preCheck =