mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
python-gitdb: upgrade to 0.6.1
(From OE-Core rev: eb46e1d61f6658b921372354771102f91b177c66) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3996f7a46f
commit
e518d3e6c1
19
meta/recipes-devtools/python/python-gitdb_0.6.1.bb
Normal file
19
meta/recipes-devtools/python/python-gitdb_0.6.1.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
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"
|
||||
DEPENDS = "python-async python-smmap"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/g/gitdb/gitdb-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "daeb85a5e97d2d100fd37cf522fd65d5"
|
||||
SRC_URI[sha256sum] = "0d784ec4a75e93c8f65d4aca219c17e388a052d461714ed0edfda657e542b716"
|
||||
|
||||
S = "${WORKDIR}/gitdb-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
RDEPENDS_${PN} += "python-smmap python-async python-mmap python-lang python-zlib python-io python-shell"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
Reference in New Issue
Block a user