[meta-python] python3-configobj: drop recipe

Message ID 20220228222206.25716-1-jsbronder@cold-front.org
State New
Headers show
Series [meta-python] python3-configobj: drop recipe | expand

Commit Message

Justin Bronder Feb. 28, 2022, 10:22 p.m. UTC
The last official release, 5.0.6 is from 2014 and does not build with
bdist_wheel.  The upstream repository does appear active but it's
unclear if anyone has the ability/motivation to tag a new release or
upload it to PyPI.  If you depend upon this recipe, please work with
upstream to tag a PEP-517 compliant release.

https://github.com/DiffSK/configobj/issues/160
https://github.com/DiffSK/configobj/issues/197
https://github.com/DiffSK/configobj/issues/204

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
 .../packagegroups/packagegroup-meta-python.bb            | 1 -
 .../recipes-devtools/python/python3-configobj_5.0.6.bb   | 9 ---------
 2 files changed, 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb

Comments

Khem Raj Feb. 28, 2022, 10:32 p.m. UTC | #1
Thanks for looking into this, Armin added this recipe in 2020, I would
like to hear from him as well on what this recipe's future plans are.

On Mon, Feb 28, 2022 at 2:22 PM Justin Bronder <jsbronder@cold-front.org> wrote:
>
> The last official release, 5.0.6 is from 2014 and does not build with
> bdist_wheel.  The upstream repository does appear active but it's
> unclear if anyone has the ability/motivation to tag a new release or
> upload it to PyPI.  If you depend upon this recipe, please work with
> upstream to tag a PEP-517 compliant release.
>
> https://github.com/DiffSK/configobj/issues/160
> https://github.com/DiffSK/configobj/issues/197
> https://github.com/DiffSK/configobj/issues/204
>
> Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> ---
>  .../packagegroups/packagegroup-meta-python.bb            | 1 -
>  .../recipes-devtools/python/python3-configobj_5.0.6.bb   | 9 ---------
>  2 files changed, 10 deletions(-)
>  delete mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
>
> diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> index dbfa991ebe..6b10913657 100644
> --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> @@ -81,7 +81,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
>      python3-colorlog \
>      python3-colorzero \
>      python3-configargparse \
> -    python3-configobj \
>      python3-configparser \
>      python3-configshell-fb \
>      python3-constantly \
> diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> deleted file mode 100644
> index 1b85368105..0000000000
> --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "Config file reading, writing and validation."
> -SECTION = "devel/python"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
> -
> -PYPI_PACKAGE = "configobj"
> -SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
> -
> -inherit pypi setuptools3
> --
> 2.35.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#95601): https://lists.openembedded.org/g/openembedded-devel/message/95601
> Mute This Topic: https://lists.openembedded.org/mt/89462996/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Feb. 28, 2022, 10:38 p.m. UTC | #2
oh well Tim already fixed it, I would suggest you use master-next for
this work since it has latest collaborations from everyone.

https://patchwork.yoctoproject.org/project/oe/patch/20220227234254.1089695-1-tim.orling@konsulko.com/

On Mon, Feb 28, 2022 at 2:32 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Thanks for looking into this, Armin added this recipe in 2020, I would
> like to hear from him as well on what this recipe's future plans are.
>
> On Mon, Feb 28, 2022 at 2:22 PM Justin Bronder <jsbronder@cold-front.org> wrote:
> >
> > The last official release, 5.0.6 is from 2014 and does not build with
> > bdist_wheel.  The upstream repository does appear active but it's
> > unclear if anyone has the ability/motivation to tag a new release or
> > upload it to PyPI.  If you depend upon this recipe, please work with
> > upstream to tag a PEP-517 compliant release.
> >
> > https://github.com/DiffSK/configobj/issues/160
> > https://github.com/DiffSK/configobj/issues/197
> > https://github.com/DiffSK/configobj/issues/204
> >
> > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> > ---
> >  .../packagegroups/packagegroup-meta-python.bb            | 1 -
> >  .../recipes-devtools/python/python3-configobj_5.0.6.bb   | 9 ---------
> >  2 files changed, 10 deletions(-)
> >  delete mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> >
> > diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> > index dbfa991ebe..6b10913657 100644
> > --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> > +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> > @@ -81,7 +81,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
> >      python3-colorlog \
> >      python3-colorzero \
> >      python3-configargparse \
> > -    python3-configobj \
> >      python3-configparser \
> >      python3-configshell-fb \
> >      python3-constantly \
> > diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> > deleted file mode 100644
> > index 1b85368105..0000000000
> > --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> > +++ /dev/null
> > @@ -1,9 +0,0 @@
> > -SUMMARY = "Config file reading, writing and validation."
> > -SECTION = "devel/python"
> > -LICENSE = "BSD-3-Clause"
> > -LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
> > -
> > -PYPI_PACKAGE = "configobj"
> > -SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
> > -
> > -inherit pypi setuptools3
> > --
> > 2.35.1
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#95601): https://lists.openembedded.org/g/openembedded-devel/message/95601
> > Mute This Topic: https://lists.openembedded.org/mt/89462996/1997914
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Justin Bronder Feb. 28, 2022, 10:59 p.m. UTC | #3
On 28/02/22 14:38 -0800, Khem Raj wrote:
> oh well Tim already fixed it, I would suggest you use master-next for
> this work since it has latest collaborations from everyone.
> 
> https://patchwork.yoctoproject.org/project/oe/patch/20220227234254.1089695-1-tim.orling@konsulko.com/

Ah, will do.  I was just searching subject lines for patches posted to this list
and missed the typo in the subject line ;)

> 
> On Mon, Feb 28, 2022 at 2:32 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > Thanks for looking into this, Armin added this recipe in 2020, I would
> > like to hear from him as well on what this recipe's future plans are.
> >
> > On Mon, Feb 28, 2022 at 2:22 PM Justin Bronder <jsbronder@cold-front.org> wrote:
> > >
> > > The last official release, 5.0.6 is from 2014 and does not build with
> > > bdist_wheel.  The upstream repository does appear active but it's
> > > unclear if anyone has the ability/motivation to tag a new release or
> > > upload it to PyPI.  If you depend upon this recipe, please work with
> > > upstream to tag a PEP-517 compliant release.
> > >
> > > https://github.com/DiffSK/configobj/issues/160
> > > https://github.com/DiffSK/configobj/issues/197
> > > https://github.com/DiffSK/configobj/issues/204
> > >
> > > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> > > ---
> > >  .../packagegroups/packagegroup-meta-python.bb            | 1 -
> > >  .../recipes-devtools/python/python3-configobj_5.0.6.bb   | 9 ---------
> > >  2 files changed, 10 deletions(-)
> > >  delete mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> > >
> > > diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> > > index dbfa991ebe..6b10913657 100644
> > > --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> > > +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
> > > @@ -81,7 +81,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
> > >      python3-colorlog \
> > >      python3-colorzero \
> > >      python3-configargparse \
> > > -    python3-configobj \
> > >      python3-configparser \
> > >      python3-configshell-fb \
> > >      python3-constantly \
> > > diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> > > deleted file mode 100644
> > > index 1b85368105..0000000000
> > > --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> > > +++ /dev/null
> > > @@ -1,9 +0,0 @@
> > > -SUMMARY = "Config file reading, writing and validation."
> > > -SECTION = "devel/python"
> > > -LICENSE = "BSD-3-Clause"
> > > -LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
> > > -
> > > -PYPI_PACKAGE = "configobj"
> > > -SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
> > > -
> > > -inherit pypi setuptools3
> > > --
> > > 2.35.1
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#95601): https://lists.openembedded.org/g/openembedded-devel/message/95601
> > > Mute This Topic: https://lists.openembedded.org/mt/89462996/1997914
> > > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
Tim Orling March 1, 2022, 12:50 a.m. UTC | #4
On Mon, Feb 28, 2022 at 2:59 PM Justin Bronder <jsbronder@cold-front.org>
wrote:

> On 28/02/22 14:38 -0800, Khem Raj wrote:
> > oh well Tim already fixed it, I would suggest you use master-next for
> > this work since it has latest collaborations from everyone.
> >
> >
> https://patchwork.yoctoproject.org/project/oe/patch/20220227234254.1089695-1-tim.orling@konsulko.com/
>
> Ah, will do.  I was just searching subject lines for patches posted to
> this list
> and missed the typo in the subject line ;)


Ugh. Fly fast and typos happen.


>
> >
> > On Mon, Feb 28, 2022 at 2:32 PM Khem Raj <raj.khem@gmail.com> wrote:
> > >
> > > Thanks for looking into this, Armin added this recipe in 2020, I would
> > > like to hear from him as well on what this recipe's future plans are.
> > >
> > > On Mon, Feb 28, 2022 at 2:22 PM Justin Bronder <
> jsbronder@cold-front.org> wrote:
> > > >
> > > > The last official release, 5.0.6 is from 2014 and does not build with
> > > > bdist_wheel.  The upstream repository does appear active but it's
> > > > unclear if anyone has the ability/motivation to tag a new release or
> > > > upload it to PyPI.  If you depend upon this recipe, please work with
> > > > upstream to tag a PEP-517 compliant release.
> > > >
> > > > https://github.com/DiffSK/configobj/issues/160
> > > > https://github.com/DiffSK/configobj/issues/197
> > > > https://github.com/DiffSK/configobj/issues/204
> > > >
> > > > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
> > > > ---
> > > >  .../packagegroups/packagegroup-meta-python.bb            | 1 -
> > > >  .../recipes-devtools/python/python3-configobj_5.0.6.bb   | 9
> ---------
> > > >  2 files changed, 10 deletions(-)
> > > >  delete mode 100644 meta-python/recipes-devtools/python/
> python3-configobj_5.0.6.bb
> > > >
> > > > diff --git a/meta-python/recipes-core/packagegroups/
> packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/
> packagegroup-meta-python.bb
> > > > index dbfa991ebe..6b10913657 100644
> > > > --- a/meta-python/recipes-core/packagegroups/
> packagegroup-meta-python.bb
> > > > +++ b/meta-python/recipes-core/packagegroups/
> packagegroup-meta-python.bb
> > > > @@ -81,7 +81,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
> > > >      python3-colorlog \
> > > >      python3-colorzero \
> > > >      python3-configargparse \
> > > > -    python3-configobj \
> > > >      python3-configparser \
> > > >      python3-configshell-fb \
> > > >      python3-constantly \
> > > > diff --git a/meta-python/recipes-devtools/python/
> python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/
> python3-configobj_5.0.6.bb
> > > > deleted file mode 100644
> > > > index 1b85368105..0000000000
> > > > --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> > > > +++ /dev/null
> > > > @@ -1,9 +0,0 @@
> > > > -SUMMARY = "Config file reading, writing and validation."
> > > > -SECTION = "devel/python"
> > > > -LICENSE = "BSD-3-Clause"
> > > > -LIC_FILES_CHKSUM =
> "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
> > > > -
> > > > -PYPI_PACKAGE = "configobj"
> > > > -SRC_URI[sha256sum] =
> "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
> > > > -
> > > > -inherit pypi setuptools3
> > > > --
> > > > 2.35.1
> > > >
> > > >
> > > >
> > > >
>
> --
> Justin Bronder
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#95608):
> https://lists.openembedded.org/g/openembedded-devel/message/95608
> Mute This Topic: https://lists.openembedded.org/mt/89463815/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Khem Raj March 1, 2022, 1:58 a.m. UTC | #5
On Mon, Feb 28, 2022 at 4:50 PM Tim Orling <ticotimo@gmail.com> wrote:
>
>
>
> On Mon, Feb 28, 2022 at 2:59 PM Justin Bronder <jsbronder@cold-front.org> wrote:
>>
>> On 28/02/22 14:38 -0800, Khem Raj wrote:
>> > oh well Tim already fixed it, I would suggest you use master-next for
>> > this work since it has latest collaborations from everyone.
>> >
>> > https://patchwork.yoctoproject.org/project/oe/patch/20220227234254.1089695-1-tim.orling@konsulko.com/
>>
>> Ah, will do.  I was just searching subject lines for patches posted to this list
>> and missed the typo in the subject line ;)

yes good find.

>
>
> Ugh. Fly fast and typos happen.

No worries, I have it taken care of on master-next

>
>>
>>
>> >
>> > On Mon, Feb 28, 2022 at 2:32 PM Khem Raj <raj.khem@gmail.com> wrote:
>> > >
>> > > Thanks for looking into this, Armin added this recipe in 2020, I would
>> > > like to hear from him as well on what this recipe's future plans are.
>> > >
>> > > On Mon, Feb 28, 2022 at 2:22 PM Justin Bronder <jsbronder@cold-front.org> wrote:
>> > > >
>> > > > The last official release, 5.0.6 is from 2014 and does not build with
>> > > > bdist_wheel.  The upstream repository does appear active but it's
>> > > > unclear if anyone has the ability/motivation to tag a new release or
>> > > > upload it to PyPI.  If you depend upon this recipe, please work with
>> > > > upstream to tag a PEP-517 compliant release.
>> > > >
>> > > > https://github.com/DiffSK/configobj/issues/160
>> > > > https://github.com/DiffSK/configobj/issues/197
>> > > > https://github.com/DiffSK/configobj/issues/204
>> > > >
>> > > > Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
>> > > > ---
>> > > >  .../packagegroups/packagegroup-meta-python.bb            | 1 -
>> > > >  .../recipes-devtools/python/python3-configobj_5.0.6.bb   | 9 ---------
>> > > >  2 files changed, 10 deletions(-)
>> > > >  delete mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
>> > > >
>> > > > diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
>> > > > index dbfa991ebe..6b10913657 100644
>> > > > --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
>> > > > +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
>> > > > @@ -81,7 +81,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
>> > > >      python3-colorlog \
>> > > >      python3-colorzero \
>> > > >      python3-configargparse \
>> > > > -    python3-configobj \
>> > > >      python3-configparser \
>> > > >      python3-configshell-fb \
>> > > >      python3-constantly \
>> > > > diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
>> > > > deleted file mode 100644
>> > > > index 1b85368105..0000000000
>> > > > --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
>> > > > +++ /dev/null
>> > > > @@ -1,9 +0,0 @@
>> > > > -SUMMARY = "Config file reading, writing and validation."
>> > > > -SECTION = "devel/python"
>> > > > -LICENSE = "BSD-3-Clause"
>> > > > -LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
>> > > > -
>> > > > -PYPI_PACKAGE = "configobj"
>> > > > -SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
>> > > > -
>> > > > -inherit pypi setuptools3
>> > > > --
>> > > > 2.35.1
>> > > >
>> > > >
>> > > >
>> > > >
>>
>> --
>> Justin Bronder
>>
>>
>>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#95613): https://lists.openembedded.org/g/openembedded-devel/message/95613
> Mute This Topic: https://lists.openembedded.org/mt/89463815/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index dbfa991ebe..6b10913657 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -81,7 +81,6 @@  RDEPENDS:packagegroup-meta-python3 = "\
     python3-colorlog \
     python3-colorzero \
     python3-configargparse \
-    python3-configobj \
     python3-configparser \
     python3-configshell-fb \
     python3-constantly \
diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
deleted file mode 100644
index 1b85368105..0000000000
--- a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
+++ /dev/null
@@ -1,9 +0,0 @@ 
-SUMMARY = "Config file reading, writing and validation."
-SECTION = "devel/python"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
-
-PYPI_PACKAGE = "configobj"
-SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
-
-inherit pypi setuptools3