blob: 7f4385e77bc7a71741a0980854db78e364bbfd00 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what's found in Microsoft Windows INI files."
Brad Bishop316dfdd2018-06-25 12:45:53 -04002SECTION = "devel/python"
3HOMEPAGE = "https://docs.python.org/3/library/configparser.html"
Brad Bishop26bdd442019-08-16 17:08:17 -04004LICENSE = "unknown"
Brad Bishop316dfdd2018-06-25 12:45:53 -04005
Brad Bishop26bdd442019-08-16 17:08:17 -04006LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa"
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
Brad Bishop26bdd442019-08-16 17:08:17 -04008SRC_URI[md5sum] = "bc1558ed941cb1acb80ff650726d5af8"
9SRC_URI[sha256sum] = "bc37850f0cc42a1725a796ef7d92690651bf1af37d744cc63161dac62cabee17"
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
11inherit pypi