summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb9
1 files changed, 9 insertions, 0 deletions
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 0000000000..440cf51091
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_0.5.0.bb
@@ -0,0 +1,9 @@
1SUMMARY = "A case-insensitive ordered dictionary for Python"
2HOMEPAGE = "https://github.com/pywbem/nocasedict"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
5
6SRC_URI[md5sum] = "b1037d65f1f73322c3c2d76681195bb3"
7SRC_URI[sha256sum] = "ed74b83c7b81505ccaf4b09b0581477fdd5c1099c929098a6a170a91ec26fd33"
8
9inherit pypi setuptools3