13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-IuNAPnSOcBRvjszBQw/lQsn5xP9nfv9CSlLmRPbY98U=";
25 propagatedBuildInputs = [
33 # PyPI source has no tests included
34 # https://github.com/mediawiki-utilities/python-mwoauth/issues/44
37 pythonImportsCheck = [ "mwoauth" ];
40 description = "Python library to perform OAuth handshakes with a MediaWiki installation";
41 homepage = "https://github.com/mediawiki-utilities/python-mwoauth";
42 license = licenses.mit;