* [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python @ 2016-10-06 19:58 Denys Dmytriyenko 2016-10-06 20:17 ` Denys Dmytriyenko 2016-10-06 23:48 ` Khem Raj 0 siblings, 2 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2016-10-06 19:58 UTC (permalink / raw) To: openembedded-devel; +Cc: Denys Dmytriyenko From: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> --- meta-python/recipes-devtools/python/python-pybind11.inc | 9 +++++++++ meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pybind11.inc create mode 100644 meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc new file mode 100644 index 0000000..e13f6a5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11.inc @@ -0,0 +1,9 @@ +SUMMARY = "Seamless operability between C++11 and Python" +HOMEPAGE = "https://github.com/wjakob/pybind11" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1e9383cd3e97753d7dd6067d079519ea" +PR = "r0" + +SRC_URI = "https://pypi.python.org/packages/89/0b/f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9/pybind11-1.8.1.tar.gz" +SRC_URI[md5sum] = "67845d8fd89a1c400dc7c61ccdee14d6" +SRC_URI[sha256sum] = "358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8" diff --git a/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb new file mode 100644 index 0000000..e567430 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pybind11.inc diff --git a/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb new file mode 100644 index 0000000..355e284 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pybind11.inc -- 2.7.4 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python 2016-10-06 19:58 [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python Denys Dmytriyenko @ 2016-10-06 20:17 ` Denys Dmytriyenko 2016-10-06 23:48 ` Khem Raj 1 sibling, 0 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2016-10-06 20:17 UTC (permalink / raw) To: openembedded-devel BTW, this is more of a WIP and needs few cleanups based on master, as I was testing it in krogoth for now... On Thu, Oct 06, 2016 at 03:58:07PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko <denys@ti.com> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > --- > meta-python/recipes-devtools/python/python-pybind11.inc | 9 +++++++++ > meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 ++ > meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | 2 ++ > 3 files changed, 13 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python-pybind11.inc > create mode 100644 meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > create mode 100644 meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > > diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc > new file mode 100644 > index 0000000..e13f6a5 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pybind11.inc > @@ -0,0 +1,9 @@ > +SUMMARY = "Seamless operability between C++11 and Python" > +HOMEPAGE = "https://github.com/wjakob/pybind11" > +LICENSE = "BSD-2-Clause" > +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1e9383cd3e97753d7dd6067d079519ea" > +PR = "r0" > + > +SRC_URI = "https://pypi.python.org/packages/89/0b/f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9/pybind11-1.8.1.tar.gz" > +SRC_URI[md5sum] = "67845d8fd89a1c400dc7c61ccdee14d6" > +SRC_URI[sha256sum] = "358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8" > diff --git a/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > new file mode 100644 > index 0000000..e567430 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > @@ -0,0 +1,2 @@ > +inherit pypi setuptools > +require python-pybind11.inc > diff --git a/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > new file mode 100644 > index 0000000..355e284 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > @@ -0,0 +1,2 @@ > +inherit pypi setuptools3 > +require python-pybind11.inc > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python 2016-10-06 19:58 [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python Denys Dmytriyenko 2016-10-06 20:17 ` Denys Dmytriyenko @ 2016-10-06 23:48 ` Khem Raj 2016-10-07 1:07 ` Tim Orling 1 sibling, 1 reply; 5+ messages in thread From: Khem Raj @ 2016-10-06 23:48 UTC (permalink / raw) To: OpenEmbedded Devel List; +Cc: Denys Dmytriyenko [-- Attachment #1: Type: text/plain, Size: 2462 bytes --] > On Oct 6, 2016, at 12:58 PM, Denys Dmytriyenko <denis@denix.org> wrote: > > From: Denys Dmytriyenko <denys@ti.com> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > --- > meta-python/recipes-devtools/python/python-pybind11.inc | 9 +++++++++ > meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 ++ > meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | 2 ++ > 3 files changed, 13 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python-pybind11.inc > create mode 100644 meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > create mode 100644 meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > > diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc b/meta-python/recipes-devtools/python/python-pybind11.inc > new file mode 100644 > index 0000000..e13f6a5 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pybind11.inc > @@ -0,0 +1,9 @@ > +SUMMARY = "Seamless operability between C++11 and Python" > +HOMEPAGE = "https://github.com/wjakob/pybind11" > +LICENSE = "BSD-2-Clause" > +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1e9383cd3e97753d7dd6067d079519ea" > +PR = “r0" Drop this > + > +SRC_URI = "https://pypi.python.org/packages/89/0b/f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9/pybind11-1.8.1.tar.gz" > +SRC_URI[md5sum] = "67845d8fd89a1c400dc7c61ccdee14d6" > +SRC_URI[sha256sum] = "358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8" > diff --git a/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > new file mode 100644 > index 0000000..e567430 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > @@ -0,0 +1,2 @@ > +inherit pypi setuptools > +require python-pybind11.inc > diff --git a/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > new file mode 100644 > index 0000000..355e284 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > @@ -0,0 +1,2 @@ > +inherit pypi setuptools3 > +require python-pybind11.inc > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel [-- Attachment #2: Message signed with OpenPGP using GPGMail --] [-- Type: application/pgp-signature, Size: 211 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python 2016-10-06 23:48 ` Khem Raj @ 2016-10-07 1:07 ` Tim Orling 2016-10-18 17:26 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Tim Orling @ 2016-10-07 1:07 UTC (permalink / raw) To: openembedded-devel@lists.openembedded.org Agree with Khem, we don't use PR in anything new anymore. I built (on krogoth) both python-pybind11 and python3-pybind11 and both import inside their respective pythons. I did not do any more testing than that. I'll try on master too. As always, it would be nice to add ptest, but hardly any python recipes have it. :/ --Tim (Intel) On Thu, Oct 6, 2016 at 4:48 PM, Khem Raj <raj.khem@gmail.com> wrote: > > > On Oct 6, 2016, at 12:58 PM, Denys Dmytriyenko <denis@denix.org> wrote: > > > > From: Denys Dmytriyenko <denys@ti.com> > > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > > --- > > meta-python/recipes-devtools/python/python-pybind11.inc | 9 > +++++++++ > > meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 ++ > > meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | 2 ++ > > 3 files changed, 13 insertions(+) > > create mode 100644 meta-python/recipes-devtools/ > python/python-pybind11.inc > > create mode 100644 meta-python/recipes-devtools/python/ > python-pybind11_1.8.1.bb > > create mode 100644 meta-python/recipes-devtools/python/ > python3-pybind11_1.8.1.bb > > > > diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc > b/meta-python/recipes-devtools/python/python-pybind11.inc > > new file mode 100644 > > index 0000000..e13f6a5 > > --- /dev/null > > +++ b/meta-python/recipes-devtools/python/python-pybind11.inc > > @@ -0,0 +1,9 @@ > > +SUMMARY = "Seamless operability between C++11 and Python" > > +HOMEPAGE = "https://github.com/wjakob/pybind11" > > +LICENSE = "BSD-2-Clause" > > +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1e9383cd3e97753d7dd6067d079519 > ea" > > +PR = “r0" > > Drop this > > > + > > +SRC_URI = "https://pypi.python.org/packages/89/0b/ > f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9 > /pybind11-1.8.1.tar.gz" > > +SRC_URI[md5sum] = "67845d8fd89a1c400dc7c61ccdee14d6" > > +SRC_URI[sha256sum] = "358d4b7d8c38cd1dde66064178c6bb > aaa2c479a44e67e642820fe0f329a4fff8" > > diff --git a/meta-python/recipes-devtools/python/python- > pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python- > pybind11_1.8.1.bb > > new file mode 100644 > > index 0000000..e567430 > > --- /dev/null > > +++ b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > > @@ -0,0 +1,2 @@ > > +inherit pypi setuptools > > +require python-pybind11.inc > > diff --git a/meta-python/recipes-devtools/python/python3- > pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python3- > pybind11_1.8.1.bb > > new file mode 100644 > > index 0000000..355e284 > > --- /dev/null > > +++ b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > > @@ -0,0 +1,2 @@ > > +inherit pypi setuptools3 > > +require python-pybind11.inc > > -- > > 2.7.4 > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > Openembedded-devel@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python 2016-10-07 1:07 ` Tim Orling @ 2016-10-18 17:26 ` Denys Dmytriyenko 0 siblings, 0 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2016-10-18 17:26 UTC (permalink / raw) To: openembedded-devel Khem, Tim, http://lists.openembedded.org/pipermail/openembedded-devel/2016-October/109403.html On Thu, Oct 06, 2016 at 06:07:28PM -0700, Tim Orling wrote: > Agree with Khem, we don't use PR in anything new anymore. > > I built (on krogoth) both python-pybind11 and python3-pybind11 and both > import inside their respective pythons. I did not do any more testing than > that. > > I'll try on master too. > > As always, it would be nice to add ptest, but hardly any python recipes > have it. :/ > > --Tim (Intel) > > On Thu, Oct 6, 2016 at 4:48 PM, Khem Raj <raj.khem@gmail.com> wrote: > > > > > > On Oct 6, 2016, at 12:58 PM, Denys Dmytriyenko <denis@denix.org> wrote: > > > > > > From: Denys Dmytriyenko <denys@ti.com> > > > > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com> > > > --- > > > meta-python/recipes-devtools/python/python-pybind11.inc | 9 > > +++++++++ > > > meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 ++ > > > meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | 2 ++ > > > 3 files changed, 13 insertions(+) > > > create mode 100644 meta-python/recipes-devtools/ > > python/python-pybind11.inc > > > create mode 100644 meta-python/recipes-devtools/python/ > > python-pybind11_1.8.1.bb > > > create mode 100644 meta-python/recipes-devtools/python/ > > python3-pybind11_1.8.1.bb > > > > > > diff --git a/meta-python/recipes-devtools/python/python-pybind11.inc > > b/meta-python/recipes-devtools/python/python-pybind11.inc > > > new file mode 100644 > > > index 0000000..e13f6a5 > > > --- /dev/null > > > +++ b/meta-python/recipes-devtools/python/python-pybind11.inc > > > @@ -0,0 +1,9 @@ > > > +SUMMARY = "Seamless operability between C++11 and Python" > > > +HOMEPAGE = "https://github.com/wjakob/pybind11" > > > +LICENSE = "BSD-2-Clause" > > > +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1e9383cd3e97753d7dd6067d079519 > > ea" > > > +PR = “r0" > > > > Drop this > > > > > + > > > +SRC_URI = "https://pypi.python.org/packages/89/0b/ > > f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9 > > /pybind11-1.8.1.tar.gz" > > > +SRC_URI[md5sum] = "67845d8fd89a1c400dc7c61ccdee14d6" > > > +SRC_URI[sha256sum] = "358d4b7d8c38cd1dde66064178c6bb > > aaa2c479a44e67e642820fe0f329a4fff8" > > > diff --git a/meta-python/recipes-devtools/python/python- > > pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python- > > pybind11_1.8.1.bb > > > new file mode 100644 > > > index 0000000..e567430 > > > --- /dev/null > > > +++ b/meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb > > > @@ -0,0 +1,2 @@ > > > +inherit pypi setuptools > > > +require python-pybind11.inc > > > diff --git a/meta-python/recipes-devtools/python/python3- > > pybind11_1.8.1.bb b/meta-python/recipes-devtools/python/python3- > > pybind11_1.8.1.bb > > > new file mode 100644 > > > index 0000000..355e284 > > > --- /dev/null > > > +++ b/meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb > > > @@ -0,0 +1,2 @@ > > > +inherit pypi setuptools3 > > > +require python-pybind11.inc > > > -- > > > 2.7.4 > > > > > > -- > > > _______________________________________________ > > > Openembedded-devel mailing list > > > Openembedded-devel@lists.openembedded.org > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > Openembedded-devel@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-10-18 17:26 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-10-06 19:58 [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python Denys Dmytriyenko 2016-10-06 20:17 ` Denys Dmytriyenko 2016-10-06 23:48 ` Khem Raj 2016-10-07 1:07 ` Tim Orling 2016-10-18 17:26 ` Denys Dmytriyenko
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.