13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-ejf3RfdwcEp0Ge+96dORuHS5Bx28GSs7H4HD1LUnde4=";
24 # https://github.com/mediawiki-utilities/python-mwxml/pull/21
26 name = "nose-to-pytest.patch";
27 url = "https://github.com/mediawiki-utilities/python-mwxml/compare/2b477be6aa9794064d03b5be38c7759d1570488b...71bbfd2b309e0720a34a4e783b71169aebc571ef.patch";
28 hash = "sha256-4XxNvda1Dj+kFbD9t9gzucrMjdfXcoqYlvecXO2B2R0=";
32 build-system = [ setuptools ];
40 nativeCheckInputs = [ pytestCheckHook ];
42 pythonImportsCheck = [ "mwxml" ];
45 description = "Set of utilities for processing MediaWiki XML dump data";
46 mainProgram = "mwxml";
47 homepage = "https://github.com/mediawiki-utilities/python-mwxml";
48 license = lib.licenses.mit;
49 maintainers = with lib.maintainers; [ GaetanLepage ];