8 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 hash = "sha256-pW8FoMdA8XdQZmLRwk5SBBgFhYhgEMJPA9+b+8aicuE=";
19 propagatedBuildInputs = [
23 # Project has no tests
26 pythonImportsCheck = [ "aioymaps" ];
29 description = "Python package fetch data from Yandex maps";
30 homepage = "https://github.com/devbis/aioymaps";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];