15 buildPythonPackage rec {
18 format = "setuptools";
20 src = fetchFromGitHub {
22 repo = "paypalhttp_python";
23 rev = "refs/tags/${version}";
24 hash = "sha256-3ihcpYtpcejPkiyf4g4jveyNU6flQB2sv9EZ5Pd7tUc=";
27 propagatedBuildInputs = [
39 changelog = "https://github.com/paypal/paypalhttp_python/releases/tag/${version}";
40 description = "PayPalHttp is a generic HTTP Client";
41 homepage = "https://github.com/paypal/paypalhttp_python";
42 license = licenses.mit;
43 maintainers = with maintainers; [ hexa ];