9 buildPythonPackage rec {
10 pname = "pydata-google-auth";
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "refs/tags/${version}";
18 hash = "sha256-Wo+tXbzOuz/cW8GuWoSxLA/Lr2S9NMdePa8tIV39mbY=";
25 propagatedBuildInputs = [
30 # tests require network access
33 pythonImportsCheck = [
38 description = "Helpers for authenticating to Google APIs";
39 homepage = "https://github.com/pydata/pydata-google-auth";
40 license = licenses.bsd3;
41 maintainers = with maintainers; [ cpcloud ];