12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-CNr07auqD5WoRfmOVwfecxaoODqWJfIK52iwNZkcNqw=";
24 propagatedBuildInputs = [
32 # PyPI source has no tests included
33 # https://github.com/mediawiki-utilities/python-mwoauth/issues/44
36 pythonImportsCheck = [
41 description = "Python library to perform OAuth handshakes with a MediaWiki installation";
42 homepage = "https://github.com/mediawiki-utilities/python-mwoauth";
43 license = licenses.mit;