All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-pycocotools: new package
@ 2021-05-11 17:13 Bartosz Golaszewski
  2021-05-11 18:03 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2021-05-11 17:13 UTC (permalink / raw)
  To: Khem Raj, Armin Kuster, Tim moto-timo Orling, Derek Straka,
	Trevor Gamblin
  Cc: openembedded-devel, Bartosz Golaszewski

Add a recipe for building pycocotools - a Python wrapper for cocapi.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 .../python/python3-pycocotools_2.0.2.bb           | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb
new file mode 100644
index 000000000..4821c313e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "COCO is a large image dataset designed for object detection, segmentation, \
+           person keypoints detection, stuff segmentation, and caption generation."
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb539683cf245df8b6ce782d78f647"
+
+inherit setuptools3 pypi
+
+SRC_URI[md5sum] = "33858f23c8b99ce8116b70c32f6b6dd9"
+SRC_URI[sha256sum] = "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a"
+
+DEPENDS = "python3-cython-native \
+           python3-numpy-native \
+           libxcrypt"
+
+RDEPENDS_${PN} = "python3-matplotlib python3-pillow python3-profile"
-- 
2.30.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-14 20:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-11 17:13 [meta-python][PATCH] python3-pycocotools: new package Bartosz Golaszewski
2021-05-11 18:03 ` Khem Raj
2021-05-14  7:49   ` Bartosz Golaszewski
2021-05-14 14:22     ` Khem Raj
2021-05-14 17:47       ` Khem Raj
2021-05-14 19:28         ` Bartosz Golaszewski
2021-05-14 20:03           ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.