11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-KqcDDQdAOnrmiq+kf8rLHy85rNnhatZTOzCCU91lOrU=";
25 nativeBuildInputs = [ setuptools ];
32 pythonImportsCheck = [ "haversine" ];
35 description = "Python module the distance between 2 points on earth";
36 homepage = "https://github.com/mapado/haversine";
37 changelog = "https://github.com/mapado/haversine/blob/v${version}/CHANGELOG.md";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];