16 buildPythonPackage rec {
17 pname = "httpx-oauth";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-f3X3kSw7elTScCA3bNggwXyyHORre6Xzup/D0kgn4DQ=";
33 dependencies = [ httpx ];
44 pythonImportsCheck = [ "httpx_oauth" ];
47 description = "Async OAuth client using HTTPX";
48 homepage = "https://github.com/frankie567/httpx-oauth";
49 changelog = "https://github.com/frankie567/httpx-oauth/releases/tag/v${version}";
50 license = licenses.mit;
51 maintainers = with maintainers; [ SuperSandro2000 ];