7 , hatch-fancy-pypi-readme
23 buildPythonPackage rec {
28 disabled = pythonOlder "3.8";
30 src = fetchFromGitHub {
33 rev = "refs/tags/${version}";
34 hash = "sha256-DK5avYEtQcTFogpdEjw0NB4qkzDm5cZKPjAE8MC6Sng=";
39 hatch-fancy-pypi-readme
42 propagatedBuildInputs = [
47 passthru.optional-dependencies = {
68 ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
70 pythonImportsCheck = [
74 __darwinAllowLocalNetworking = true;
77 inherit httpx httpx-socks;
81 changelog = "https://github.com/encode/httpcore/blob/${version}/CHANGELOG.md";
82 description = "A minimal low-level HTTP client";
83 homepage = "https://github.com/encode/httpcore";
84 license = licenses.bsd3;
85 maintainers = with maintainers; [ ris ];