diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-20 16:54:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-20 08:46:28 -0800 |
| commit | 6752222e05f84e909430e9f2625b708f40ae9763 (patch) | |
| tree | 18c0cdff9d9ec280199f346d745e9f4961b0bbd4 /meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb | |
| parent | ca6cd18c94a259867178ff8ec2657d4c1b39a5d1 (diff) | |
| download | meta-openembedded-6752222e05f84e909430e9f2625b708f40ae9763.tar.gz | |
python3-polyline: upgrade 2.0.1 -> 2.0.2
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-polyline_2.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb b/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb deleted file mode 100644 index 4abe167f7b..0000000000 --- a/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "A Python implementation of Google's Encoded Polyline Algorithm Format" | ||
| 2 | HOMEPAGE = "https://github.com/frederickjansen/polyline" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1fb8d1dc685695195bb3c1e48adfef48" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "74cb5cea098dddf09d1a5a1f17af9184d371cbf3e9723de0194e530ec39ca1f6" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "python3-six" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | SRC_URI += " \ | ||
| 15 | file://run-ptest \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += " \ | ||
| 19 | python3-pytest \ | ||
| 20 | python3-unittest-automake-output \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install_ptest() { | ||
| 24 | install -d ${D}${PTEST_PATH}/test | ||
| 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/test/ | ||
| 26 | } | ||
