python3: add setuptools git version recipe

This tool is required by python recipes to set the version using
data from git repo.

BugzID: 61873

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Alexandre Bard 2020-02-25 16:33:03 +01:00 committed by Patrick Zysset
parent 71bb8cd9f3
commit 820319bdc4
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
DESCRIPTION = "Plugin for setuptools that enables git integration"
HOMEPAGE = "https://github.com/wichert/setuptools-git"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://README.rst;md5=db37fc18ea101070f23372a046e58f52"
SRC_URI[md5sum] = "802555a15f289a6016cfe10c02a004b7"
SRC_URI[sha256sum] = "82cf7ab80272e20b7cae81d907e0adf295ef7a1f735418c046ae7f40f5861e15"
inherit setuptools3 pypi
PYPI_PACKAGE_EXT="zip"
BBCLASSEXTEND = "native"