Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] python3: Several fixes, compilation of modules, runtime issues, and two new recipes
@ 2015-05-21  9:15 Alejandro Hernandez
  2015-05-21  9:15 ` [PATCH 1/5] python3: fix pyconfig.h installation on target Alejandro Hernandez
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Alejandro Hernandez @ 2015-05-21  9:15 UTC (permalink / raw)
  To: openembedded-core

Adds python3-pip recipe, upgrades python3-distribute to python3-setuptools
to keep up to date with upstream, fixes runtime issues for these modules and
for python3 in general.

The following changes since commit 62f3e62e0a2145d32fd75530b6f2aeba00dc1bc4:

  python3: Upgrade from 3.4.2 to 3.4.3 (2015-05-12 10:44:53 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib hsalejandro/py3-pip-recipe
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py3-pip-recipe

Alejandro Hernandez (5):
  python3: fix pyconfig.h installation on target
  python3: Fix distutils import error
  python3-io: Fixes compilation of python3 ssl module
  python3-distribute: Upgrade to python3-setuptools 15.2
  python3-pip: Adds recipe for python3-pip

 meta/classes/setuptools3.bbclass                   |  2 +-
 .../python/python-3.4-manifest.inc                 |  2 +-
 meta/recipes-devtools/python/python3-pip_6.1.1.bb  | 40 ++++++++++++++++++++++
 ...ribute_0.6.32.bb => python3-setuptools_15.2.bb} | 40 ++++++++++++----------
 .../python/python3/fix_ssl_include_dir.patch       | 29 ++++++++++++++++
 meta/recipes-devtools/python/python3_3.4.3.bb      |  2 +-
 scripts/contrib/python/generate-manifest-3.4.py    |  2 +-
 7 files changed, 95 insertions(+), 22 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python3-pip_6.1.1.bb
 rename meta/recipes-devtools/python/{python3-distribute_0.6.32.bb => python3-setuptools_15.2.bb} (53%)
 create mode 100644 meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch

-- 
1.8.4.5



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

end of thread, other threads:[~2015-05-22 15:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21  9:15 [PATCH 0/5] python3: Several fixes, compilation of modules, runtime issues, and two new recipes Alejandro Hernandez
2015-05-21  9:15 ` [PATCH 1/5] python3: fix pyconfig.h installation on target Alejandro Hernandez
2015-05-21  9:15 ` [PATCH 2/5] python3: Fix distutils import error Alejandro Hernandez
2015-05-21  9:15 ` [PATCH 3/5] python3-io: Fixes compilation of python3 ssl module Alejandro Hernandez
2015-05-21 22:44   ` Burton, Ross
2015-05-22 15:30     ` Alejandro Hernandez
2015-05-21  9:15 ` [PATCH 4/5] python3-distribute: Upgrade to python3-setuptools 15.2 Alejandro Hernandez
2015-05-21 23:47   ` Burton, Ross
2015-05-22 15:36     ` Alejandro Hernandez
2015-05-21  9:15 ` [PATCH 5/5] python3-pip: Adds recipe for python3-pip Alejandro Hernandez
2015-05-21 23:38   ` Burton, Ross
2015-05-22 15:32     ` Alejandro Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox