Add recipe for nocasedict, a case-insensitive ordered dictionary for Python.
Signed-off-by: Leon Anavi <[email protected]> --- .../recipes-devtools/python/python3-nocasedict_0.5.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb new file mode 100644 index 000000000..440cf5109 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "A case-insensitive ordered dictionary for Python" +HOMEPAGE = "https://github.com/pywbem/nocasedict" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" + +SRC_URI[md5sum] = "b1037d65f1f73322c3c2d76681195bb3" +SRC_URI[sha256sum] = "ed74b83c7b81505ccaf4b09b0581477fdd5c1099c929098a6a170a91ec26fd33" + +inherit pypi setuptools3 -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86508): https://lists.openembedded.org/g/openembedded-devel/message/86508 Mute This Topic: https://lists.openembedded.org/mt/76340458/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
