8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "RomeoDespres";
17 hash = "sha256-dOHCu0pDXk9LM4Yobaz8GAfVpBd8rXlty+Wfhx+WPME=";
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "pkce" ];
25 description = "Python module to work with PKCE";
26 homepage = "https://github.com/RomeoDespres/pkce";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];