blob: feddf275b9833769ccc1e5569fa4208c9617d290 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001SUMMARY = "Python library used to interact with Git repositories"
2DESCRIPTION = "GitPython provides object model read and write access to \
3a git repository. Access repository information conveniently, alter the \
4index directly, handle remotes, or go down to low-level object database \
5access with big-files support."
6HOMEPAGE = "http://github.com/gitpython-developers/GitPython"
7SECTION = "devel/python"
8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=8b8d26c37c1d5a04f9b0186edbebc183"
10
11SRC_URI = "https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz"
12
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013SRC_URI[md5sum] = "77f8339e68dedb6d7c4e26371a588ed9"
14SRC_URI[sha256sum] = "e96f8e953cf9fee0a7599fc587667591328760b6341a0081ef311a942fc96204"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060015
16UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/GitPython/"
17UPSTREAM_CHECK_REGEX = "/GitPython/(?P<pver>(\d+[\.\-_]*)+)"
18
19S = "${WORKDIR}/GitPython-${PV}"
20
21BBCLASSEXTEND = "nativesdk"