blob: 5ce67f11d821eabfc7b6089c0870ac4b8b84b99e [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Parse strings using a specification based on the Python format() syntax"
2HOMEPAGE = "https://github.com/r1chardj0n3s/parse"
3LICENSE = "MIT"
Brad Bishope42b3e32020-01-15 22:08:42 -05004LIC_FILES_CHKSUM = "file://parse.py;beginline=1325;endline=1345;md5=fa03bae3f51a2db25e239e869c647437"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
Brad Bishope42b3e32020-01-15 22:08:42 -05006SRC_URI[md5sum] = "07cbb5ba1025cbfe92fc3376c372dda5"
7SRC_URI[sha256sum] = "95a4f4469e37c57b5e924629ac99926f28bee7da59515dc5b8078c4c3e779249"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008
9inherit pypi
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-logging \
14 "