11 buildPythonPackage rec {
12 pname = "google-reauth";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "google-reauth-python";
21 rev = "refs/tags/${version}";
22 hash = "sha256-J7GVh+iY+69rFzf4hN/KLFZMZ1/S3CL5TZ7SsP5Oy3g=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage";
41 homepage = "https://github.com/Google/google-reauth-python";
42 changelog = "https://github.com/google/google-reauth-python/releases/tag/${version}";
43 license = with licenses; [ asl20 ];
44 maintainers = with maintainers; [ fab ];