aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/flask-assets/python-flask-assets_git.bb
blob: 2f2facb6fa8379f3b8de1641f174f6f4b7594698 (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
26
27
SUMMARY = "Flask webassets integration."
SECTION = "devel/python"

HOMEPAGE = "http://flask-assets.readthedocs.org/en/latest/"

LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0c455026ee819a9365678bea8b2c82"

DEPENDS = "python-webassets"

SRC_URI = "git://github.com/miracle2k/flask-assets.git;protocol=https"
SRCREV = "6ec476f8a91a4272915da3875c49676bd2baddcb"

PV = "0.12+git${SRCPV}"

S = "${WORKDIR}/git"

inherit setuptools

export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR

RDEPENDS_${PN} = "python-webassets"

BBCLASSEXTEND = "native"