aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/semantic-version/python-semantic-version_git.bb
blob: ba6885a3b337481615871456a0821ace01bfb958 (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 = "Semantic version comparison for Python (see http://semver.org/)"
SECTION = "devel/python"

HOMEPAGE = "https://github.com/rbarrois/python-semanticversion"

LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a7dcaa0740d59f8f13ef05a3d0ed7313"

SRC_URI = "git://github.com/rbarrois/python-semanticversion.git;protocol=https"
SRCREV = "4aac5768db2fc158fa87900b54210ecba4dfe6d5"

# Exact version, no need for +git...
PV = "2.4.2"

S = "${WORKDIR}/git"

inherit setuptools

export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR


BBCLASSEXTEND = "native"