13 # reverse dependencies
20 buildPythonPackage rec {
25 disabled = pythonOlder "3.8";
30 hash = "sha256-0oPTeokLpMGuc/+t+ARkNcdue8Ike7tjwAvRpwnGVEs=";
33 nativeBuildInputs = [ setuptools ];
35 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "markupsafe" ];
49 changelog = "https://markupsafe.palletsprojects.com/en/${versions.majorMinor version}.x/changes/#version-${
50 replaceStrings [ "." ] [ "-" ] version
52 description = "Implements a XML/HTML/XHTML Markup safe string";
53 homepage = "https://palletsprojects.com/p/markupsafe/";
54 license = licenses.bsd3;
55 maintainers = with maintainers; [ domenkozar ];