diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb b/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb new file mode 100644 index 0000000000..c7bf433d42 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Python bindings and utilities for GeoJSON" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/geojson/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f77f2ed49768c8d4c79ba874c0f94d8a" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b860baba1e8c6f71f8f5f6e3949a694daccf40820fa8f138b3f712bd85804903" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 ptest | ||
| 9 | |||
| 10 | SRC_URI += "file://run-ptest" | ||
| 11 | |||
| 12 | RDEPENDS:${PN}-ptest += " \ | ||
| 13 | python3-pytest \ | ||
| 14 | python3-unittest-automake-output \ | ||
| 15 | " | ||
| 16 | |||
| 17 | do_install_ptest() { | ||
| 18 | install -d ${D}${PTEST_PATH}/tests | ||
| 19 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 20 | } | ||
| 21 | |||
| 22 | RDEPENDS:${PN} += "python3-simplejson python3-math" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
