All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-pyconnman: add recipe
@ 2018-08-27 12:33 Ioan-Adrian Ratiu
  2018-08-27 12:33 ` [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: " Ioan-Adrian Ratiu
  2018-08-27 12:33 ` [meta-python][PATCH 3/3] python3-pytest-tempdir: " Ioan-Adrian Ratiu
  0 siblings, 2 replies; 6+ messages in thread
From: Ioan-Adrian Ratiu @ 2018-08-27 12:33 UTC (permalink / raw)
  To: openembedded-devel

From: Alejandro del Castillo <alejandro.delcastillo@ni.com>

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 .../python-pyconnman/python-pyconnman.inc           | 12 ++++++++++++
 .../python-pyconnman/python-pyconnman_0.1.0.bb      | 13 +++----------
 .../python-pyconnman/python3-pyconnman_0.1.0.bb     |  5 +++++
 3 files changed, 20 insertions(+), 10 deletions(-)
 create mode 100644 meta-python/recipes-connectivity/python-pyconnman/python-pyconnman.inc
 create mode 100644 meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb

diff --git a/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman.inc b/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman.inc
new file mode 100644
index 000000000..beb2baf83
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python-based Network Connectivity Management"
+HOMEPAGE = "https://pypi.python.org/pypi/pyconnman/"
+LICENSE = "Apache-2.0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[md5sum] = "b7fa82034b1c0e1fb1b518ffe3bb4fc0"
+SRC_URI[sha256sum] = "46c64c0692063fd0c9fb0216d49f7884bec9fa9760d8473db4b1e2f8162fab4a"
+
+inherit pypi
+
+RDEPENDS_${PN} = "connman"
diff --git a/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb
index 77b5e4dcf..3c12db944 100644
--- a/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb
+++ b/meta-python/recipes-connectivity/python-pyconnman/python-pyconnman_0.1.0.bb
@@ -1,12 +1,5 @@
-DESCRIPTION = "Python-based Network Connectivity Management"
-HOMEPAGE = "https://pypi.python.org/pypi/pyconnman/"
-LICENSE = "Apache-2.0"
+require python-pyconnman.inc
 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+inherit setuptools
 
-SRC_URI[md5sum] = "b7fa82034b1c0e1fb1b518ffe3bb4fc0"
-SRC_URI[sha256sum] = "46c64c0692063fd0c9fb0216d49f7884bec9fa9760d8473db4b1e2f8162fab4a"
-
-inherit pypi setuptools
-
-RDEPENDS_${PN} = "connman python-dbus python-pprint"
+RDEPENDS_${PN} += "python-dbus python-pprint"
diff --git a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb
new file mode 100644
index 000000000..e0f3fdd75
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb
@@ -0,0 +1,5 @@
+require python-pyconnman.inc
+
+inherit setuptools3
+
+RDEPENDS_${PN} += "python3-dbus python3-pprint"
-- 
2.18.0



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

* [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: add recipe
  2018-08-27 12:33 [meta-python][PATCH 1/3] python3-pyconnman: add recipe Ioan-Adrian Ratiu
@ 2018-08-27 12:33 ` Ioan-Adrian Ratiu
  2018-08-27 16:37   ` Khem Raj
  2018-08-27 12:33 ` [meta-python][PATCH 3/3] python3-pytest-tempdir: " Ioan-Adrian Ratiu
  1 sibling, 1 reply; 6+ messages in thread
From: Ioan-Adrian Ratiu @ 2018-08-27 12:33 UTC (permalink / raw)
  To: openembedded-devel

From: Alejandro del Castillo <alejandro.delcastillo@ni.com>

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 .../python/python-pytest-helpers-namespace.inc        | 10 ++++++++++
 .../python-pytest-helpers-namespace_2016.7.10.bb      | 11 ++---------
 .../python3-pytest-helpers-namespace_2016.7.10.bb     |  7 +++++++
 3 files changed, 19 insertions(+), 9 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb

diff --git a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
new file mode 100644
index 000000000..a69867d91
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them."
+HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
+
+SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
+SRC_URI[sha256sum] = "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
+
+inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
index afca48702..2b6ee8550 100644
--- a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
+++ b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
@@ -1,13 +1,6 @@
-DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them."
-HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
+require python-pytest-helpers-namespace.inc
 
-SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
-SRC_URI[sha256sum] = "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
-
-inherit pypi setuptools
+inherit setuptools
 
 RDEPENDS_${PN} += " \
     python-pytest \
diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
new file mode 100644
index 000000000..f03f5d415
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
@@ -0,0 +1,7 @@
+require python-pytest-helpers-namespace.inc
+
+inherit setuptools3
+
+RDEPENDS_${PN} += " \
+    python3-pytest \
+    "
-- 
2.18.0



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

* [meta-python][PATCH 3/3] python3-pytest-tempdir: add recipe
  2018-08-27 12:33 [meta-python][PATCH 1/3] python3-pyconnman: add recipe Ioan-Adrian Ratiu
  2018-08-27 12:33 ` [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: " Ioan-Adrian Ratiu
@ 2018-08-27 12:33 ` Ioan-Adrian Ratiu
  1 sibling, 0 replies; 6+ messages in thread
From: Ioan-Adrian Ratiu @ 2018-08-27 12:33 UTC (permalink / raw)
  To: openembedded-devel

From: Alejandro del Castillo <alejandro.delcastillo@ni.com>

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
 .../recipes-devtools/python/python-pytest-tempdir.inc | 10 ++++++++++
 .../python/python-pytest-tempdir_2016.8.20.bb         | 11 ++---------
 .../python/python3-pytest-tempdir_2016.8.20.bb        |  7 +++++++
 3 files changed, 19 insertions(+), 9 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python-pytest-tempdir.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb

diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir.inc b/meta-python/recipes-devtools/python/python-pytest-tempdir.inc
new file mode 100644
index 000000000..196f6d644
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pytest-tempdir.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
+HOMEPAGE = "https://github.com/saltstack/pytest-tempdir"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8751a9cf4a70be4f02697a9b89e686ce"
+
+SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5"
+SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea"
+
+inherit pypi
diff --git a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
index 74030dcf5..8a9b83e3d 100644
--- a/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
+++ b/meta-python/recipes-devtools/python/python-pytest-tempdir_2016.8.20.bb
@@ -1,13 +1,6 @@
-DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
-HOMEPAGE = "https://github.com/saltstack/pytest-tempdir"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8751a9cf4a70be4f02697a9b89e686ce"
+require python-pytest-tempdir.inc
 
-SRC_URI[md5sum] = "f87f2583f5f8aaca7203d57ada3948b5"
-SRC_URI[sha256sum] = "65ff815966ea6dfc07ca1b43747c9888a6d883971170e67b16290f9f50d434ea"
-
-inherit pypi setuptools
+inherit setuptools
 
 RDEPENDS_${PN} += " \
     python-pytest \
diff --git a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb
new file mode 100644
index 000000000..02e821563
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2016.8.20.bb
@@ -0,0 +1,7 @@
+require python-pytest-tempdir.inc
+
+inherit setuptools3
+
+RDEPENDS_${PN} += " \
+    python3-pytest \
+    "
-- 
2.18.0



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

* Re: [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: add recipe
  2018-08-27 12:33 ` [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: " Ioan-Adrian Ratiu
@ 2018-08-27 16:37   ` Khem Raj
  2018-08-28  8:54     ` Ioan-Adrian Ratiu
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2018-08-27 16:37 UTC (permalink / raw)
  To: Ioan-Adrian Ratiu; +Cc: openembeded-devel

this patch seems to need python-pytest-helpers-namespace recipe
and it does not exist. have you tested these patches on master
On Mon, Aug 27, 2018 at 5:32 AM Ioan-Adrian Ratiu <adrian.ratiu@ni.com> wrote:
>
> From: Alejandro del Castillo <alejandro.delcastillo@ni.com>
>
> Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> ---
>  .../python/python-pytest-helpers-namespace.inc        | 10 ++++++++++
>  .../python-pytest-helpers-namespace_2016.7.10.bb      | 11 ++---------
>  .../python3-pytest-helpers-namespace_2016.7.10.bb     |  7 +++++++
>  3 files changed, 19 insertions(+), 9 deletions(-)
>  create mode 100644 meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
>  create mode 100644 meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
> new file mode 100644
> index 000000000..a69867d91
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
> @@ -0,0 +1,10 @@
> +DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them."
> +HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
> +
> +SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
> +SRC_URI[sha256sum] = "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
> +
> +inherit pypi
> diff --git a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
> index afca48702..2b6ee8550 100644
> --- a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
> +++ b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
> @@ -1,13 +1,6 @@
> -DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them."
> -HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
> +require python-pytest-helpers-namespace.inc
>
> -SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
> -SRC_URI[sha256sum] = "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
> -
> -inherit pypi setuptools
> +inherit setuptools
>
>  RDEPENDS_${PN} += " \
>      python-pytest \
> diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
> new file mode 100644
> index 000000000..f03f5d415
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
> @@ -0,0 +1,7 @@
> +require python-pytest-helpers-namespace.inc
> +
> +inherit setuptools3
> +
> +RDEPENDS_${PN} += " \
> +    python3-pytest \
> +    "
> --
> 2.18.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: add recipe
  2018-08-27 16:37   ` Khem Raj
@ 2018-08-28  8:54     ` Ioan-Adrian Ratiu
  2018-08-28 15:17       ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Ioan-Adrian Ratiu @ 2018-08-28  8:54 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Mon, 27 Aug 2018, Khem Raj <raj.khem@gmail.com> wrote:
> this patch seems to need python-pytest-helpers-namespace recipe
> and it does not exist. have you tested these patches on master

Yes, tested the series on master but I forgot to cherry-pick the commit
adding the python2 recipe right before sending (perhaps I should
cherry-pick a range next time instead of going through each commit manually).

The commit adding the initial p2 python-pytest-helpers-namespace was done
earlier and by someone else than the p3 recipe. Do you want me to squash
them together instead of sending them separately?

> On Mon, Aug 27, 2018 at 5:32 AM Ioan-Adrian Ratiu <adrian.ratiu@ni.com> wrote:
>>
>> From: Alejandro del Castillo <alejandro.delcastillo@ni.com>
>>
>> Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
>> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
>> ---
>>  .../python/python-pytest-helpers-namespace.inc        | 10 ++++++++++
>>  .../python-pytest-helpers-namespace_2016.7.10.bb      | 11 ++---------
>>  .../python3-pytest-helpers-namespace_2016.7.10.bb     |  7 +++++++
>>  3 files changed, 19 insertions(+), 9 deletions(-)
>>  create mode 100644 meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
>>  create mode 100644 meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
>>
>> diff --git a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
>> new file mode 100644
>> index 000000000..a69867d91
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
>> @@ -0,0 +1,10 @@
>> +DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them."
>> +HOMEPAGE = "https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_saltstack_pytest-2Dhelpers-2Dnamespace&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=fzwh7IUt7VYYiD6094geII0kSDP3DkEnN0B8zB62AxE&m=W74ODSSr60HRrFxzES0jR9ErEDIY0z3NTj08MFJVXQw&s=WFg4fgnvlpFzm8uQU1eEL1mn2d55j6iZhsog43LOoPA&e="
>> +SECTION = "devel/python"
>> +LICENSE = "Apache-2.0"
>> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
>> +
>> +SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
>> +SRC_URI[sha256sum] = "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
>> +
>> +inherit pypi
>> diff --git a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
>> index afca48702..2b6ee8550 100644
>> --- a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
>> +++ b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace_2016.7.10.bb
>> @@ -1,13 +1,6 @@
>> -DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them."
>> -HOMEPAGE = "https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_saltstack_pytest-2Dhelpers-2Dnamespace&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=fzwh7IUt7VYYiD6094geII0kSDP3DkEnN0B8zB62AxE&m=W74ODSSr60HRrFxzES0jR9ErEDIY0z3NTj08MFJVXQw&s=WFg4fgnvlpFzm8uQU1eEL1mn2d55j6iZhsog43LOoPA&e="
>> -SECTION = "devel/python"
>> -LICENSE = "Apache-2.0"
>> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
>> +require python-pytest-helpers-namespace.inc
>>
>> -SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
>> -SRC_URI[sha256sum] = "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
>> -
>> -inherit pypi setuptools
>> +inherit setuptools
>>
>>  RDEPENDS_${PN} += " \
>>      python-pytest \
>> diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
>> new file mode 100644
>> index 000000000..f03f5d415
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2016.7.10.bb
>> @@ -0,0 +1,7 @@
>> +require python-pytest-helpers-namespace.inc
>> +
>> +inherit setuptools3
>> +
>> +RDEPENDS_${PN} += " \
>> +    python3-pytest \
>> +    "
>> --
>> 2.18.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.openembedded.org_mailman_listinfo_openembedded-2Ddevel&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=fzwh7IUt7VYYiD6094geII0kSDP3DkEnN0B8zB62AxE&m=W74ODSSr60HRrFxzES0jR9ErEDIY0z3NTj08MFJVXQw&s=mx9ylPEFC1TJQvgUNe0p5wvCczXDM7g8SVJAM3rDwxM&e=


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

* Re: [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: add recipe
  2018-08-28  8:54     ` Ioan-Adrian Ratiu
@ 2018-08-28 15:17       ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2018-08-28 15:17 UTC (permalink / raw)
  To: Ioan-Adrian Ratiu; +Cc: openembeded-devel

On Tue, Aug 28, 2018 at 1:53 AM Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
wrote:

> On Mon, 27 Aug 2018, Khem Raj <raj.khem@gmail.com> wrote:
> > this patch seems to need python-pytest-helpers-namespace recipe
> > and it does not exist. have you tested these patches on master
>
> Yes, tested the series on master but I forgot to cherry-pick the commit
> adding the python2 recipe right before sending (perhaps I should
> cherry-pick a range next time instead of going through each commit
> manually).
>
> The commit adding the initial p2 python-pytest-helpers-namespace was done
> earlier and by someone else than the p3 recipe. Do you want me to squash
> them together instead of sending them separately?


As long as they are individually buildable
Multiple commits are fine

>
>
> > On Mon, Aug 27, 2018 at 5:32 AM Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> wrote:
> >>
> >> From: Alejandro del Castillo <alejandro.delcastillo@ni.com>
> >>
> >> Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
> >> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> >> ---
> >>  .../python/python-pytest-helpers-namespace.inc        | 10 ++++++++++
> >>  .../python-pytest-helpers-namespace_2016.7.10.bb      | 11 ++---------
> >>  .../python3-pytest-helpers-namespace_2016.7.10.bb     |  7 +++++++
> >>  3 files changed, 19 insertions(+), 9 deletions(-)
> >>  create mode 100644
> meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
> >>  create mode 100644 meta-python/recipes-devtools/python/
> python3-pytest-helpers-namespace_2016.7.10.bb
> >>
> >> diff --git
> a/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
> b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
> >> new file mode 100644
> >> index 000000000..a69867d91
> >> --- /dev/null
> >> +++
> b/meta-python/recipes-devtools/python/python-pytest-helpers-namespace.inc
> >> @@ -0,0 +1,10 @@
> >> +DESCRIPTION = "This plugin does not provide any helpers to pytest, it
> does, however, provide a helpers namespace in pytest which enables you to
> register helper functions in your conftest.py to be used within your tests
> without having to import them."
> >> +HOMEPAGE = "
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_saltstack_pytest-2Dhelpers-2Dnamespace&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=fzwh7IUt7VYYiD6094geII0kSDP3DkEnN0B8zB62AxE&m=W74ODSSr60HRrFxzES0jR9ErEDIY0z3NTj08MFJVXQw&s=WFg4fgnvlpFzm8uQU1eEL1mn2d55j6iZhsog43LOoPA&e=
> "
> >> +SECTION = "devel/python"
> >> +LICENSE = "Apache-2.0"
> >> +LIC_FILES_CHKSUM =
> "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
> >> +
> >> +SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
> >> +SRC_URI[sha256sum] =
> "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
> >> +
> >> +inherit pypi
> >> diff --git a/meta-python/recipes-devtools/python/
> python-pytest-helpers-namespace_2016.7.10.bb
> b/meta-python/recipes-devtools/python/
> python-pytest-helpers-namespace_2016.7.10.bb
> >> index afca48702..2b6ee8550 100644
> >> --- a/meta-python/recipes-devtools/python/
> python-pytest-helpers-namespace_2016.7.10.bb
> >> +++ b/meta-python/recipes-devtools/python/
> python-pytest-helpers-namespace_2016.7.10.bb
> >> @@ -1,13 +1,6 @@
> >> -DESCRIPTION = "This plugin does not provide any helpers to pytest, it
> does, however, provide a helpers namespace in pytest which enables you to
> register helper functions in your conftest.py to be used within your tests
> without having to import them."
> >> -HOMEPAGE = "
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_saltstack_pytest-2Dhelpers-2Dnamespace&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=fzwh7IUt7VYYiD6094geII0kSDP3DkEnN0B8zB62AxE&m=W74ODSSr60HRrFxzES0jR9ErEDIY0z3NTj08MFJVXQw&s=WFg4fgnvlpFzm8uQU1eEL1mn2d55j6iZhsog43LOoPA&e=
> "
> >> -SECTION = "devel/python"
> >> -LICENSE = "Apache-2.0"
> >> -LIC_FILES_CHKSUM =
> "file://PKG-INFO;md5=71fac4dfeee99c39c51f617e9486237c"
> >> +require python-pytest-helpers-namespace.inc
> >>
> >> -SRC_URI[md5sum] = "80fe3e515f640b1459709b539f6b857e"
> >> -SRC_URI[sha256sum] =
> "d8bdb017c0f7271699c08850b6b12e1ce9e52913cbd4461b5febd21082a29113"
> >> -
> >> -inherit pypi setuptools
> >> +inherit setuptools
> >>
> >>  RDEPENDS_${PN} += " \
> >>      python-pytest \
> >> diff --git a/meta-python/recipes-devtools/python/
> python3-pytest-helpers-namespace_2016.7.10.bb
> b/meta-python/recipes-devtools/python/
> python3-pytest-helpers-namespace_2016.7.10.bb
> >> new file mode 100644
> >> index 000000000..f03f5d415
> >> --- /dev/null
> >> +++ b/meta-python/recipes-devtools/python/
> python3-pytest-helpers-namespace_2016.7.10.bb
> >> @@ -0,0 +1,7 @@
> >> +require python-pytest-helpers-namespace.inc
> >> +
> >> +inherit setuptools3
> >> +
> >> +RDEPENDS_${PN} += " \
> >> +    python3-pytest \
> >> +    "
> >> --
> >> 2.18.0
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >>
> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.openembedded.org_mailman_listinfo_openembedded-2Ddevel&d=DwIBaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=fzwh7IUt7VYYiD6094geII0kSDP3DkEnN0B8zB62AxE&m=W74ODSSr60HRrFxzES0jR9ErEDIY0z3NTj08MFJVXQw&s=mx9ylPEFC1TJQvgUNe0p5wvCczXDM7g8SVJAM3rDwxM&e=
>


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

end of thread, other threads:[~2018-08-28 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-27 12:33 [meta-python][PATCH 1/3] python3-pyconnman: add recipe Ioan-Adrian Ratiu
2018-08-27 12:33 ` [meta-python][PATCH 2/3] python3-pytest-helpers-namespace: " Ioan-Adrian Ratiu
2018-08-27 16:37   ` Khem Raj
2018-08-28  8:54     ` Ioan-Adrian Ratiu
2018-08-28 15:17       ` Khem Raj
2018-08-27 12:33 ` [meta-python][PATCH 3/3] python3-pytest-tempdir: " Ioan-Adrian Ratiu

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.