aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/awesome-slugify/python-awesome-slugify_git.bb
blob: b05e0b22dbd5c1a1d4945bab0fd38771083a7431 (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
28
SUMMARY = "Python flexible slugify function https://pypi.python.org/pypi/awesome-slugify"
SECTION = "devel/python"

HOMEPAGE = "https://github.com/dimka665/awesome-slugify"

LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://setup.py;beginline=22;endline=24;md5=ae3de4b453d37fcbff2ca5a8a4725cfd"

SRC_URI = "git://github.com/dimka665/awesome-slugify.git;protocol=https"
SRCREV = "baf9d25fd1ef01058456e8c89d02a3fb57335b5d"

PV = "1.6.5+git${SRCPV}"

S = "${WORKDIR}/git"

inherit setuptools

export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR

RDEPENDS_${PN} = "python-nose \
                  python-regex \
                  python-unidecode \
                 "

BBCLASSEXTEND = "native"