Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 1 | SUMMARY = "Config file reading, writing and validation." |
2 | SECTION = "devel/python" | ||||
3 | LICENSE = "BSD-3-Clause" | ||||
4 | LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21" | ||||
5 | |||||
6 | PYPI_PACKAGE = "configobj" | ||||
7 | SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902" | ||||
8 | |||||
9 | inherit pypi setuptools3 |