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

* Re: [meta-python][PATCH] python3-pycocotools: new package
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2021-05-11 18:03 UTC (permalink / raw)
  To: Bartosz Golaszewski, Armin Kuster, Tim moto-timo Orling,
	Derek Straka, Trevor Gamblin
  Cc: openembedded-devel

add it to test packagegroup as well in a followup please.

On 5/11/21 10:13 AM, Bartosz Golaszewski wrote:
> 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"
> 

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

* Re: [meta-python][PATCH] python3-pycocotools: new package
  2021-05-11 18:03 ` Khem Raj
@ 2021-05-14  7:49   ` Bartosz Golaszewski
  2021-05-14 14:22     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2021-05-14  7:49 UTC (permalink / raw)
  To: Khem Raj
  Cc: Armin Kuster, Tim moto-timo Orling, Derek Straka, Trevor Gamblin,
	openembedded-devel

On Tue, May 11, 2021 at 8:04 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> add it to test packagegroup as well in a followup please.
>
> On 5/11/21 10:13 AM, Bartosz Golaszewski wrote:
> > 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"
> >

Hi Khem,

It looks like only the follow-up patch made its way into the
master-next branch but not the recipe itself. Could you please check
it?

Thanks,
Bartosz

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

* Re: [meta-python][PATCH] python3-pycocotools: new package
  2021-05-14  7:49   ` Bartosz Golaszewski
@ 2021-05-14 14:22     ` Khem Raj
  2021-05-14 17:47       ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2021-05-14 14:22 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Armin Kuster, Tim moto-timo Orling, Derek Straka, Trevor Gamblin,
	openembedded-devel



On 5/14/21 12:49 AM, Bartosz Golaszewski wrote:
> On Tue, May 11, 2021 at 8:04 PM Khem Raj <raj.khem@gmail.com> wrote:
>>
>> add it to test packagegroup as well in a followup please.
>>
>> On 5/11/21 10:13 AM, Bartosz Golaszewski wrote:
>>> 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"
>>>
> 
> Hi Khem,
> 
> It looks like only the follow-up patch made its way into the
> master-next branch but not the recipe itself. Could you please check
> it?
> 

thanks for reminding me

> Thanks,
> Bartosz
> 

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

* Re: [meta-python][PATCH] python3-pycocotools: new package
  2021-05-14 14:22     ` Khem Raj
@ 2021-05-14 17:47       ` Khem Raj
  2021-05-14 19:28         ` Bartosz Golaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2021-05-14 17:47 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Armin Kuster, Tim moto-timo Orling, Derek Straka, Trevor Gamblin,
	openembedded-devel

Hi Bartosz

I am seeing following on musl

https://jenkins.ccp.xcal.tv/jenkins/view/YP/job/Yocto-world-musl/3316/consoleFull

Should this package depend on virtual/crypt instead ?

Can you take a look

On Fri, May 14, 2021 at 7:22 AM Khem Raj <raj.khem@gmail.com> wrote:
>
>
>
> On 5/14/21 12:49 AM, Bartosz Golaszewski wrote:
> > On Tue, May 11, 2021 at 8:04 PM Khem Raj <raj.khem@gmail.com> wrote:
> >>
> >> add it to test packagegroup as well in a followup please.
> >>
> >> On 5/11/21 10:13 AM, Bartosz Golaszewski wrote:
> >>> 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"
> >>>
> >
> > Hi Khem,
> >
> > It looks like only the follow-up patch made its way into the
> > master-next branch but not the recipe itself. Could you please check
> > it?
> >
>
> thanks for reminding me
>
> > Thanks,
> > Bartosz
> >

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

* Re: [meta-python][PATCH] python3-pycocotools: new package
  2021-05-14 17:47       ` Khem Raj
@ 2021-05-14 19:28         ` Bartosz Golaszewski
  2021-05-14 20:03           ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2021-05-14 19:28 UTC (permalink / raw)
  To: Khem Raj
  Cc: Armin Kuster, Tim moto-timo Orling, Derek Straka, Trevor Gamblin,
	openembedded-devel

On Fri, May 14, 2021 at 7:47 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Hi Bartosz
>
> I am seeing following on musl
>
> https://jenkins.ccp.xcal.tv/jenkins/view/YP/job/Yocto-world-musl/3316/consoleFull
>
> Should this package depend on virtual/crypt instead ?
>
> Can you take a look
>

Hi Khem,

This asks me to log into some Comcast thingy. Can you link it differently?

Best Regards
Bartosz Golaszewski

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

* Re: [meta-python][PATCH] python3-pycocotools: new package
  2021-05-14 19:28         ` Bartosz Golaszewski
@ 2021-05-14 20:03           ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2021-05-14 20:03 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Armin Kuster, Tim moto-timo Orling, Derek Straka, Trevor Gamblin,
	openembedded-devel

Ah I did mean to send a different link from OE builders here it is

http://jenkins.nas-admin.org/view/OE/job/oe_world_qemux86/2635/consoleFull

Look at the top just before it prints "Build Configuration:"

Hope this helps

On Fri, May 14, 2021 at 12:28 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> On Fri, May 14, 2021 at 7:47 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > Hi Bartosz
> >
> > I am seeing following on musl
> >
> > https://jenkins.ccp.xcal.tv/jenkins/view/YP/job/Yocto-world-musl/3316/consoleFull
> >
> > Should this package depend on virtual/crypt instead ?
> >
> > Can you take a look
> >
>
> Hi Khem,
>
> This asks me to log into some Comcast thingy. Can you link it differently?
>
> Best Regards
> Bartosz Golaszewski

^ permalink raw reply	[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.