7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69";
18 ${python.interpreter} tests.py
21 pythonImportsCheck = [ "defusedxml" ];
24 description = "Python module to defuse XML issues";
25 homepage = "https://github.com/tiran/defusedxml";
26 license = licenses.psfl;
27 maintainers = with maintainers; [ fab ];