diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:12:59 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
| commit | 20847fb285fcaab2e5a4cca3694f91a372cb9274 (patch) | |
| tree | f6e858e67738c519e74ff2e360ff10507378a7ef /meta-openstack/recipes-devtools/python | |
| parent | 178b91b268e32cd7f7436224d32320fc683c4aed (diff) | |
| download | meta-cloud-services-20847fb285fcaab2e5a4cca3694f91a372cb9274.tar.gz | |
python-decorator: added 3.4.0
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb b/meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb new file mode 100644 index 0000000..8b88543 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-decorator_3.4.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Better living through Python with decorators" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/decorator" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=8;endline=8;md5=08a46ecda64aec8026447390e764b86e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "decorator" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "1e8756f719d746e2fc0dd28b41251356" | ||
| 13 | SRC_URI[sha256sum] = "c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
