blob: 2d23017c88b966da5161a28bf9e707c1e0e68c74 [file] [log] [blame]
William A. Kennington III49e95662021-09-15 16:19:36 -07001SUMMARY = "Cross-platform locking library"
2DESCRIPTION = "Portalocker is a library to provide an easy API to file locking"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "PSF-2.0"
William A. Kennington III49e95662021-09-15 16:19:36 -07004
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
6
7SRC_URI[md5sum] = "bd4908d035464aa440dd7f262ef78345"
8SRC_URI[sha256sum] = "75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f"
9
10inherit pypi setuptools3
11
12BBCLASSEXTEND = "native nativesdk"