24 buildPythonPackage rec {
25 pname = "httpx-socks";
29 disabled = pythonOlder "3.7";
31 src = fetchFromGitHub {
34 rev = "refs/tags/v${version}";
35 hash = "sha256-3Dj+rrH5Pil5xQE6sAAD5RTycwlKq+TVsAeB2NVqGjY=";
42 propagatedBuildInputs = [
48 passthru.optional-dependencies = {
57 __darwinAllowLocalNetworking = true;
71 pythonImportsCheck = [
76 # Tests don't work in the sandbox
82 description = "Proxy (HTTP, SOCKS) transports for httpx";
83 homepage = "https://github.com/romis2012/httpx-socks";
84 changelog = "https://github.com/romis2012/httpx-socks/releases/tag/v${version}";
85 license = licenses.asl20;
86 maintainers = with maintainers; [ fab ];