package: add python-semver

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2018-08-07 11:38:39 +02:00
parent 62df8bfc44
commit fa680e2903
5 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-semver
#
################################################################################
PYTHON_SEMVER_VERSION = 2.8.1
PYTHON_SEMVER_SOURCE = semver-$(PYTHON_SEMVER_VERSION).tar.gz
PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/47/13/8ae74584d6dd33a1d640ea27cd656a9f718132e75d759c09377d10d64595
PYTHON_SEMVER_SETUP_TYPE = setuptools
# no license file in tarball, but available in git
PYTHON_SEMVER_LICENSE = BSD-3-Clause
$(eval $(python-package))