1*4882a593SmuzhiyunSUMMARY = "Python implementation of a sliding window memory map manager" 2*4882a593SmuzhiyunDESCRIPTION = "A pure Python implementation of a sliding memory map to \ 3*4882a593Smuzhiyunhelp unifying memory mapped access on 32 and 64 bit systems and to help \ 4*4882a593Smuzhiyunmanaging resources more efficiently." 5*4882a593SmuzhiyunHOMEPAGE = "http://github.com/gitpython-developers/GitPython" 6*4882a593SmuzhiyunSECTION = "devel/python" 7*4882a593SmuzhiyunLICENSE = "BSD-3-Clause" 8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" 9*4882a593Smuzhiyun 10*4882a593Smuzhiyuninherit pypi setuptools3 11*4882a593Smuzhiyun 12*4882a593SmuzhiyunPYPI_PACKAGE = "smmap" 13*4882a593Smuzhiyun 14*4882a593SmuzhiyunSRC_URI[sha256sum] = "c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunRDEPENDS:${PN} += "${PYTHON_PN}-codecs \ 17*4882a593Smuzhiyun ${PYTHON_PN}-mmap \ 18*4882a593Smuzhiyun" 19*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk" 20