mirror of
https://git.yoctoproject.org/poky
synced 2026-02-01 14:28:44 +01:00
(From OE-Core rev: cb2bebfd07f04f1049a5507af7656a92481439c3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
810 B
PHP
25 lines
810 B
PHP
SUMMARY = "A pure-Python git object database"
|
|
HOMEPAGE = "http://github.com/gitpython-developers/gitdb"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528"
|
|
|
|
inherit pypi
|
|
|
|
PYPI_PACKAGE = "gitdb2"
|
|
|
|
SRC_URI[md5sum] = "1a7ea3362e405f8a5634f7ee53636094"
|
|
SRC_URI[sha256sum] = "1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350"
|
|
|
|
DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap"
|
|
|
|
RDEPENDS_${PN} += "${PYTHON_PN}-async \
|
|
${PYTHON_PN}-compression \
|
|
${PYTHON_PN}-crypt \
|
|
${PYTHON_PN}-io \
|
|
${PYTHON_PN}-mmap \
|
|
${PYTHON_PN}-shell \
|
|
${PYTHON_PN}-smmap \
|
|
"
|
|
BBCLASSEXTEND = "native nativesdk"
|