From 012a9163166dc048fc724de714a4865a7ee5101f Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:28 -0500 Subject: python-django-babel: initial version This package provides tools for using Babel with Django. This package is required by horizon. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-django-babel_git.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-django-babel_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb new file mode 100644 index 0000000..a23170b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Tools for using Babel with Django" +HOMEPAGE = "https://github.com/python-babel/django-babel" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46" + +SRCNAME = "django-babel" + +PV = "0.4.0+git${SRCPV}" +SRCREV = "37f2919bfc58215ab4f26d386a4e65670e3297b9" + +SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \ + " + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-django \ + python-nose \ + " + -- cgit v1.2.3-54-g00ecf