From 850d27022a3685ee6821bf5856b02f54c58204a8 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Thu, 14 Jan 2016 16:01:28 -0500 Subject: python-wrapt: switch to using git In an effort to make things easier to uprev whenever possible we should use git in our recipes. This has some negative implications if there is a versioned recipe in another layer (without using PREFERRED_VERSION the versioned recipe is used) but overall is the best solution. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-wrapt_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-wrapt_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-wrapt_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-wrapt_git.bb b/meta-openstack/recipes-devtools/python/python-wrapt_git.bb new file mode 100644 index 0000000..a2def9a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wrapt_git.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "A Python module for decorators, wrappers and monkey patching." +HOMEPAGE = "https://github.com/GrahamDumpleton/wrapt" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0" + +PV = "1.10.5" +SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e" + +SRCNAME = "wrapt" +SRC_URI = "git://github.com/GrahamDumpleton/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools -- cgit v1.2.3-54-g00ecf