|
[PATCH] boost: Fix build on 32bit arches with 64bit time_t defaults
Signed-off-by: Khem Raj <raj.khem@...>
---
...on-32-bit-architectures-using-64-bit.patch | 36 +++++++++++++++++++
meta/recipes-support/boost/boost_1.78.0.bb | 1 +
2 files changed, 37
Signed-off-by: Khem Raj <raj.khem@...>
---
...on-32-bit-architectures-using-64-bit.patch | 36 +++++++++++++++++++
meta/recipes-support/boost/boost_1.78.0.bb | 1 +
2 files changed, 37
|
By
Khem Raj
·
#162013
·
|
|
Re: [PATCH 00/19] Python PEP-517: build wheels and installw with pip
I pushed a few more fixes to the same branch. Several recipes are failing in package qa because somehow
the hash bang of e.g. #!/usr/bin/env python3 is being expanded to the full path to nativepython3
I pushed a few more fixes to the same branch. Several recipes are failing in package qa because somehow
the hash bang of e.g. #!/usr/bin/env python3 is being expanded to the full path to nativepython3
|
By
Tim Orling
·
#162012
·
|
|
[PATCH 19/19] python3-more-itertools: set PIP_INSTALL_PACKAGE
Define PIP_INSTALL_PACKAGE as more_itertools to match the name of the
wheel.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Define PIP_INSTALL_PACKAGE as more_itertools to match the name of the
wheel.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162011
·
|
|
[PATCH 18/19] setuptools3.bbclass: refactor for wheels
Depend on python3-wheel-native so that we can build with 'setup.py
bdist_wheel'.
Use pip_install_wheel class to install the built wheels with pip, as
intended by upstream Python.
[YOCTO
Depend on python3-wheel-native so that we can build with 'setup.py
bdist_wheel'.
Use pip_install_wheel class to install the built wheels with pip, as
intended by upstream Python.
[YOCTO
|
By
Tim Orling
·
#162010
·
|
|
[PATCH 17/19] python3-setuptools: inherit setuptools_base_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
We need to bootstrap python3-setuptools-native, simply installing by
unzipping the built
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
We need to bootstrap python3-setuptools-native, simply installing by
unzipping the built
|
By
Tim Orling
·
#162009
·
|
|
[PATCH 16/19] python3-pluggy: inherit setuptools_build_meta
Upstream provides a pyproject.toml which while it does not declare the
setuptools.build_meta backend is compatible with it.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which while it does not declare the
setuptools.build_meta backend is compatible with it.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162008
·
|
|
[PATCH 15/19] python3-py: inherit setuptools_build_meta
Upstreama provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstreama provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162007
·
|
|
[PATCH 14/19] python3-iniconfig: inherit setuptools_build_meta
Upstream provides a pyproject.toml which decalres the
setuptools.build_meta backend for PEP-517 packaging.
DEPENDS on python3-setuptools-scm-native (as declared in the
pyproject.toml
Upstream provides a pyproject.toml which decalres the
setuptools.build_meta backend for PEP-517 packaging.
DEPENDS on python3-setuptools-scm-native (as declared in the
pyproject.toml
|
By
Tim Orling
·
#162006
·
|
|
[PATCH 13/19] python3-zipp: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162005
·
|
|
[PATCH 12/19] python3-setuptools-scm: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162004
·
|
|
[PATCH 11/19] python3-pytest: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162003
·
|
|
[PATCH 10/19] python3-git: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162002
·
|
|
[PATCH 09/19] python3-attrs: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
Upstream provides a pyproject.toml which declares the
setuptools.build_meta backend for PEP-517 packaging.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
|
By
Tim Orling
·
#162001
·
|
|
[PATCH 08/19] python3-pip: inherit setuptools_build_meta
Upstream provides a pyproject.toml which declares setuptools.build_meta
as the backend for PEP-517 packaging.
We bootstrap the -native installation by simply unzipping the wheel
Upstream provides a pyproject.toml which declares setuptools.build_meta
as the backend for PEP-517 packaging.
We bootstrap the -native installation by simply unzipping the wheel
|
By
Tim Orling
·
#162000
·
|
|
[PATCH 07/19] setuptools_build_meta.bbclass: add helper class
This class uses the PEP 517 compliant setuptools.buil_meta to build
wheels.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
meta/classes/setuptools_build_meta.bbclass | 18
This class uses the PEP 517 compliant setuptools.buil_meta to build
wheels.
[YOCTO #14638]
Signed-off-by: Tim Orling <tim.orling@...>
---
meta/classes/setuptools_build_meta.bbclass | 18
|
By
Tim Orling
·
#161999
·
|
|
[PATCH 06/19] pip_install_wheel.bbclass: add helper class
Provide a helper class to use pip to install wheels built by either
bdist_wheel or a PEP-517 backend.
By passings --no-deps and --no-index we avoid finicky dependency
checking (pip expects wheels in
Provide a helper class to use pip to install wheels built by either
bdist_wheel or a PEP-517 backend.
By passings --no-deps and --no-index we avoid finicky dependency
checking (pip expects wheels in
|
By
Tim Orling
·
#161998
·
|
|
[PATCH 05/19] python3-wheel: inherit flit_core
Backport pyproject.toml from flit-backend branch.
Inherit flit_core class to build
Inherit pip_install_wheel to install wheels for target
We need to bootstrap python3-wheel-native in order to have
Backport pyproject.toml from flit-backend branch.
Inherit flit_core class to build
Inherit pip_install_wheel to install wheels for target
We need to bootstrap python3-wheel-native in order to have
|
By
Tim Orling
·
#161997
·
|
|
[PATCH 04/19] flit_core.bbclass: add helper for newer python packaging
Some python packages now use pyproject.toml and declare
flit_core.buildapi as the build engine
Use pip_install_wheel class to install.
[YOCTO #14638]
Signed-off-by: Tim Orling
Some python packages now use pyproject.toml and declare
flit_core.buildapi as the build engine
Use pip_install_wheel class to install.
[YOCTO #14638]
Signed-off-by: Tim Orling
|
By
Tim Orling
·
#161996
·
|
|
[PATCH 03/19] python3-flit-core: simplify
Upstream provides a build_dists.py which can be used to bootstrap
building of the sdist and wheel.
Bootstrap -native by simply unzipping the wheel to
PYTHON_SITEPACKAGES_DIR.
Use pip to install the
Upstream provides a build_dists.py which can be used to bootstrap
building of the sdist and wheel.
Bootstrap -native by simply unzipping the wheel to
PYTHON_SITEPACKAGES_DIR.
Use pip to install the
|
By
Tim Orling
·
#161995
·
|
|
[PATCH 02/19] python3-flit-core: add recipe for 3.6.0
This is the core of one of the "new build system" tools, although not
officially part of the pypa (Python Packaging Authority) repositories,
it is an increasingly common build tool (e.g.
This is the core of one of the "new build system" tools, although not
officially part of the pypa (Python Packaging Authority) repositories,
it is an increasingly common build tool (e.g.
|
By
Tim Orling
·
#161994
·
|