aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/flask-babel/python-flask-babel_git.bb
blob: 1c2522df7a38bb46503df31a839dff0e55f62ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "i18n and l10n support for Flask based on Babel and pytz"
SECTION = "devel/python"

LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9"

DEPENDS = "python-speaklater python-babel"

SRC_URI = "git://github.com/mitsuhiko/flask-babel.git;protocol=https"
SRCREV = "5e10cfee729fc1efa5dbc29d4ee89e2b5447be3d"

PV = "0.11.2+git${SRCPV}"

S = "${WORKDIR}/git"

inherit setuptools

export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR

RDEPENDS_${PN} = "python-speaklater python-babel"

BBCLASSEXTEND = "native"