blob: 999fd5a3d1782277c1b943a9b2de9e61f76b5769 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Advanced Enumerations library"
2HOMEPAGE = "https://pypi.org/project/aenum/"
Andrew Geissler5199d832021-09-24 16:47:35 -05003LICENSE = "BSD-3-Clause"
Andrew Geissler82c905d2020-04-13 13:39:40 -05004LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9"
5
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07006SRC_URI[sha256sum] = "87f0e9ef4f828578ab06af30e4d7944043bf4ecd3f4b7bd1cbe37e2173cde94a"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
8inherit pypi setuptools3
9
10BBCLASSEXTEND = "native nativesdk"