All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: openembedded-devel@lists.openembedded.org,
	Alexander Kanavin <alex@linutronix.de>
Subject: Re: [oe] [PATCH 8/8] sip3: remove the recipe
Date: Wed, 14 Sep 2022 08:39:13 -0700	[thread overview]
Message-ID: <CAMKF1srODCYhLrzYWBTrCwB9Y3UuOo0OMWYrShorg7J=2yJGYw@mail.gmail.com> (raw)
In-Reply-To: <20220914120316.551377-8-alex@linutronix.de>

Thanks for the series.  I do see this package is still actively developed see
https://www.riverbankcomputing.com/news/SIP_v6.6.2_Released and pypi
https://pypi.org/project/sip/

On Wed, Sep 14, 2022 at 5:03 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> It is not compatible with python 3.11, and all
> development has ceased:
> https://riverbankcomputing.com/software/sip/download
>
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>  .../packagegroups/packagegroup-meta-oe.bb     |  1 -
>  meta-oe/recipes-devtools/sip/sip3_4.19.23.bb  | 40 -------------------
>  2 files changed, 41 deletions(-)
>  delete mode 100644 meta-oe/recipes-devtools/sip/sip3_4.19.23.bb
>
> diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> index 756ba46e3..cc1c87712 100644
> --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
> @@ -301,7 +301,6 @@ RDEPENDS:packagegroup-meta-oe-devtools ="\
>      python3-distutils-extra \
>      python3-pycups \
>      rapidjson \
> -    sip3 \
>      squashfs-tools-ng \
>      uftrace \
>      unifex \
> diff --git a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb
> deleted file mode 100644
> index d6335585e..000000000
> --- a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb
> +++ /dev/null
> @@ -1,40 +0,0 @@
> -SUMMARY = "SIP is a C++/Python Wrapper Generator"
> -HOMEPAGE = "https://riverbankcomputing.com/software/sip/"
> -SECTION = "devel"
> -LICENSE = "GPL-2.0-or-later"
> -LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
> -
> -SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \
> -"
> -SRC_URI[md5sum] = "70adc0c9734e2d9dcd241d3f931dfc74"
> -SRC_URI[sha256sum] = "22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7"
> -
> -inherit python3-dir python3native
> -
> -S = "${WORKDIR}/sip-${PV}"
> -
> -DEPENDS = "python3"
> -
> -PACKAGES += "python3-sip3"
> -
> -BBCLASSEXTEND = "native"
> -
> -CONFIGURE_SYSROOT = "${STAGING_DIR_HOST}"
> -CONFIGURE_SYSROOT:class-native = "${STAGING_DIR_NATIVE}"
> -
> -do_configure:prepend() {
> -    echo "py_platform = linux" > sip.cfg
> -    echo "py_inc_dir = ${STAGING_INCDIR}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg
> -    echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg
> -    echo "sip_inc_dir = ${D}/${includedir}" >> sip.cfg
> -    echo "sip_module_dir = ${D}/${libdir}/python%(py_major).%(py_minor)/site-packages" >> sip.cfg
> -    echo "sip_sip_dir = ${D}/${datadir}/sip" >> sip.cfg
> -    ${PYTHON} configure.py --configuration sip.cfg --sip-module PyQt5.sip --sysroot ${CONFIGURE_SYSROOT} CC="${CC}" CXX="${CXX}" LINK="${CXX}" STRIP="" LINK_SHLIB="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LFLAGS="${LDFLAGS}"
> -}
> -
> -do_install() {
> -    oe_runmake install
> -}
> -
> -FILES:python3-sip3 = "${libdir}/${PYTHON_DIR}/site-packages/"
> -FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#98802): https://lists.openembedded.org/g/openembedded-devel/message/98802
> Mute This Topic: https://lists.openembedded.org/mt/93675939/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


  reply	other threads:[~2022-09-14 15:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14 12:03 [PATCH 1/8] mozjs-91: update to 91.13.0 Alexander Kanavin
2022-09-14 12:03 ` [PATCH 2/8] mozjs-91: backport a python 3.11 compatibility patch Alexander Kanavin
2022-09-14 12:03 ` [PATCH 3/8] zbar: disable python3 support as incompatible with py 3.11 Alexander Kanavin
2022-09-14 12:03 ` [PATCH 4/8] minifi-cpp: disable python support as incompatible with python 3.11 Alexander Kanavin
2022-09-14 12:03 ` [PATCH 5/8] libsigrockdecode: add python 3.11 compatibility Alexander Kanavin
2022-09-14 12:03 ` [PATCH 6/8] collectd: add a python PACKAGECONFIG, off by default Alexander Kanavin
2022-09-14 12:03 ` [PATCH 7/8] mozjs-78: remove the recipe Alexander Kanavin
2022-09-14 12:03 ` [PATCH 8/8] sip3: " Alexander Kanavin
2022-09-14 15:39   ` Khem Raj [this message]
2022-09-14 17:00     ` [oe] " Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMKF1srODCYhLrzYWBTrCwB9Y3UuOo0OMWYrShorg7J=2yJGYw@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.