7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "1li8gv0zb1pdbxdybgaykm38lqbkb5dr7rph6zs1k4k3sh15ldw3";
19 # no tests implemented
22 pythonImportsCheck = [ "vincenty" ];
25 description = "Calculate the geographical distance between 2 points with extreme accuracy";
26 homepage = "https://github.com/maurycyp/vincenty";
27 license = licenses.unlicense;
28 maintainers = with maintainers; [ dotlambda ];