blob: 5627535e42dfbc569aace99ba4b1ee4c8aeb5373 (
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 = "63cca49feda68a36d31f8115ebbe5dda67b986cc"
PV = "0.10+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"
|