mirror of
https://git.yoctoproject.org/poky
synced 2026-02-03 15:28:42 +01:00
License-Update: text reformatting (From OE-Core rev: 0bba7e2ee81dc2a143d1a29395289a94ac31a672) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
756 B
PHP
24 lines
756 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 = "gitdb"
|
|
|
|
SRC_URI[sha256sum] = "6f0ecd46f99bb4874e5678d628c3a198e2b4ef38daea2756a2bfd8df7dd5c1a5"
|
|
|
|
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"
|