9 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-3BF2xZZWKcEj6FmzGa5hUdTjhVMemngWBMDUyjQ045k=";
18 propagatedBuildInputs = [ jsonable ];
26 "test_normalize_path_bad_extension"
30 pythonImportsCheck = [ "mwtypes" ];
33 description = "A set of classes for working with MediaWiki data types.";
34 homepage = "https://github.com/mediawiki-utilities/python-mwtypes";
35 license = licenses.mit;
36 maintainers = with maintainers; [ GaetanLepage ];