10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-tEl2tX/mB8uYTYj1YFDs/2sPXiv6897jCEmsFCWBXYg=";
22 build-system = [ setuptools ];
24 dependencies = [ aiohttp ];
26 # Project has no tests
29 pythonImportsCheck = [ "aioymaps" ];
32 description = "Python package fetch data from Yandex maps";
33 homepage = "https://github.com/devbis/aioymaps";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];