diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:10:07 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
| commit | 8a1ff32c0e6b379d50a1fe164a651f29b21f07c1 (patch) | |
| tree | 061d564c154bf54137ba587cedab86cc598a083b /meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb | |
| parent | affd3acc79b1d7217ac361031f065387986ddf3a (diff) | |
| download | meta-cloud-services-8a1ff32c0e6b379d50a1fe164a651f29b21f07c1.tar.gz | |
python-babel: added 0.9.6
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb b/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb new file mode 100644 index 0000000..4a535bc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | ||
| 2 | HOMEPAGE = "http://babel.edgewall.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8237792789cd839644733545601d9915" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Babel" | ||
| 9 | SRC_URI = "http://ftp.edgewall.com/pub/babel/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "f0edcad03dfdb5505f337ef1a7690325" | ||
| 12 | SRC_URI[sha256sum] = "4a3a085ecf1fcd2736573538ffa114f1f4331b3bbbdd69381e6e172c49c9750f" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
