Re: [OE-core] [PATCH] [krogoth] Fixes several python3 dependencies

2016-09-26 Thread Alejandro Hernandez

Thanks Richard!


On 09/23/2016 09:40 AM, Richard Purdie wrote:

On Thu, 2016-09-22 at 08:33 -0700, akuster808 wrote:

Alejandro,


On 09/21/2016 02:10 PM, Alejandro Hernandez wrote:

This patch adds the packages python3-signal, python3-enum and
python3-selectors,
while it also fixes python3-subprocess, this fixes the installation
of python3-modules

I can not get this to apply to my krogoth-next nor krogoth in Poky.
Can
you double check and let me know if I am doing something wrong or
need
any dependency changes?

error pw is showing is:
fatal: patch fragment without header at line 29: @@ -89,6 +89,10 @@
SUMMARY_${PN}-email="Python email support"

I've pulled this onto the branch since we have it as a high for krogoth
(and merged the other queued krogoth patches, thanks!).

Cheers,

Richard




--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] [krogoth] Fixes several python3 dependencies

2016-09-23 Thread akuster808



On 09/23/2016 07:40 AM, Richard Purdie wrote:

On Thu, 2016-09-22 at 08:33 -0700, akuster808 wrote:

Alejandro,


On 09/21/2016 02:10 PM, Alejandro Hernandez wrote:

This patch adds the packages python3-signal, python3-enum and
python3-selectors,
while it also fixes python3-subprocess, this fixes the installation
of python3-modules

I can not get this to apply to my krogoth-next nor krogoth in Poky.
Can
you double check and let me know if I am doing something wrong or
need
any dependency changes?

error pw is showing is:
fatal: patch fragment without header at line 29: @@ -89,6 +89,10 @@
SUMMARY_${PN}-email="Python email support"

I've pulled this onto the branch since we have it as a high for krogoth
(and merged the other queued krogoth patches, thanks!).


I saw that. Thanks.

- armin


Cheers,

Richard




--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] [krogoth] Fixes several python3 dependencies

2016-09-23 Thread Richard Purdie
On Thu, 2016-09-22 at 08:33 -0700, akuster808 wrote:
> Alejandro,
> 
> 
> On 09/21/2016 02:10 PM, Alejandro Hernandez wrote:
> > 
> > This patch adds the packages python3-signal, python3-enum and
> > python3-selectors,
> > while it also fixes python3-subprocess, this fixes the installation
> > of python3-modules
> I can not get this to apply to my krogoth-next nor krogoth in Poky.
> Can 
> you double check and let me know if I am doing something wrong or
> need 
> any dependency changes?
> 
> error pw is showing is:
> fatal: patch fragment without header at line 29: @@ -89,6 +89,10 @@ 
> SUMMARY_${PN}-email="Python email support"

I've pulled this onto the branch since we have it as a high for krogoth
(and merged the other queued krogoth patches, thanks!).

Cheers,

Richard


-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH] [krogoth] Fixes several python3 dependencies

2016-09-22 Thread Alejandro Hernandez
Hey Armin, I just gave it another try and I got no errors, python 
manifests patches may cause problems sometimes because some lines may be 
longer than 998 characters, could you try merging it from my contrib branch?


http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/?h=hsalejandro/krogothpy3


On 09/22/2016 10:33 AM, akuster808 wrote:

Alejandro,


On 09/21/2016 02:10 PM, Alejandro Hernandez wrote:
This patch adds the packages python3-signal, python3-enum and 
python3-selectors,
while it also fixes python3-subprocess, this fixes the installation 
of python3-modules


I can not get this to apply to my krogoth-next nor krogoth in Poky. 
Can you double check and let me know if I am doing something wrong or 
need any dependency changes?


error pw is showing is:
fatal: patch fragment without header at line 29: @@ -89,6 +89,10 @@ 
SUMMARY_${PN}-email="Python email support"


- armin


[YOCTO #10276]

Signed-off-by: Alejandro Hernandez 
---
  meta/recipes-devtools/python/python-3.5-manifest.inc | 18 
+++---

  scripts/contrib/python/generate-manifest-3.5.py  | 11 ++-
  2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc 
b/meta/recipes-devtools/python/python-3.5-manifest.inc

index bce9ce1..0ad9186 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -1,6 +1,6 @@
# WARNING: This file is AUTO GENERATED: Manual edits will be lost 
next time I regenerate the file.
-# Generator: 
'../../../scripts/contrib/python/generate-manifest-3.5.py' Version 
20140131 (C) 2002-2010 Michael 'Mickey' Lauer 
+# Generator: './generate-manifest-3.5.py' Version 20140131 (C) 
2002-2010 Michael 'Mickey' Lauer 
  # Visit the Python for Embedded Systems Site => 
http://www.Vanille.de/projects/python.spy
 @@ -39,7 +39,7 @@ 
FILES_${PN}-compression="${libdir}/python3.5/gzip.* 
${libdir}/python3.5/zipfile.

SUMMARY_${PN}-core="Python interpreter and core modules"
  RDEPENDS_${PN}-core="${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs 
${PN}-io ${PN}-math"
-FILES_${PN}-core="${libdir}/python3.5/__future__.* 
${libdir}/python3.5/_abcoll.* ${libdir}/python3.5/abc.* 
${libdir}/python3.5/ast.* ${libdir}/python3.5/copy.* 
${libdir}/python3.5/copyreg.* ${libdir}/python3.5/configparser.* 
${libdir}/python3.5/genericpath.* ${libdir}/python3.5/getopt.* 
${libdir}/python3.5/linecache.* ${libdir}/python3.5/new.* 
${libdir}/python3.5/os.* ${libdir}/python3.5/posixpath.* 
${libdir}/python3.5/struct.* ${libdir}/python3.5/warnings.* 
${libdir}/python3.5/site.* ${libdir}/python3.5/stat.* 
${libdir}/python3.5/UserDict.* ${libdir}/python3.5/UserList.* 
${libdir}/python3.5/UserString.* 
${libdir}/python3.5/lib-dynload/binascii.*.so 
${libdir}/python3.5/lib-dynload/_struct.*.so 
${libdir}/python3.5/lib-dynload/time.*.so 
${libdir}/python3.5/lib-dynload/xreadlines.*.so 
${libdir}/python3.5/types.* ${libdir}/python3.5/platform.* 
${bindir}/python* ${libdir}/python3.5/_weakrefset.* 
${libdir}/python3.5/sysconfig.* ${libdir}/python3.5/_sysconfigdata.* 
${libdir}/python
  3.5/config/Makefile 
${includedir}/python${PYTHON_BINABI}/pyconfig*.h 
${libdir}/python${PYTHON_MAJMIN}/collections 
${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* 
${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* 
${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py "
+FILES_${PN}-core="${libdir}/python3.5/__future__.* 
${libdir}/python3.5/_abcoll.* ${libdir}/python3.5/abc.* 
${libdir}/python3.5/ast.* ${libdir}/python3.5/copy.* 
${libdir}/python3.5/copyreg.* ${libdir}/python3.5/ConfigParser.* 
${libdir}/python3.5/genericpath.* ${libdir}/python3.5/getopt.* 
${libdir}/python3.5/linecache.* ${libdir}/python3.5/new.* 
${libdir}/python3.5/os.* ${libdir}/python3.5/posixpath.* 
${libdir}/python3.5/struct.* ${libdir}/python3.5/warnings.* 
${libdir}/python3.5/site.* ${libdir}/python3.5/stat.* 
${libdir}/python3.5/UserDict.* ${libdir}/python3.5/UserList.* 
${libdir}/python3.5/UserString.* 
${libdir}/python3.5/lib-dynload/binascii.*.so 
${libdir}/python3.5/lib-dynload/_struct.*.so 
${libdir}/python3.5/lib-dynload/time.*.so 
${libdir}/python3.5/lib-dynload/xreadlines.*.so 
${libdir}/python3.5/types.* ${libdir}/python3.5/platform.* 
${bindir}/python* ${libdir}/python3.5/_weakrefset.* 
${libdir}/python3.5/sysconfig.* ${libdir}/python3.5/_sysconfigdata.* 
${libdir}/python
  3.5/config/Makefile 
${includedir}/python${PYTHON_BINABI}/pyconfig*.h 
${libdir}/python${PYTHON_MAJMIN}/collections 
${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* 
${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* 
${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py "

SUMMARY_${PN}-crypt="Python basic cryptographic and hashing support"
  RDEPENDS_${PN}-crypt="${PN}-core"
@@ -89,6 +89,10 @@ SUMMARY_${PN}-email="Python email support"
  RDEPENDS_${PN}-email="${PN}-core 

Re: [OE-core] [PATCH] [krogoth] Fixes several python3 dependencies

2016-09-22 Thread akuster808

Alejandro,


On 09/21/2016 02:10 PM, Alejandro Hernandez wrote:

This patch adds the packages python3-signal, python3-enum and python3-selectors,
while it also fixes python3-subprocess, this fixes the installation of 
python3-modules


I can not get this to apply to my krogoth-next nor krogoth in Poky. Can 
you double check and let me know if I am doing something wrong or need 
any dependency changes?


error pw is showing is:
fatal: patch fragment without header at line 29: @@ -89,6 +89,10 @@ 
SUMMARY_${PN}-email="Python email support"


- armin


[YOCTO #10276]

Signed-off-by: Alejandro Hernandez 
---
  meta/recipes-devtools/python/python-3.5-manifest.inc | 18 +++---
  scripts/contrib/python/generate-manifest-3.5.py  | 11 ++-
  2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc 
b/meta/recipes-devtools/python/python-3.5-manifest.inc
index bce9ce1..0ad9186 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -1,6 +1,6 @@
  
  # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file.

-# Generator: '../../../scripts/contrib/python/generate-manifest-3.5.py' Version 
20140131 (C) 2002-2010 Michael 'Mickey' Lauer 
+# Generator: './generate-manifest-3.5.py' Version 20140131 (C) 2002-2010 Michael 
'Mickey' Lauer 
  # Visit the Python for Embedded Systems Site => 
http://www.Vanille.de/projects/python.spy
  
   
@@ -39,7 +39,7 @@ FILES_${PN}-compression="${libdir}/python3.5/gzip.* ${libdir}/python3.5/zipfile.
  
  SUMMARY_${PN}-core="Python interpreter and core modules"

  RDEPENDS_${PN}-core="${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs ${PN}-io 
${PN}-math"
-FILES_${PN}-core="${libdir}/python3.5/__future__.* 
${libdir}/python3.5/_abcoll.* ${libdir}/python3.5/abc.* ${libdir}/python3.5/ast.* 
${libdir}/python3.5/copy.* ${libdir}/python3.5/copyreg.* 
${libdir}/python3.5/configparser.* ${libdir}/python3.5/genericpath.* 
${libdir}/python3.5/getopt.* ${libdir}/python3.5/linecache.* 
${libdir}/python3.5/new.* ${libdir}/python3.5/os.* ${libdir}/python3.5/posixpath.* 
${libdir}/python3.5/struct.* ${libdir}/python3.5/warnings.* 
${libdir}/python3.5/site.* ${libdir}/python3.5/stat.* ${libdir}/python3.5/UserDict.* 
${libdir}/python3.5/UserList.* ${libdir}/python3.5/UserString.* 
${libdir}/python3.5/lib-dynload/binascii.*.so 
${libdir}/python3.5/lib-dynload/_struct.*.so 
${libdir}/python3.5/lib-dynload/time.*.so 
${libdir}/python3.5/lib-dynload/xreadlines.*.so ${libdir}/python3.5/types.* 
${libdir}/python3.5/platform.* ${bindir}/python* ${libdir}/python3.5/_weakrefset.* 
${libdir}/python3.5/sysconfig.* ${libdir}/python3.5/_sysconfigdata.* ${libdir}/pyth

on

  3.5/config/Makefile ${includedir}/python${PYTHON_BINABI}/pyconfig*.h 
${libdir}/python${PYTHON_MAJMIN}/collections 
${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* 
${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* 
${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py "
+FILES_${PN}-core="${libdir}/python3.5/__future__.* 
${libdir}/python3.5/_abcoll.* ${libdir}/python3.5/abc.* ${libdir}/python3.5/ast.* 
${libdir}/python3.5/copy.* ${libdir}/python3.5/copyreg.* 
${libdir}/python3.5/ConfigParser.* ${libdir}/python3.5/genericpath.* 
${libdir}/python3.5/getopt.* ${libdir}/python3.5/linecache.* 
${libdir}/python3.5/new.* ${libdir}/python3.5/os.* ${libdir}/python3.5/posixpath.* 
${libdir}/python3.5/struct.* ${libdir}/python3.5/warnings.* 
${libdir}/python3.5/site.* ${libdir}/python3.5/stat.* ${libdir}/python3.5/UserDict.* 
${libdir}/python3.5/UserList.* ${libdir}/python3.5/UserString.* 
${libdir}/python3.5/lib-dynload/binascii.*.so 
${libdir}/python3.5/lib-dynload/_struct.*.so 
${libdir}/python3.5/lib-dynload/time.*.so 
${libdir}/python3.5/lib-dynload/xreadlines.*.so ${libdir}/python3.5/types.* 
${libdir}/python3.5/platform.* ${bindir}/python* ${libdir}/python3.5/_weakrefset.* 
${libdir}/python3.5/sysconfig.* ${libdir}/python3.5/_sysconfigdata.* ${libdir}/pyth

on

  3.5/config/Makefile ${includedir}/python${PYTHON_BINABI}/pyconfig*.h 
${libdir}/python${PYTHON_MAJMIN}/collections 
${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* 
${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* 
${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py "
  
  SUMMARY_${PN}-crypt="Python basic cryptographic and hashing support"

  RDEPENDS_${PN}-crypt="${PN}-core"
@@ -89,6 +89,10 @@ SUMMARY_${PN}-email="Python email support"
  RDEPENDS_${PN}-email="${PN}-core ${PN}-io ${PN}-re ${PN}-mime ${PN}-audio 
${PN}-image ${PN}-netclient"
  FILES_${PN}-email="${libdir}/python3.5/imaplib.* ${libdir}/python3.5/email "
  
+SUMMARY_${PN}-enum="Python support for enumerations"

+RDEPENDS_${PN}-enum="${PN}-core"
+FILES_${PN}-enum="${libdir}/python3.5/enum.* "
+
  SUMMARY_${PN}-fcntl="Python's fcntl interface"
  

[OE-core] [PATCH] [krogoth] Fixes several python3 dependencies

2016-09-21 Thread Alejandro Hernandez
This patch adds the packages python3-signal, python3-enum and python3-selectors,
while it also fixes python3-subprocess, this fixes the installation of 
python3-modules

[YOCTO #10276]

Signed-off-by: Alejandro Hernandez 
---
 meta/recipes-devtools/python/python-3.5-manifest.inc | 18 +++---
 scripts/contrib/python/generate-manifest-3.5.py  | 11 ++-
 2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc 
b/meta/recipes-devtools/python/python-3.5-manifest.inc
index bce9ce1..0ad9186 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -1,6 +1,6 @@
 
 # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I 
regenerate the file.
-# Generator: '../../../scripts/contrib/python/generate-manifest-3.5.py' 
Version 20140131 (C) 2002-2010 Michael 'Mickey' Lauer 
+# Generator: './generate-manifest-3.5.py' Version 20140131 (C) 2002-2010 
Michael 'Mickey' Lauer 
 # Visit the Python for Embedded Systems Site => 
http://www.Vanille.de/projects/python.spy
 
  
@@ -39,7 +39,7 @@ FILES_${PN}-compression="${libdir}/python3.5/gzip.* 
${libdir}/python3.5/zipfile.
 
 SUMMARY_${PN}-core="Python interpreter and core modules"
 RDEPENDS_${PN}-core="${PN}-lang ${PN}-re ${PN}-reprlib ${PN}-codecs ${PN}-io 
${PN}-math"
-FILES_${PN}-core="${libdir}/python3.5/__future__.* 
${libdir}/python3.5/_abcoll.* ${libdir}/python3.5/abc.* 
${libdir}/python3.5/ast.* ${libdir}/python3.5/copy.* 
${libdir}/python3.5/copyreg.* ${libdir}/python3.5/configparser.* 
${libdir}/python3.5/genericpath.* ${libdir}/python3.5/getopt.* 
${libdir}/python3.5/linecache.* ${libdir}/python3.5/new.* 
${libdir}/python3.5/os.* ${libdir}/python3.5/posixpath.* 
${libdir}/python3.5/struct.* ${libdir}/python3.5/warnings.* 
${libdir}/python3.5/site.* ${libdir}/python3.5/stat.* 
${libdir}/python3.5/UserDict.* ${libdir}/python3.5/UserList.* 
${libdir}/python3.5/UserString.* ${libdir}/python3.5/lib-dynload/binascii.*.so 
${libdir}/python3.5/lib-dynload/_struct.*.so 
${libdir}/python3.5/lib-dynload/time.*.so 
${libdir}/python3.5/lib-dynload/xreadlines.*.so ${libdir}/python3.5/types.* 
${libdir}/python3.5/platform.* ${bindir}/python* 
${libdir}/python3.5/_weakrefset.* ${libdir}/python3.5/sysconfig.* 
${libdir}/python3.5/_sysconfigdata.* ${libdir}/python
 3.5/config/Makefile ${includedir}/python${PYTHON_BINABI}/pyconfig*.h 
${libdir}/python${PYTHON_MAJMIN}/collections 
${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* 
${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* 
${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py "
+FILES_${PN}-core="${libdir}/python3.5/__future__.* 
${libdir}/python3.5/_abcoll.* ${libdir}/python3.5/abc.* 
${libdir}/python3.5/ast.* ${libdir}/python3.5/copy.* 
${libdir}/python3.5/copyreg.* ${libdir}/python3.5/ConfigParser.* 
${libdir}/python3.5/genericpath.* ${libdir}/python3.5/getopt.* 
${libdir}/python3.5/linecache.* ${libdir}/python3.5/new.* 
${libdir}/python3.5/os.* ${libdir}/python3.5/posixpath.* 
${libdir}/python3.5/struct.* ${libdir}/python3.5/warnings.* 
${libdir}/python3.5/site.* ${libdir}/python3.5/stat.* 
${libdir}/python3.5/UserDict.* ${libdir}/python3.5/UserList.* 
${libdir}/python3.5/UserString.* ${libdir}/python3.5/lib-dynload/binascii.*.so 
${libdir}/python3.5/lib-dynload/_struct.*.so 
${libdir}/python3.5/lib-dynload/time.*.so 
${libdir}/python3.5/lib-dynload/xreadlines.*.so ${libdir}/python3.5/types.* 
${libdir}/python3.5/platform.* ${bindir}/python* 
${libdir}/python3.5/_weakrefset.* ${libdir}/python3.5/sysconfig.* 
${libdir}/python3.5/_sysconfigdata.* ${libdir}/python
 3.5/config/Makefile ${includedir}/python${PYTHON_BINABI}/pyconfig*.h 
${libdir}/python${PYTHON_MAJMIN}/collections 
${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* 
${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* 
${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py "
 
 SUMMARY_${PN}-crypt="Python basic cryptographic and hashing support"
 RDEPENDS_${PN}-crypt="${PN}-core"
@@ -89,6 +89,10 @@ SUMMARY_${PN}-email="Python email support"
 RDEPENDS_${PN}-email="${PN}-core ${PN}-io ${PN}-re ${PN}-mime ${PN}-audio 
${PN}-image ${PN}-netclient"
 FILES_${PN}-email="${libdir}/python3.5/imaplib.* ${libdir}/python3.5/email "
 
+SUMMARY_${PN}-enum="Python support for enumerations"
+RDEPENDS_${PN}-enum="${PN}-core"
+FILES_${PN}-enum="${libdir}/python3.5/enum.* "
+
 SUMMARY_${PN}-fcntl="Python's fcntl interface"
 RDEPENDS_${PN}-fcntl="${PN}-core"
 FILES_${PN}-fcntl="${libdir}/python3.5/lib-dynload/fcntl.*.so "
@@ -197,10 +201,18 @@ SUMMARY_${PN}-resource="Python resource control interface"
 RDEPENDS_${PN}-resource="${PN}-core"
 FILES_${PN}-resource="${libdir}/python3.5/lib-dynload/resource.*.so "
 
+SUMMARY_${PN}-selectors="Python High-level I/O multiplexing"
+RDEPENDS_${PN}-selectors="${PN}-core"