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