blob: 58f19619997ae67174051790986cb56eae679b06 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "A library for stubbing in Python"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "https://github.com/alex/pretend"
Brad Bishop2d39a062019-10-28 08:33:36 -04003LICENSE = "BSD-3-Clause"
Patrick Williamsddad1a12017-02-23 20:36:32 -06004LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=411780c0b7fa756753e94affeee5bc99"
5
Brad Bishop316dfdd2018-06-25 12:45:53 -04006SRC_URI[md5sum] = "ad53883ede48aeac7ae584f0de0240e8"
7SRC_URI[sha256sum] = "c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
9BBCLASSEXTEND = "native nativesdk"