aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-wrapt_git.bb
blob: a2def9ad9dd083594cadedc983eac009f59bb7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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