From 1a7b85e910618dddadab9acec22a245224fd1394 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Fri, 21 Dec 2012 11:27:19 +0100 Subject: [PATCH] adding the recipe python-vcstools, as now that the python recipes do not use setuptools to get all the dependencies write we need further recipes --- recipes-devtools/python/python-vcstools_0.1.26.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-devtools/python/python-vcstools_0.1.26.bb diff --git a/recipes-devtools/python/python-vcstools_0.1.26.bb b/recipes-devtools/python/python-vcstools_0.1.26.bb new file mode 100644 index 0000000..e77c66c --- /dev/null +++ b/recipes-devtools/python/python-vcstools_0.1.26.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "VCS/SCM source control library for svn, git, hg, and bzr" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c9c3f6ca5564e5a9b38751ea86bdc0bb" +SRCNAME = "vcstools" + +SRC_URI = "http://pr.willowgarage.com/downloads/vcstools/vcstools-${PV}.tar.gz" +SRC_URI[md5sum] = "ca37f2de93c303796a46a946f94ad11c" +SRC_URI[sha256sum] = "11cae4907609d3524655c7cdba66260821f69fd2ff2330ae93db35111c70efbd" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + -- GitLab