Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 1 | SUMMARY = "Alternative regular expression module, to replace re." |
| 2 | HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" |
| 3 | LICENSE = "PSF" |
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745d623f406b500ec" |
| 5 | |
| 6 | inherit pypi setuptools3 |
| 7 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 8 | SRC_URI[md5sum] = "c3a53929c3797289566368be4b6b964a" |
| 9 | SRC_URI[sha256sum] = "3a3af27a8d23143c49a3420efe5b3f8cf1a48c6fc8bc6856b03f638abc1833bb" |
Andrew Geissler | d221e03 | 2020-07-10 16:13:21 -0500 | [diff] [blame] | 10 | |
| 11 | BBCLASSEXTEND = "native nativesdk" |