16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
27 hash = "sha256-rKa441hiO4M/sC6wxU9yeCu6IQJMZroyi7bad/j6brw=";
42 ] ++ pyjwt.optional-dependencies.crypto;
44 # Test suite makes REST calls against github.com
47 pythonImportsCheck = [ "github" ];
50 description = "Python library to access the GitHub API v3";
51 homepage = "https://github.com/PyGithub/PyGithub";
52 changelog = "https://github.com/PyGithub/PyGithub/raw/v${version}/doc/changes.rst";
53 license = licenses.lgpl3Plus;