9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-ADMb0P8WtXIcnGJ02R4l/TVfRewHc8ig45JurAWHGaA=";
19 # Prevent circular dependency
20 pythonRemoveDeps = [ "mwxml" ];
23 propagatedBuildInputs = [
28 # Tests require mwxml which itself depends on this package (circular dependency)
32 description = "Set of helper functions and classes for mediawiki-utilities command-line utilities";
33 homepage = "https://github.com/mediawiki-utilities/python-mwcli";
34 license = licenses.mit;
35 maintainers = with maintainers; [ GaetanLepage ];