blob: 3067c0df3cb056d06feaa8dc9c2b7a3f54a06769 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Alternative regular expression module, to replace re."
2HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
5
6inherit pypi setuptools3
7
Andrew Geissler615f2f12022-07-15 14:00:58 -05008SRC_URI[sha256sum] = "f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009
10RDEPENDS:${PN} += " \
11 python3-stringold \
12"
13
14BBCLASSEXTEND = "native nativesdk"