10 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-X88A5V9uXP3wJQ+olK6pZJT66LP2uCXLK8goa5bPARA=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ lxml ];
28 ${python.interpreter} tests.py
32 pythonImportsCheck = [ "defusedxml" ];
35 changelog = "https://github.com/tiran/defusedxml/blob/v${version}/CHANGES.txt";
36 description = "Python module to defuse XML issues";
37 homepage = "https://github.com/tiran/defusedxml";
38 license = licenses.psfl;
39 maintainers = with maintainers; [ fab ];