Search Criteria
Package Details: python-haversine 2.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-haversine.git (read-only, click to copy) |
---|---|
Package Base: | python-haversine |
Description: | Calculate the distance between two points on Earth using their latitude and longitude. |
Upstream URL: | https://github.com/mapado/haversine |
Licenses: | MIT |
Submitter: | tembleking |
Maintainer: | a821 |
Last Packager: | a821 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-05 13:38 (UTC) |
Last Updated: | 2024-11-28 17:15 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-numba (python-numba-gitAUR) (check)
- python-pytest (check)
- python-numba (python-numba-gitAUR) (optional) – for jit
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR) (optional) – for haversine calculations
Latest Comments
PumpkinCheshire commented on 2021-09-01 10:33 (UTC)
Sorry @bno1, fixed.
bno1 commented on 2021-09-01 10:17 (UTC)
There's a bug in the PKGBUILD. On line 18 the variable
name
is being used instead of_name
.