16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-VM3xxLa4MlR3vTpeOunsq4/bxZhuKXNKFZbFVul1cMw=";
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;