7 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "RomeoDespres";
15 sha256 = "sha256-dOHCu0pDXk9LM4Yobaz8GAfVpBd8rXlty+Wfhx+WPME=";
18 checkInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "pkce" ];
23 description = "Python module to work with PKCE";
24 homepage = "https://github.com/RomeoDespres/pkce";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ fab ];