20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
27 src = fetchFromGitHub {
30 rev = "refs/tags/${version}";
31 hash = "sha256-ZGwtu2vLcE9pM73umhnFwSzjQnGjTOTtVF607ox7I6E=";
34 build-system = [ setuptools ];
50 # Tests require internet access
53 pythonImportsCheck = [ "yfinance" ];
56 description = "Module to doiwnload Yahoo! Finance market data";
57 homepage = "https://github.com/ranaroussi/yfinance";
58 changelog = "https://github.com/ranaroussi/yfinance/blob/${version}/CHANGELOG.rst";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ drewrisinger ];