11 buildPythonPackage rec {
12 pname = "aiohttp-oauthlib";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-iTzRpZ3dDC5OmA46VE+XELfE/7nie0zQOLUf4dcDk7c=";
23 propagatedBuildInputs = [
28 nativeBuildInputs = [ setuptools-scm ];
30 # Package has no tests.
34 homepage = "https://git.sr.ht/~whynothugo/aiohttp-oauthlib";
35 description = "oauthlib integration for aiohttp clients";
36 license = licenses.isc;
37 maintainers = with maintainers; [ sumnerevans ];