summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-babel.inc20
-rw-r--r--meta-python/recipes-devtools/python/python-babel_2.3.4.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-babel_2.3.4.bb5
3 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc
new file mode 100644
index 0000000000..866ce78e31
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-babel.inc
@@ -0,0 +1,20 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
5
6SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
7SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
8
9PYPI_PACKAGE = "Babel"
10
11inherit pypi
12
13CLEANBROKEN = "1"
14
15RDEPENDS_${PN} += " \
16 ${PYTHON_PN}-numbers \
17 ${PYTHON_PN}-pickle \
18 ${PYTHON_PN}-pytz \
19 ${PYTHON_PN}-threading \
20"
diff --git a/meta-python/recipes-devtools/python/python-babel_2.3.4.bb b/meta-python/recipes-devtools/python/python-babel_2.3.4.bb
new file mode 100644
index 0000000000..e0eadcda8a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-babel_2.3.4.bb
@@ -0,0 +1,2 @@
1inherit setuptools
2require python-babel.inc
diff --git a/meta-python/recipes-devtools/python/python3-babel_2.3.4.bb b/meta-python/recipes-devtools/python/python3-babel_2.3.4.bb
new file mode 100644
index 0000000000..05084ac2e5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-babel_2.3.4.bb
@@ -0,0 +1,5 @@
1inherit setuptools3
2require python-babel.inc
3
4# Requires _pydecimal.py which is in misc
5RDEPENDS_${PN} += "${PYTHON_PN}-misc"