blob: af5da52f68df03fe228112529c977aedf5eb8f27 [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001SUMMARY = "A case-insensitive ordered dictionary for Python"
2HOMEPAGE = "https://github.com/pywbem/nocasedict"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
5
Andrew Geisslera2681d92020-10-16 10:17:07 -05006SRC_URI[md5sum] = "93e7f19f73c7cd56c36cd7535b6b9ab1"
7SRC_URI[sha256sum] = "6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772"
Andrew Geisslerd688a012020-09-18 13:36:00 -05008
9inherit pypi setuptools3