From cbeba5e16aa5f0992004da7e9c298104658ec042 Mon Sep 17 00:00:00 2001 From: Johannes Schrimpf Date: Thu, 24 Aug 2017 22:06:57 +0200 Subject: [PATCH] python-pyproj: add recipes required for geographic-info [rephrased commit message] Signed-off-by: Lukas Bulwahn --- recipes-devtools/python/python-pyproj.inc | 12 ++++++++++++ recipes-devtools/python/python-pyproj_1.9.5.1.bb | 3 +++ recipes-devtools/python/python3-pyproj_1.9.5.1.bb | 3 +++ 3 files changed, 18 insertions(+) create mode 100644 recipes-devtools/python/python-pyproj.inc create mode 100644 recipes-devtools/python/python-pyproj_1.9.5.1.bb create mode 100644 recipes-devtools/python/python3-pyproj_1.9.5.1.bb diff --git a/recipes-devtools/python/python-pyproj.inc b/recipes-devtools/python/python-pyproj.inc new file mode 100644 index 0000000..b742f65 --- /dev/null +++ b/recipes-devtools/python/python-pyproj.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "Python interface to PROJ.4 library" +SECTION = "devel/python" +LICENSE = "ISC & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=77d9726a341183ab262b28b3d66dfd94 \ + file://LICENSE_proj4;md5=74d9aaec5fa0cd734341e8c4dc91b608" +SRCNAME = "pyproj" + +SRC_URI = "http://pypi.python.org/packages/source/p/pyproj/pyproj-${PV}.tar.gz" +SRC_URI[md5sum] = "027345e3c033fa400e0e64a1c80d34c9" +SRC_URI[sha256sum] = "53fa54c8fa8a1dfcd6af4bf09ce1aae5d4d949da63b90570ac5ec849efaf3ea8" + +S = "${WORKDIR}/${SRCNAME}-${PV}" diff --git a/recipes-devtools/python/python-pyproj_1.9.5.1.bb b/recipes-devtools/python/python-pyproj_1.9.5.1.bb new file mode 100644 index 0000000..10d377b --- /dev/null +++ b/recipes-devtools/python/python-pyproj_1.9.5.1.bb @@ -0,0 +1,3 @@ +include python-pyproj.inc + +inherit setuptools diff --git a/recipes-devtools/python/python3-pyproj_1.9.5.1.bb b/recipes-devtools/python/python3-pyproj_1.9.5.1.bb new file mode 100644 index 0000000..821c730 --- /dev/null +++ b/recipes-devtools/python/python3-pyproj_1.9.5.1.bb @@ -0,0 +1,3 @@ +include python-pyproj.inc + +inherit setuptools3