summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-24 17:26:26 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-24 08:23:08 -0800
commit39f8fb7b62ef98bdcf7e33d1110328dcb70a7bc4 (patch)
tree5763656bc22ba4ae5d02f25c0682dac270094923 /meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb
parent984b0d993fd88be1f58171aca4227111d5966933 (diff)
downloadmeta-openembedded-39f8fb7b62ef98bdcf7e33d1110328dcb70a7bc4.tar.gz
python3-haversine: upgrade 2.8.1 -> 2.9.0
Changelog: =========== - Adding option to normalize output of inverse_haversine - add normalize_output to inverse_haversine_vector Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb b/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb
new file mode 100644
index 0000000000..2dfb3356a7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Calculate the distance between 2 points on Earth"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=20a52d2c688975e989fcbee3e6c8d1a1"
4
5SRC_URI[sha256sum] = "1103d7e1f0f108c25b31b63452c54d9d6f29389a70de7dd75fd4b908329b6fcf"
6
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += "python3-numpy"
10
11BBCLASSEXTEND = "native nativesdk"