aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/flask-login/python-flask-login2_git.bb
blob: d97d97bc27a712682e8395995b093000806fcef3 (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
SUMMARY = "Flask user session management."
SECTION = "devel/python"

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

LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"

SRC_URI = "git://github.com/maxcountryman/flask-login.git;protocol=https"
SRCREV = "528e1efc69162b433825c4c02f62a1226eadc570"

# No need for +git.., it's the exact tag for 0.2.11
PV = "0.2.11"

S = "${WORKDIR}/git"

inherit setuptools

export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR

BBCLASSEXTEND = "native"