[oe] [meta-oe][PATCH 3/4] python3-pytest-metadata: Update 1.8.0 -> 1.9.0

2020-05-26 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 ...a_1.8.0.bb => python3-pytest-metadata_1.9.0.bb} | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-metadata_1.8.0.bb 
=> python3-pytest-metadata_1.9.0.bb} (54%)

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
rename to meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
index 807b0cedb..4a77af3cf 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
@@ -1,15 +1,17 @@
 DESCRIPTION = "pytest-metadata is a plugin that allowed for accessing pytest 
metadata"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-metadata;
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
+SRC_URI[sha256sum] = 
"168d203abba8cabb65cf1b5fa675b0ba60dccbf1825d147960876a7e6f7c219c"
+
 PYPI_PACKAGE = "pytest-metadata"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "95674c2390b58e0138cabac5101d1908"
-SRC_URI[sha256sum] = 
"2071a59285de40d7541fde1eb9f1ddea1c9db165882df82781367471238b66ba"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+RDEPENDS_${PN} = " \
+${PYTHON_PN}-pytest \
+"
 
-RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84603): 
https://lists.openembedded.org/g/openembedded-devel/message/84603
Mute This Topic: https://lists.openembedded.org/mt/74485159/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 2/4] python3-pytest-html: Update 1.6 -> 2.1.1

2020-05-26 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 ...html_1.6.bb => python3-pytest-html_2.1.1.bb} | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-html_1.6.bb => 
python3-pytest-html_2.1.1.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb 
b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
rename to meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
index 8ace29ed1..27b768155 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-html_1.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-html_2.1.1.bb
@@ -1,19 +1,24 @@
 DESCRIPTION = "pytest plugin for generating html reports from test results"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-html;
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = 
"file://../pytest-html.LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
 # Per README.rst the license statement is fetched from
 # https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE
 SRC_URI += 
"https://raw.githubusercontent.com/davehunt/pytest-html/master/LICENSE;name=license;downloadfilename=pytest-html.LICENSE;
+SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
+SRC_URI[license.sha256sum] = 
"2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
+
+SRC_URI[sha256sum] = 
"6a4ac391e105e391208e3eb9bd294a60dd336447fd8e1acddff3a6de7f4e57c5"
+
 
 PYPI_PACKAGE = "pytest-html"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "ac956864a9b3392203dacd287ae450f0"
-SRC_URI[sha256sum] = 
"a359de04273239587bd1a15b29b2266daeaf56b7a13f8224bc4fb3ae0ba72c3f"
-SRC_URI[license.md5sum] = "5d425c8f3157dbf212db2ec53d9e5132"
-SRC_URI[license.sha256sum] = 
"2bfdca60adf803108d4c7f009000bea76ad00e621e163197881b0eaae91b530e"
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-pytest \
+"
 
-RDEPENDS_${PN} = "${PYTHON_PN}-pytest"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84602): 
https://lists.openembedded.org/g/openembedded-devel/message/84602
Mute This Topic: https://lists.openembedded.org/mt/74485157/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 1/4] python3-pytest: Update 5.3.5 -> 5.4.2

2020-05-26 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../{python3-pytest_5.3.5.bb => python3-pytest_5.4.2.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest_5.3.5.bb => 
python3-pytest_5.4.2.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb 
b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
rename to meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
index 8dad13a9e..9258c21ca 100644
--- a/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest_5.4.2.bb
@@ -1,10 +1,9 @@
 SUMMARY = "Simple powerful testing with python"
-HOMEPAGE = "http://pytest.org;
+
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
 
-SRC_URI[md5sum] = "d5ef453f723be46d93e0795f3be86c88"
-SRC_URI[sha256sum] = 
"0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d"
+SRC_URI[sha256sum] = 
"eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698"
 
 SRC_URI_append = " 
file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
 
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84601): 
https://lists.openembedded.org/g/openembedded-devel/message/84601
Mute This Topic: https://lists.openembedded.org/mt/74485153/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH 4/4] python3-pytest-asyncio: Update 0.10.0 -> 0.12.0

2020-05-26 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-pytest-asyncio_0.10.0.bb| 13 -
 .../python/python3-pytest-asyncio_0.12.0.bb| 14 ++
 2 files changed, 14 insertions(+), 13 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
 create mode 100644 
meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb 
b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
deleted file mode 100644
index a7e963b04..0
--- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in 
Python, for testing asyncio code with pytest"
-HOMEPAGE = "https://github.com/pytest-dev/pytest-asyncio;
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;md5=ae62268d207c73b615fbefddaf91a881"
-
-SRC_URI[md5sum] = "247a7ec32f24a185341327c42a0f85bf"
-SRC_URI[sha256sum] = 
"9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf"
-
-inherit pypi setuptools3
-
-DEPENDS += "${PYTHON_PN}-pytest-native"
-
-BBCLASSEXTEND = "native"
diff --git 
a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb 
b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
new file mode 100644
index 0..d83c42de3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.12.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in 
Python, for testing asyncio code with pytest"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://README.rst;md5=3faed73a08162b5b5367cdcaee996f75"
+
+SRC_URI[sha256sum] = 
"475bd2f3dc0bc11d2463656b3cbaafdbec5a47b47508ea0b329ee693040eebd2"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-pytest \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84604): 
https://lists.openembedded.org/g/openembedded-devel/message/84604
Mute This Topic: https://lists.openembedded.org/mt/74485161/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH v2] python3-pyyaml: Update 5.3 -> 5.3.1

2020-05-26 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
v1 had problems to be added to the master-next due to lack
of rebase with it. The current version is fixed on the
master-next and successfully tested.

.../python/python3-pyyaml_5.3.1.bb| 18 ++
 .../python/python3-pyyaml_5.3.bb  | 19 ---
 2 files changed, 18 insertions(+), 19 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb 
b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
new file mode 100644
index 0..8cf909304
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Python support for YAML"
+DEPENDS += "libyaml ${PYTHON_PN}-cython-native"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7bbd28caa69f81f5cd5f48647236663d"
+
+PYPI_PACKAGE = "PyYAML"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = 
"b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
+
+RDEPENDS_${PN} += "\
+${PYTHON_PN}-datetime \
+${PYTHON_PN}-netclient \
+"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb 
b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
deleted file mode 100644
index 17868a25d..0
--- a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Python support for YAML"
-HOMEPAGE = "http://www.pyyaml.org;
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
-DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}"
-
-PYPI_PACKAGE = "PyYAML"
-inherit pypi setuptools3
-
-SRC_URI[md5sum] = "adbb0d336b509d6472d3b095a0f1cf30"
-SRC_URI[sha256sum] = 
"e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615"
-
-RDEPENDS_${PN} += "\
-${PYTHON_PN}-datetime \
-${PYTHON_PN}-netclient \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84600): 
https://lists.openembedded.org/g/openembedded-devel/message/84600
Mute This Topic: https://lists.openembedded.org/mt/74481756/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-oe][PATCH v2] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-25 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
v1 had problems to be added to the master-next due to lack
of rebase with it. The current version is fixed on the
master-next and successfully tested.

.../{python3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb}  | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb => 
python3-pyudev_0.22.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb 
b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
index 49a3628f4..38c012843 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A libudev binding"
+
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
-SRC_URI[sha256sum] = 
"094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
+SRC_URI[sha256sum] = 
"69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
 
 inherit pypi setuptools3
 
@@ -20,3 +20,5 @@ RDEPENDS_${PN} = "\
 ${PYTHON_PN}-fcntl \
 libudev \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84590): 
https://lists.openembedded.org/g/openembedded-devel/message/84590
Mute This Topic: https://lists.openembedded.org/mt/74466171/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [PATCH 3/3] python3-pyyaml: Update 5.3 -> 5.3.1

2020-05-22 Thread Domarys Correa
Hello,

I did the rebase, and tested it again successfully. Is there a specific
point that I should review?

att,

On Fri, May 22, 2020 at 12:59 PM Khem Raj  wrote:

> Please rebase on top of master or master-next,
>
> Thanks
> Khem
>
> On Fri, May 22, 2020 at 5:13 AM Domarys Correa
>  wrote:
> >
> > Signed-off-by: Domarys Correa 
> > ---
> >  .../python/python3-pyyaml_5.3.1.bb | 18 ++
> >  .../python/python3-pyyaml_5.3.bb   | 18 --
> >  2 files changed, 18 insertions(+), 18 deletions(-)
> >  create mode 100644 meta-python/recipes-devtools/python/
> python3-pyyaml_5.3.1.bb
> >  delete mode 100644 meta-python/recipes-devtools/python/
> python3-pyyaml_5.3.bb
> >
> > diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
> b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
> > new file mode 100644
> > index 0..5efc2aa9e
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
> > @@ -0,0 +1,18 @@
> > +SUMMARY = "Python support for YAML"
> > +DEPENDS = "libyaml ${PYTHON_PN}-cython-native"
> > +
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=7bbd28caa69f81f5cd5f48647236663d"
> > +
> > +SRC_URI[sha256sum] =
> "b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
> > +
> > +PYPI_PACKAGE = "PyYAML"
> > +
> > +inherit pypi setuptools3
> > +
> > +RDEPENDS_${PN} += "\
> > +${PYTHON_PN}-datetime \
> > +${PYTHON_PN}-misc \
> > +"
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
> b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
> > deleted file mode 100644
> > index b5425b8c9..0
> > --- a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
> > +++ /dev/null
> > @@ -1,18 +0,0 @@
> > -SUMMARY = "Python support for YAML"
> > -HOMEPAGE = "http://www.pyyaml.org;
> > -SECTION = "devel/python"
> > -LICENSE = "MIT"
> > -LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
> > -DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}"
> > -
> > -PYPI_PACKAGE = "PyYAML"
> > -inherit pypi setuptools3
> > -
> > -SRC_URI[md5sum] = "adbb0d336b509d6472d3b095a0f1cf30"
> > -SRC_URI[sha256sum] =
> "e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615"
> > -
> > -RDEPENDS_${PN} += "\
> > -${PYTHON_PN}-datetime \
> > -"
> > -
> > -BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.17.1
> >
> > 
>


-- 
*​Domarys Corrêa*
(55) 5399100-2700
domaryscor...@gmail.com
domarys.cor...@ossystems.com.br
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84572): 
https://lists.openembedded.org/g/openembedded-devel/message/84572
Mute This Topic: https://lists.openembedded.org/mt/74397604/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Domarys Correa
Hello,

I did the rebase, and tested it again successfully. Is there a specific
point that I should review?

att,

On Fri, May 22, 2020 at 12:59 PM Khem Raj  wrote:

> Please rebase on top of master or master-next,
>
> Thanks
> Khem
>
> On Fri, May 22, 2020 at 5:13 AM Domarys Correa
>  wrote:
> >
> > Signed-off-by: Domarys Correa 
> > ---
> >  ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11 +++
> >  1 file changed, 7 insertions(+), 4 deletions(-)
> >  rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb
> => python3-pyudev_0.22.0.bb} (70%)
> >
> > diff --git a/meta-python/recipes-devtools/python/
> python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/
> python3-pyudev_0.22.0.bb
> > similarity index 70%
> > rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
> > rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> > index f39847ffa..d5bf058ed 100644
> > --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
> > +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> > @@ -1,9 +1,9 @@
> >  SUMMARY = "A libudev binding"
> > +
> >  LICENSE = "LGPLv2.1+"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
> >
> > -SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
> > -SRC_URI[sha256sum] =
> "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
> > +SRC_URI[sha256sum] =
> "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
> >
> >  inherit pypi setuptools3
> >
> > @@ -12,10 +12,13 @@ do_configure_prepend() {
> >  sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
> >  }
> >
> > -RDEPENDS_${PN} = "\
> > +RDEPENDS_${PN} += "\
> > +libudev \
> >  ${PYTHON_PN}-ctypes \
> > +${PYTHON_PN}-fcntl \
> >  ${PYTHON_PN}-misc \
> >  ${PYTHON_PN}-six \
> >  ${PYTHON_PN}-threading \
> > -libudev \
> >  "
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.17.1
> >
> > 
>


-- 
*Domarys Corrêa*
(55) 5399100-2700
domaryscor...@gmail.com
domarys.cor...@ossystems.com.br
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84571): 
https://lists.openembedded.org/g/openembedded-devel/message/84571
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 3/3] python3-pyyaml: Update 5.3 -> 5.3.1

2020-05-22 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-pyyaml_5.3.1.bb | 18 ++
 .../python/python3-pyyaml_5.3.bb   | 18 --
 2 files changed, 18 insertions(+), 18 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
 delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb 
b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
new file mode 100644
index 0..5efc2aa9e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Python support for YAML"
+DEPENDS = "libyaml ${PYTHON_PN}-cython-native"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7bbd28caa69f81f5cd5f48647236663d"
+
+SRC_URI[sha256sum] = 
"b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"
+
+PYPI_PACKAGE = "PyYAML"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+${PYTHON_PN}-datetime \
+${PYTHON_PN}-misc \
+"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb 
b/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
deleted file mode 100644
index b5425b8c9..0
--- a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Python support for YAML"
-HOMEPAGE = "http://www.pyyaml.org;
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
-DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}"
-
-PYPI_PACKAGE = "PyYAML"
-inherit pypi setuptools3
-
-SRC_URI[md5sum] = "adbb0d336b509d6472d3b095a0f1cf30"
-SRC_URI[sha256sum] = 
"e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615"
-
-RDEPENDS_${PN} += "\
-${PYTHON_PN}-datetime \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84558): 
https://lists.openembedded.org/g/openembedded-devel/message/84558
Mute This Topic: https://lists.openembedded.org/mt/74397604/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb => 
python3-pyudev_0.22.0.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb 
b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
index f39847ffa..d5bf058ed 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A libudev binding"
+
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
-SRC_URI[sha256sum] = 
"094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
+SRC_URI[sha256sum] = 
"69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
 
 inherit pypi setuptools3
 
@@ -12,10 +12,13 @@ do_configure_prepend() {
 sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
 }
 
-RDEPENDS_${PN} = "\
+RDEPENDS_${PN} += "\
+libudev \
 ${PYTHON_PN}-ctypes \
+${PYTHON_PN}-fcntl \
 ${PYTHON_PN}-misc \
 ${PYTHON_PN}-six \
 ${PYTHON_PN}-threading \
-libudev \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84557): 
https://lists.openembedded.org/g/openembedded-devel/message/84557
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 1/3] python3-jinja2: Update 2.11.1 -> 2.11.2

2020-05-22 Thread Domarys Correa
Add .inc file to .bb, as updated to python3

Signed-off-by: Domarys Correa 
---
 .../recipes-devtools/python/python-jinja2.inc | 33 --
 .../python/python3-jinja2_2.11.1.bb   |  4 --
 .../python/python3-jinja2_2.11.2.bb   | 43 +++
 3 files changed, 43 insertions(+), 37 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-jinja2.inc
 delete mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb

diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc 
b/meta-python/recipes-devtools/python/python-jinja2.inc
deleted file mode 100644
index 927230515..0
--- a/meta-python/recipes-devtools/python/python-jinja2.inc
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone 
template engine written in pure python."
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
-
-PYPI_PACKAGE = "Jinja2"
-
-SRC_URI[md5sum] = "5d88c7e77aa63fc852a04f65dbfe5594"
-SRC_URI[sha256sum] = 
"93187ffbc7808079673ef52771baa950426fd664d3aad1d0fa3e95644360e250"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \
-${PYTHON_PN}-math ${PYTHON_PN}-netclient \
-${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \
-${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers"
-
-CLEANBROKEN = "1"
-
-BBCLASSEXTEND = "native nativesdk"
-
-inherit ptest
-
-SRC_URI += " \
-   file://run-ptest \
-"
-
-RDEPENDS_${PN}-ptest += " \
-   ${PYTHON_PN}-pytest \
-   ${PYTHON_PN}-unixadmin \
-"
-
-do_install_ptest() {
-   install -d ${D}${PTEST_PATH}/tests
-   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb 
b/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb
deleted file mode 100644
index 284f5f588..0
--- a/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit pypi setuptools3
-require python-jinja2.inc
-
-RDEPENDS_${PN} += "${PYTHON_PN}-asyncio"
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb 
b/meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb
new file mode 100644
index 0..681acf8f1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb
@@ -0,0 +1,43 @@
+DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone 
template engine written in pure python."
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
+
+SRC_URI[sha256sum] = 
"89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"
+
+PYPI_PACKAGE = "Jinja2"
+
+CLEANBROKEN = "1"
+
+inherit pypi setuptools3 ptest
+
+SRC_URI += " \
+   file://run-ptest \
+"
+
+do_install_ptest() {
+install -d ${D}${PTEST_PATH}/tests
+cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+   ${PYTHON_PN}-unixadmin \
+"
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-asyncio \
+${PYTHON_PN}-crypt \
+${PYTHON_PN}-io \
+${PYTHON_PN}-json \
+${PYTHON_PN}-markupsafe \
+${PYTHON_PN}-math \
+${PYTHON_PN}-netclient \
+${PYTHON_PN}-numbers\
+${PYTHON_PN}-pickle \
+${PYTHON_PN}-pprint \
+${PYTHON_PN}-shell \
+${PYTHON_PN}-threading \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84556): 
https://lists.openembedded.org/g/openembedded-devel/message/84556
Mute This Topic: https://lists.openembedded.org/mt/74397601/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH] python3-jinja2: Update 2.11.1 -> 2.11.2

2020-05-21 Thread Domarys Correa
Add .inc file to .bb, as updated to python3

Signed-off-by: Domarys Correa 
---
 .../recipes-devtools/python/python-jinja2.inc | 33 --
 .../python/python3-jinja2_2.11.1.bb   |  4 --
 .../python/python3-jinja2_2.11.2.bb   | 43 +++
 3 files changed, 43 insertions(+), 37 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-jinja2.inc
 delete mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb

diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc 
b/meta-python/recipes-devtools/python/python-jinja2.inc
deleted file mode 100644
index 927230515..0
--- a/meta-python/recipes-devtools/python/python-jinja2.inc
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone 
template engine written in pure python."
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
-
-PYPI_PACKAGE = "Jinja2"
-
-SRC_URI[md5sum] = "5d88c7e77aa63fc852a04f65dbfe5594"
-SRC_URI[sha256sum] = 
"93187ffbc7808079673ef52771baa950426fd664d3aad1d0fa3e95644360e250"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \
-${PYTHON_PN}-math ${PYTHON_PN}-netclient \
-${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \
-${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers"
-
-CLEANBROKEN = "1"
-
-BBCLASSEXTEND = "native nativesdk"
-
-inherit ptest
-
-SRC_URI += " \
-   file://run-ptest \
-"
-
-RDEPENDS_${PN}-ptest += " \
-   ${PYTHON_PN}-pytest \
-   ${PYTHON_PN}-unixadmin \
-"
-
-do_install_ptest() {
-   install -d ${D}${PTEST_PATH}/tests
-   cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb 
b/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb
deleted file mode 100644
index 284f5f588..0
--- a/meta-python/recipes-devtools/python/python3-jinja2_2.11.1.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit pypi setuptools3
-require python-jinja2.inc
-
-RDEPENDS_${PN} += "${PYTHON_PN}-asyncio"
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb 
b/meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb
new file mode 100644
index 0..681acf8f1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jinja2_2.11.2.bb
@@ -0,0 +1,43 @@
+DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone 
template engine written in pure python."
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
+
+SRC_URI[sha256sum] = 
"89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"
+
+PYPI_PACKAGE = "Jinja2"
+
+CLEANBROKEN = "1"
+
+inherit pypi setuptools3 ptest
+
+SRC_URI += " \
+   file://run-ptest \
+"
+
+do_install_ptest() {
+install -d ${D}${PTEST_PATH}/tests
+cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
+}
+
+RDEPENDS_${PN}-ptest += " \
+   ${PYTHON_PN}-pytest \
+   ${PYTHON_PN}-unixadmin \
+"
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-asyncio \
+${PYTHON_PN}-crypt \
+${PYTHON_PN}-io \
+${PYTHON_PN}-json \
+${PYTHON_PN}-markupsafe \
+${PYTHON_PN}-math \
+${PYTHON_PN}-netclient \
+${PYTHON_PN}-numbers\
+${PYTHON_PN}-pickle \
+${PYTHON_PN}-pprint \
+${PYTHON_PN}-shell \
+${PYTHON_PN}-threading \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84532): 
https://lists.openembedded.org/g/openembedded-devel/message/84532
Mute This Topic: https://lists.openembedded.org/mt/74377181/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH] python3-ansicolors: Add recipe version 1.1.8

2020-05-20 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-ansicolors_1.1.8.bb   | 12 
 1 file changed, 12 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb

diff --git a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb 
b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb
new file mode 100644
index 0..9ba710cb7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Add ANSI colors and decorations to your strings"
+
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aef5566ac4fede9815eccf124c281317"
+
+SRC_URI[sha256sum] = 
"99f94f5e3348a0bcd43c82e5fc4414013ccc19d70bd939ad71e0133ce9c372e0"
+
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84519): 
https://lists.openembedded.org/g/openembedded-devel/message/84519
Mute This Topic: https://lists.openembedded.org/mt/74359670/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 2/2] python3-watchdog: Add recipe version 0.10.2

2020-05-18 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-watchdog_0.10.2.bb  | 18 ++
 1 file changed, 18 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb 
b/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb
new file mode 100644
index 0..93a1c192f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-watchdog_0.10.2.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Filesystem events monitoring"
+DEPENDS = "${PYTHON_PN}-argh"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[sha256sum] = 
"c560efb643faed5ef28784b2245cf8874f939569717a4a12826a173ac644456b"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} = " \
+${PYTHON_PN}-argh \
+${PYTHON_PN}-pathtools3 \
+${PYTHON_PN}-pyyaml \
+${PYTHON_PN}-requests \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84460): 
https://lists.openembedded.org/g/openembedded-devel/message/84460
Mute This Topic: https://lists.openembedded.org/mt/74293046/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 1/2] python3-pathtools3: Add recipe version 0.2.1

2020-05-18 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-pathtools3_0.2.1.bb | 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb 
b/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
new file mode 100644
index 0..644f7b119
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Filesystem events monitoring"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=56bd93578433bb99b4fdf7ff481722df"
+
+SRC_URI[sha256sum] = 
"630c1edc09ef93abea40fc06b10067e5734d8f38cc85867bc61d1a5c9eb7796f"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84459): 
https://lists.openembedded.org/g/openembedded-devel/message/84459
Mute This Topic: https://lists.openembedded.org/mt/74293045/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 1/3] python3-autobahn: Add recipe version 20.4.3

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-autobahn_20.4.3.bb | 23 +++
 1 file changed, 23 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb 
b/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb
new file mode 100644
index 0..60ef57d04
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-autobahn_20.4.3.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
+
+SRC_URI[sha256sum] = 
"c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-twisted \
+${PYTHON_PN}-zopeinterface \
+${PYTHON_PN}-py-ubjson \
+${PYTHON_PN}-cbor2 \
+${PYTHON_PN}-u-msgpack-python \
+${PYTHON_PN}-lz4 \
+${PYTHON_PN}-snappy \
+${PYTHON_PN}-pyopenssl \
+${PYTHON_PN}-txaio \
+${PYTHON_PN}-six \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84389): 
https://lists.openembedded.org/g/openembedded-devel/message/84389
Mute This Topic: https://lists.openembedded.org/mt/74237233/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 3/3] python3-cbor2: Add recipe version 5.1.0

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-cbor2_5.1.0.bb | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb 
b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
new file mode 100644
index 0..b42516b7d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object 
Representation (CBOR)."
+DEPENDS +="${PYTHON_PN}-setuptools-scm-native"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+SRC_URI[sha256sum] = 
"43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-datetime \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84391): 
https://lists.openembedded.org/g/openembedded-devel/message/84391
Mute This Topic: https://lists.openembedded.org/mt/74237235/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 2/3] python3-snappy: Add recipe version 0.5.4

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-snappy_0.5.4.bb| 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb 
b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb
new file mode 100644
index 0..1836473b8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Python library for the snappy compression library from Google"
+DEPENDS += "snappy"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b3090152f53ee19f6a7b64b1a36384fb"
+
+SRC_URI[sha256sum] = 
"d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "python-snappy"
+
+RDEPENDS_${PN} += "snappy"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84390): 
https://lists.openembedded.org/g/openembedded-devel/message/84390
Mute This Topic: https://lists.openembedded.org/mt/74237234/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 08/11] python3-u-msgpack-python: Add recipe version 2.6.0

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-u-msgpack-python_2.6.0.bb   | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb 
b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
new file mode 100644
index 0..6d2e0e0c3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer 
written in pure Python."
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb4691bcb66360acee473a8cf75f594"
+
+SRC_URI[sha256sum] = 
"754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-datetime \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84370): 
https://lists.openembedded.org/g/openembedded-devel/message/84370
Mute This Topic: https://lists.openembedded.org/mt/74228091/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 07/11] python3-txaio: Add recipe version 20.4.1

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-txaio_20.4.1.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb 
b/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
new file mode 100644
index 0..75a9395a2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-txaio_20.4.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
+
+SRC_URI[sha256sum] = 
"17938f2bca4a9cabce61346758e482ca4e600160cbc28e861493eac74a19539d"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-twisted \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84369): 
https://lists.openembedded.org/g/openembedded-devel/message/84369
Mute This Topic: https://lists.openembedded.org/mt/74228089/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 06/11] python3-trafaret-config: Add recipe version 2.0.2

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-trafaret-config_2.0.2.bb   | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb 
b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb
new file mode 100644
index 0..b0f7548e4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret 
while keeping track of actual lines of file where error has happened."
+
+LICENSE = "Apache-2.0 & MIT"
+LIC_FILES_CHKSUM = 
"file://README.rst;beginline=98;endline=106;md5=a15308789c3b7d0f3ef36b69048423e4"
+
+SRC_URI[sha256sum] = 
"440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a079f20be"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-trafaret \
+${PYTHON_PN}-pyyaml \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84368): 
https://lists.openembedded.org/g/openembedded-devel/message/84368
Mute This Topic: https://lists.openembedded.org/mt/74228088/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 09/11] python3-xmodem: Add recipe version 0.4.6

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-xmodem_0.4.6.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb

diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb 
b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
new file mode 100644
index 0..3fdd3e58c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "XMODEM protocol implementation"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[sha256sum] = 
"089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8f279d7"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84371): 
https://lists.openembedded.org/g/openembedded-devel/message/84371
Mute This Topic: https://lists.openembedded.org/mt/74228092/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 11/11] python3-lz4: Add recipe version 3.0.2

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../recipes-devtools/python/python3-lz4_3.0.2.bb   | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb 
b/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb
new file mode 100644
index 0..e39ca8f3b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-lz4_3.0.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573"
+
+DEPENDS += " \
+${PYTHON_PN}-setuptools-scm-native \
+${PYTHON_PN}-pkgconfig-native \
+"
+SRC_URI[sha256sum] = 
"9c9f6a8b71c18c24bd83537a4d616f0301623a5e98db7c7ca956d608e1bcd4c7"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84373): 
https://lists.openembedded.org/g/openembedded-devel/message/84373
Mute This Topic: https://lists.openembedded.org/mt/74228097/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 03/11] python3-aiohttp-jinja2: Add recipe version 1.2.0

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-aiohttp-jinja2_1.2.0.bb| 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb 
b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
new file mode 100644
index 0..de336af22
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.2.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "jinja2 template renderer for aiohttp.web (http server for asyncio)"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c82758543767c96574b6e29fc478fb73"
+
+SRC_URI[sha256sum] = 
"2dfe29cfd278d07cd0a851afb98471bc8ce2a830968443e40d67636f3c035d79"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-jinja2 \
+${PYTHON_PN}-aiohttp \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84365): 
https://lists.openembedded.org/g/openembedded-devel/message/84365
Mute This Topic: https://lists.openembedded.org/mt/74228085/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 02/11] python3-graphviz: Add recipe version 0.14

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-graphviz_0.14.bb  | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.bb

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb 
b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
new file mode 100644
index 0..98bbddd21
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Graphviz protocol implementation"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[sha256sum] = 
"e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE_EXT = "zip"
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84364): 
https://lists.openembedded.org/g/openembedded-devel/message/84364
Mute This Topic: https://lists.openembedded.org/mt/74228083/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 04/11] python3-py-ubjson: Add recipe version 0.16.1

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-py-ubjson_0.16.1.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb 
b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb
new file mode 100644
index 0..31f07a518
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Universal Binary JSON encoder/decoder"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=383b9e6c3f9d1386a4eea17792291d91"
+
+SRC_URI[sha256sum] = 
"b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-numbers \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84366): 
https://lists.openembedded.org/g/openembedded-devel/message/84366
Mute This Topic: https://lists.openembedded.org/mt/74228086/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 01/11] python3-argh: Add recipe version 0.26.2

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../recipes-devtools/python/python3-argh_0.26.2.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-argh_0.26.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb 
b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
new file mode 100644
index 0..6aa758876
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Pattern matching and various utilities for file systems paths."
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=cede70b648dcc81baf5b431d38905bad"
+
+SRC_URI[sha256sum] = 
"e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-logging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84363): 
https://lists.openembedded.org/g/openembedded-devel/message/84363
Mute This Topic: https://lists.openembedded.org/mt/74228082/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 05/11] python3-trafaret: Add recipe version 2.0.2

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-trafaret_2.0.2.bb | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb 
b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb
new file mode 100644
index 0..4e814073b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Ultimate transformation library that supports validation, contexts 
and aiohttp."
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437"
+
+SRC_URI[sha256sum] = 
"61dfc25b574f70bfdf7ee3a808ec423061811c13a10b8d3c9e11ab539b96ab65"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-datetime \
+${PYTHON_PN}-numbers \
+${PYTHON_PN}-urllib3 \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84367): 
https://lists.openembedded.org/g/openembedded-devel/message/84367
Mute This Topic: https://lists.openembedded.org/mt/74228087/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 10/11] python3-multidict: Update 4.7.4 -> 4.7.5

2020-05-15 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 ...hon3-multidict_4.7.4.bb => python3-multidict_4.7.5.bb} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-multidict_4.7.4.bb => 
python3-multidict_4.7.5.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb 
b/meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb
rename to meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
index 0636972ec..30e10c251 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_4.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_4.7.5.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args 
etc."
 HOMEPAGE = "https://github.com/aio-libs/multidict/;
+
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
 
-inherit pypi setuptools3 ptest
+SRC_URI[sha256sum] = 
"aee283c49601fa4c13adc64c09c978838a7e812f85377ae130a24d7198c0331e"
 
-SRC_URI[md5sum] = "22b46f759cf2cc3ca1d2c9f82cc9bb79"
-SRC_URI[sha256sum] = 
"d7d428488c67b09b26928950a395e41cc72bb9c3d5abfe9f0521940ee4f796d4"
+inherit pypi setuptools3 ptest
 
 SRC_URI += " \
file://run-ptest \
@@ -20,3 +20,5 @@ do_install_ptest() {
install -d ${D}${PTEST_PATH}/tests
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84372): 
https://lists.openembedded.org/g/openembedded-devel/message/84372
Mute This Topic: https://lists.openembedded.org/mt/74228096/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 2/8] python3-flask-jwt: Add recipe version 0.3.2

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-flask-jwt_0.3.2.bb  | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb 
b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb
new file mode 100644
index 0..779a2e25e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "JWT token authentication for Flask apps"
+HOMEPAGE = "https://github.com/mattupstate/flask-jwt;
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ff00db41c47ec84b4567a8b3c246a959"
+
+PYPI_PACKAGE = "Flask-JWT"
+
+SRC_URI[md5sum] = "878ad79a12afa70ad38a12d5ffd2dc1e"
+SRC_URI[sha256sum] = 
"49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d323bd0ad"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84127): 
https://lists.openembedded.org/g/openembedded-devel/message/84127
Mute This Topic: https://lists.openembedded.org/mt/73326496/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 5/8] python3-speedtest-cli: Add recipe version 2.1.2

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-speedtest-cli_2.1.2.bb | 11 +++
 1 file changed, 11 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb 
b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb
new file mode 100644
index 0..a901bbac8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Command line interface for testing internet bandwidth using 
speedtest.net"
+HOMEPAGE = "https://github.com/sivel/speedtest-cli;
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[md5sum] = "543d38f8939e1716641cc7c00169ca03"
+SRC_URI[sha256sum] = 
"cf1d386222f94c324e3125ba9a0d187e46d4a13dca08c023bdb9a23096be2e54"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} = "${PYTHON_PN}-misc"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84130): 
https://lists.openembedded.org/g/openembedded-devel/message/84130
Mute This Topic: https://lists.openembedded.org/mt/73326501/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 3/8] python3-gunicorn: Add recipe version 20.0.4

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-gunicorn_20.0.4.bb | 11 +++
 1 file changed, 11 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb 
b/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb
new file mode 100644
index 0..5bd8d51c0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_20.0.4.bb
@@ -0,0 +1,11 @@
+SUMMARY = "WSGI HTTP Server for UNIX"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752"
+
+SRC_URI[md5sum] = "543669fcbb5739ee2af77184c5e571a1"
+SRC_URI[sha256sum] = 
"1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-fcntl"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84128): 
https://lists.openembedded.org/g/openembedded-devel/message/84128
Mute This Topic: https://lists.openembedded.org/mt/73326498/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 6/8] python3-spidev: Upgrade 3.2 -> 3.4

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-spidev_3.4.bb | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-spidev_3.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.4.bb 
b/meta-python/recipes-devtools/python/python3-spidev_3.4.bb
new file mode 100644
index 0..334d658d6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-spidev_3.4.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Python bindings for Linux SPI access through spidev"
+DESCRIPTION = "This project contains a python module for interfacing with SPI\
+devices from user space via the spidev linux kernel driver.\
+This is a modified version of the code originally found\
+[here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
+All code is GPLv2 licensed unless explicitly stated otherwise."
+HOMEPAGE = "http://github.com/doceme/py-spidev;
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+SRCNAME = "spidev"
+
+SRC_URI[md5sum] = "bbab6352449f1d572cc9eefeafc58bd1"
+SRC_URI[sha256sum] = 
"4314e52f573d95233c907f307558893313a8a606e197e77bb711526b0e179e80"
+
+inherit pypi setuptools3
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84131): 
https://lists.openembedded.org/g/openembedded-devel/message/84131
Mute This Topic: https://lists.openembedded.org/mt/73326503/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 7/8] python3-werkzeug: Upgrade 1.0.0 -> 1.0.1

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-werkzeug_1.0.1.bb  | 38 +++
 1 file changed, 38 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb 
b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb
new file mode 100644
index 0..b54399e1c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb
@@ -0,0 +1,38 @@
+SUMMARY = "The Swiss Army knife of Python web development"
+DESCRIPTION = "\
+Werkzeug started as simple collection of various utilities for WSGI \
+applications and has become one of the most advanced WSGI utility modules. \
+It includes a powerful debugger, full featured request and response objects, \
+HTTP utilities to handle entity tags, cache control headers, HTTP dates, \
+cookie handling, file uploads, a powerful URL routing system and a bunch \
+of community contributed addon modules."
+HOMEPAGE = "http://werkzeug.pocoo.org/;
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
+
+PYPI_PACKAGE = "Werkzeug"
+
+SRC_URI[md5sum] = "5d499cfdd30de5d9c946994783772efd"
+SRC_URI[sha256sum] = 
"6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c"
+
+inherit pypi setuptools3
+
+CLEANBROKEN = "1"
+
+RDEPENDS_${PN} += " \
+${PYTHON_PN}-datetime \
+${PYTHON_PN}-difflib \
+${PYTHON_PN}-email \
+${PYTHON_PN}-html \
+${PYTHON_PN}-io \
+${PYTHON_PN}-json \
+${PYTHON_PN}-netclient \
+${PYTHON_PN}-netserver \
+${PYTHON_PN}-numbers \
+${PYTHON_PN}-pkgutil \
+${PYTHON_PN}-pprint \
+${PYTHON_PN}-simplejson \
+${PYTHON_PN}-threading \
+${PYTHON_PN}-unixadmin \
+${PYTHON_PN}-misc \
+"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84132): 
https://lists.openembedded.org/g/openembedded-devel/message/84132
Mute This Topic: https://lists.openembedded.org/mt/73326505/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 4/8] python3-httplib2: Add recipe version 0.17.3

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../recipes-devtools/python/python3-httplib2_0.17.3.bb | 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb 
b/meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb
new file mode 100644
index 0..57047c9ac
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-httplib2_0.17.3.bb
@@ -0,0 +1,10 @@
+SUMMARY = "A comprehensive HTTP client library, httplib2 supports many 
features left out of other HTTP libraries."
+HOMEPAGE = "https://github.com/httplib2/httplib2;
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=4edb3f072a9d815734530f608039a167"
+
+SRC_URI[md5sum] = "5730490cfe83350477b54b0a8a190c8a"
+SRC_URI[sha256sum] = 
"39dd15a333f67bfb70798faa9de8a6e99c819da6ad82b77f9a259a5c7b1225a2"
+
+inherit pypi setuptools3
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84129): 
https://lists.openembedded.org/g/openembedded-devel/message/84129
Mute This Topic: https://lists.openembedded.org/mt/73326500/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 8/8] python3-nmap: Add recipe version 1.4.1

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-nmap_1.4.1.bb | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb 
b/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb
new file mode 100644
index 0..80384845d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "python-nmap is a python library which helps in using nmap port 
scanner"
+HOMEPAGE = "https://www.nmmapper.com/;
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+DEPENDS += "${PYTHON_PN}-wheel-native"
+
+PYPI_PACKAGE = "python3-nmap"
+
+SRC_URI[md5sum] = "64a382c870e14b53f2f52b7455996321"
+SRC_URI[sha256sum] = 
"9b64c5956789f4cac9e8ea2e0de6763dea1cecde1a20ae50a4b4dc5ab0ab6e42"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84133): 
https://lists.openembedded.org/g/openembedded-devel/message/84133
Mute This Topic: https://lists.openembedded.org/mt/73326506/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [meta-python][PATCH 1/8] python3-flask-jsonpify: Add recipe version 1.5.0

2020-04-28 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 .../python/python3-flask-jsonpify_1.5.0.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb 
b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb
new file mode 100644
index 0..5d7e9b517
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A Flask extension adding a decorator for JSONP support"
+HOMEPAGE = "https://github.com/CoryDolphin/flask-jsonpify;
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://README.rst;md5=bd59445a234a0c8250b39178d42e3148"
+
+PYPI_PACKAGE = "Flask-Jsonpify"
+
+SRC_URI[md5sum] = "8a10e37942c43d93d107644a3fe77d98"
+SRC_URI[sha256sum] = 
"8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2fedbfb"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-flask"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84126): 
https://lists.openembedded.org/g/openembedded-devel/message/84126
Mute This Topic: https://lists.openembedded.org/mt/73326495/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-