blob: cb5eab15ae3e340563715f2643f88dcb2522efc5 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Advanced Enumerations library"
2HOMEPAGE = "https://pypi.org/project/aenum/"
3LICENSE = "BSD"
4LIC_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"