meta-wayland/recipes-devtools/python/python3-geopy_git.bb

19 lines
396 B
BlitzBasic
Raw Normal View History

2022-01-18 11:57:09 +01:00
SUMMARY = "geopy is a Python client for several popular geocoding web services."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b246754361f75980923b7feebfe71c15"
SRC_URI = " \
git://github.com/geopy/geopy.git;protocol=https;branch=master \
"
RDEPENDS:${PN} = " \
python3 \
"
inherit setuptools3
S = "${WORKDIR}/git"
2023-12-31 15:12:21 +01:00
PV = "2.4.1"
SRCREV = "f495974c32a7a7b1eb433e7b8c87166e96375c32"
2022-01-18 11:57:09 +01:00