From df2a9e30cb97c57c6037e040e39302293902a9a5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 18 Jan 2022 11:57:09 +0100 Subject: [PATCH] python3-geopy: add recipe --- recipes-devtools/python/python3-geopy.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-devtools/python/python3-geopy.bb diff --git a/recipes-devtools/python/python3-geopy.bb b/recipes-devtools/python/python3-geopy.bb new file mode 100644 index 0000000..fb9fbb8 --- /dev/null +++ b/recipes-devtools/python/python3-geopy.bb @@ -0,0 +1,18 @@ +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" +PV = "2.2.0" +SRCREV = "${PV}" +