10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
18 owner = "abdullahselek";
20 rev = "refs/tags/${version}";
21 hash = "sha256-wz6agxPKQvWobRIiYKYU2og33tzswd0qG1hawPCh1qI=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Library that provides a Python interface to the HERE APIs";
39 homepage = "https://github.com/abdullahselek/HerePy";
40 license = licenses.mit;
41 maintainers = with maintainers; [ dotlambda ];