Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "" |
2 | HOMEPAGE = "http://pythonhosted.org/regex" | ||||
3 | LICENSE = "PSF" | ||||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3d9edb84b293ab5a9ed5bcaf1b769ab6" | ||||
5 | |||||
6 | inherit pypi setuptools3 | ||||
7 | |||||
8 | SRC_URI[md5sum] = "73abc3d7e902e94b4281fd2652f5a94f" | ||||
9 | SRC_URI[sha256sum] = "d0f424328f9822b0323b3b6f2e4b9c90960b24743d220763c7f07071e0778351" | ||||
10 | |||||
11 | |||||
12 | BBCLASSEXTEND = "native nativesdk" |