diff mbox series

[4/4] python3-picobuild: remove

Message ID 20230112112336.2254765-4-ross.burton@arm.com
State Accepted, archived
Commit 4ea299e16a37eac3f65ed4b2e5891e8adaad95d5
Headers show
Series [1/4] python3-pyproject-hooks: add new recipe | expand

Commit Message

Ross Burton Jan. 12, 2023, 11:23 a.m. UTC
We've moved to using python3-build, so this can be removed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/conf/distro/include/maintainers.inc      |  1 -
 .../python/python3-picobuild_0.2.bb           | 23 -------------------
 2 files changed, 24 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-picobuild_0.2.bb

Comments

Khem Raj Jan. 13, 2023, 7:51 a.m. UTC | #1
I think meta-python has
meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
which needs some TLC after this.

There is another failure with opengl-es-cts

| ModuleNotFoundError: No module named 'build.common'

See https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2348/steps/14/logs/stdio

On Thu, Jan 12, 2023 at 3:23 AM Ross Burton <ross.burton@arm.com> wrote:
>
> We've moved to using python3-build, so this can be removed.
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  meta/conf/distro/include/maintainers.inc      |  1 -
>  .../python/python3-picobuild_0.2.bb           | 23 -------------------
>  2 files changed, 24 deletions(-)
>  delete mode 100644 meta/recipes-devtools/python/python3-picobuild_0.2.bb
>
> diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
> index 7254c749c51..fbcb025c954 100644
> --- a/meta/conf/distro/include/maintainers.inc
> +++ b/meta/conf/distro/include/maintainers.inc
> @@ -647,7 +647,6 @@ RECIPE_MAINTAINER:pn-python3-packaging = "Tim Orling <tim.orling@konsulko.com>"
>  RECIPE_MAINTAINER:pn-python3-pathlib2 = "Tim Orling <tim.orling@konsulko.com>"
>  RECIPE_MAINTAINER:pn-python3-pathspec = "Ross Burton <ross.burton@arm.com>"
>  RECIPE_MAINTAINER:pn-python3-pbr = "Zang Ruochen <zangrc.fnst@fujitsu.com>"
> -RECIPE_MAINTAINER:pn-python3-picobuild = "Ross Burton <ross.burton@arm.com>"
>  RECIPE_MAINTAINER:pn-python3-pip = "Zang Ruochen <zangrc.fnst@fujitsu.com>"
>  RECIPE_MAINTAINER:pn-python3-pluggy = "Tim Orling <tim.orling@konsulko.com>"
>  RECIPE_MAINTAINER:pn-python3-ply = "Tim Orling <tim.orling@konsulko.com>"
> diff --git a/meta/recipes-devtools/python/python3-picobuild_0.2.bb b/meta/recipes-devtools/python/python3-picobuild_0.2.bb
> deleted file mode 100644
> index 99e4cb87618..00000000000
> --- a/meta/recipes-devtools/python/python3-picobuild_0.2.bb
> +++ /dev/null
> @@ -1,23 +0,0 @@
> -SUMMARY = "Library and tool for installing Python wheels"
> -HOMEPAGE = "https://gitlab.com/rossburton/picobuild"
> -LICENSE = "MIT & ( Apache-2.0 | BSD-2-Clause)"
> -
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=6c811a9fbdf5641ff0b0d43fbbb440e5 \
> -                    file://picobuild/vendored/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
> -                    file://picobuild/vendored/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
> -                    file://picobuild/vendored/pep517/LICENSE;md5=aad69c93f605003e3342b174d9b0708c \
> -                    file://picobuild/vendored/pyparsing/LICENSE;md5=657a566233888513e1f07ba13e2f47f1 \
> -                    file://picobuild/vendored/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
> -                    "
> -
> -SRC_URI = "git://gitlab.com/rossburton/picobuild.git;protocol=https;branch=main"
> -SRCREV = "ed3b16ce48d91df181e5f5d77b9bbc2577b3fd9d"
> -PV .= "+git${SRCPV}"
> -
> -S = "${WORKDIR}/git"
> -
> -inherit python_flit_core
> -
> -DEPENDS:remove:class-native = "python3-picobuild-native"
> -
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#175794): https://lists.openembedded.org/g/openembedded-core/message/175794
> Mute This Topic: https://lists.openembedded.org/mt/96220394/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Ross Burton Jan. 13, 2023, 10:36 a.m. UTC | #2
On 13 Jan 2023, at 07:51, Khem Raj <raj.khem@gmail.com> wrote:
> 
> I think meta-python has
> meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
> which needs some TLC after this.
> 
> There is another failure with opengl-es-cts
> 
> | ModuleNotFoundError: No module named 'build.common'
> 
> See https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2348/steps/14/logs/stdio

I have the patch for pytest-forked, failed to send.  I’ve not seen the opengl-es-cts one before, I’ll have a look.

Ross
Ross Burton Jan. 13, 2023, 12:30 p.m. UTC | #3
On 13 Jan 2023, at 10:36, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote:
> I have the patch for pytest-forked, failed to send.  I’ve not seen the opengl-es-cts one before, I’ll have a look.

Patches sent to oe-devel.  Note that the pyforked one needs to merge after the picobuild->build migration.

Ross
diff mbox series

Patch

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 7254c749c51..fbcb025c954 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -647,7 +647,6 @@  RECIPE_MAINTAINER:pn-python3-packaging = "Tim Orling <tim.orling@konsulko.com>"
 RECIPE_MAINTAINER:pn-python3-pathlib2 = "Tim Orling <tim.orling@konsulko.com>"
 RECIPE_MAINTAINER:pn-python3-pathspec = "Ross Burton <ross.burton@arm.com>"
 RECIPE_MAINTAINER:pn-python3-pbr = "Zang Ruochen <zangrc.fnst@fujitsu.com>"
-RECIPE_MAINTAINER:pn-python3-picobuild = "Ross Burton <ross.burton@arm.com>"
 RECIPE_MAINTAINER:pn-python3-pip = "Zang Ruochen <zangrc.fnst@fujitsu.com>"
 RECIPE_MAINTAINER:pn-python3-pluggy = "Tim Orling <tim.orling@konsulko.com>"
 RECIPE_MAINTAINER:pn-python3-ply = "Tim Orling <tim.orling@konsulko.com>"
diff --git a/meta/recipes-devtools/python/python3-picobuild_0.2.bb b/meta/recipes-devtools/python/python3-picobuild_0.2.bb
deleted file mode 100644
index 99e4cb87618..00000000000
--- a/meta/recipes-devtools/python/python3-picobuild_0.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@ 
-SUMMARY = "Library and tool for installing Python wheels"
-HOMEPAGE = "https://gitlab.com/rossburton/picobuild"
-LICENSE = "MIT & ( Apache-2.0 | BSD-2-Clause)"
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6c811a9fbdf5641ff0b0d43fbbb440e5 \
-                    file://picobuild/vendored/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
-                    file://picobuild/vendored/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
-                    file://picobuild/vendored/pep517/LICENSE;md5=aad69c93f605003e3342b174d9b0708c \
-                    file://picobuild/vendored/pyparsing/LICENSE;md5=657a566233888513e1f07ba13e2f47f1 \
-                    file://picobuild/vendored/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
-                    "
-
-SRC_URI = "git://gitlab.com/rossburton/picobuild.git;protocol=https;branch=main"
-SRCREV = "ed3b16ce48d91df181e5f5d77b9bbc2577b3fd9d"
-PV .= "+git${SRCPV}"
-
-S = "${WORKDIR}/git"
-
-inherit python_flit_core
-
-DEPENDS:remove:class-native = "python3-picobuild-native"
-
-BBCLASSEXTEND = "native nativesdk"