summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb
diff options
context:
space:
mode:
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.bb17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index 4a535bc..0000000
--- a/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8237792789cd839644733545601d9915"
6
7PR = "r0"
8SRCNAME = "Babel"
9SRC_URI = "http://ftp.edgewall.com/pub/babel/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "f0edcad03dfdb5505f337ef1a7690325"
12SRC_URI[sha256sum] = "4a3a085ecf1fcd2736573538ffa114f1f4331b3bbbdd69381e6e172c49c9750f"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17