summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-wrapt_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wrapt_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-wrapt_git.bb15
1 files changed, 15 insertions, 0 deletions
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 @@
1DESCRIPTION = "A Python module for decorators, wrappers and monkey patching."
2HOMEPAGE = "https://github.com/GrahamDumpleton/wrapt"
3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0"
6
7PV = "1.10.5"
8SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e"
9
10SRCNAME = "wrapt"
11SRC_URI = "git://github.com/GrahamDumpleton/${SRCNAME}.git"
12
13S = "${WORKDIR}/git"
14
15inherit setuptools