blob: ccd5a937737bd6a9403d8ad6341c36bd907e31dc [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 Bishop868407c2019-11-04 13:24:47 -05004LIC_FILES_CHKSUM = "file://parse.py;beginline=1317;endline=1337;md5=fa03bae3f51a2db25e239e869c647437"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
Brad Bishop868407c2019-11-04 13:24:47 -05006SRC_URI[md5sum] = "8fc634769f1d841f14a52dd731ca447a"
7SRC_URI[sha256sum] = "a5fca7000c6588d77bc65c28f3f21bfce03b5e44daa8f9f07c17fe364990d717"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008
9inherit pypi
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-logging \
14 "