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