blob: 55aa516e0afc2cd3c8aaae9bf96c859ac1a15823 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001SUMMARY = "Python implementation of a sliding window memory map manager"
2DESCRIPTION = "A pure Python implementation of a sliding memory map to \
3help unifying memory mapped access on 32 and 64 bit systems and to help \
4managing resources more efficiently."
5HOMEPAGE = "http://github.com/gitpython-developers/GitPython"
6SECTION = "devel/python"
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
9
Brad Bishop316dfdd2018-06-25 12:45:53 -040010inherit pypi
11
Patrick Williamsc0f7c042017-02-23 20:41:17 -060012SRC_URI[md5sum] = "d7932d5ace206bf4ae15198cf36fb6ab"
13SRC_URI[sha256sum] = "0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62"
14
Brad Bishop316dfdd2018-06-25 12:45:53 -040015RDEPENDS_${PN} += "${PYTHON_PN}-codecs \
16 ${PYTHON_PN}-mmap \
17"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060018BBCLASSEXTEND = "nativesdk"