python-semver: add new recipe

This small python module provides a way to manage and compare version
strings which adhere to the Semantic Versioning specification [1].

[1] https://semver.org

Signed-off-by: Dennis Menschel <menschel-d@posteo.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dennis Menschel
2018-07-21 01:29:37 +02:00
committed by Khem Raj
parent d75280b749
commit 5b85349b05
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
inherit setuptools3
require python-semver.inc