blob: bf435f67ec29be5747f2a45df7e242ba4d6aceb8 (
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=4fb31e3c1c7eeb8b5e8c07657cdd54e2"
SRC_URI = "git://github.com/rbarrois/python-semanticversion.git;protocol=https"
SRCREV = "cd6143f829e59e5fea9d4e8d244dfe8d4d6c80d3"
# Exact version, no need for +git...
PV = "2.6.0"
S = "${WORKDIR}/git"
inherit setuptools
export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR
BBCLASSEXTEND = "native"
|