Message ID | 20211115185652.27542-1-leon.anavi@konsulko.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,1/5] python3-cchardet: Add recipe | expand |
Can you also add the new recipes to apropriate test packagegroups in meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb On 11/15/21 10:56 AM, Leon Anavi wrote: > Universal character encoding detector, release 2.1.7: > > - support Python 3.9 > - drop support for Python 3.5 > > Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> > --- > .../recipes-devtools/python/python3-cchardet_2.1.7.bb | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb > > diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb > new file mode 100644 > index 000000000..ebd8130ab > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb > @@ -0,0 +1,8 @@ > +SUMMARY = "Universal character encoding detector" > +HOMEPAGE = "https://github.com/PyYoshi/cChardet" > +LICENSE = "MPLv1.1" > +LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" > + > +SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" > + > +inherit pypi setuptools3 > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#93958): https://lists.openembedded.org/g/openembedded-devel/message/93958 > Mute This Topic: https://lists.openembedded.org/mt/87077160/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb new file mode 100644 index 000000000..ebd8130ab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb @@ -0,0 +1,8 @@ +SUMMARY = "Universal character encoding detector" +HOMEPAGE = "https://github.com/PyYoshi/cChardet" +LICENSE = "MPLv1.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" + +SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" + +inherit pypi setuptools3
Universal character encoding detector, release 2.1.7: - support Python 3.9 - drop support for Python 3.5 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> --- .../recipes-devtools/python/python3-cchardet_2.1.7.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb