24 buildPythonPackage rec {
29 disabled = pythonOlder "3.7";
31 src = fetchFromGitHub {
34 rev = "refs/tags/${version}";
35 hash = "sha256-qB9VbdiInbLEAy698BzU35k8ckwmaEXv8lByRsp/GfA=";
38 build-system = [ setuptools ];
55 optional-dependencies = {
65 # Tests require internet access
68 pythonImportsCheck = [ "yfinance" ];
71 description = "Module to doiwnload Yahoo! Finance market data";
72 homepage = "https://github.com/ranaroussi/yfinance";
73 changelog = "https://github.com/ranaroussi/yfinance/blob/${version}/CHANGELOG.rst";
74 license = licenses.asl20;
75 maintainers = with maintainers; [ drewrisinger ];