summaryrefslogtreecommitdiffstats
path: root/package/python-semver/python-semver.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-08-07 11:38:39 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-08-09 16:58:22 +0200
commitfa680e2903e8f9e8c2ed26c5f5ce7bb005c3be6c (patch)
tree902318730a99e00a9a29818a61a84ac4ec5617dd /package/python-semver/python-semver.mk
parent62df8bfc4463f6970d9c8c894b4dfe76a2262e86 (diff)
downloadbuildroot-fa680e2903e8f9e8c2ed26c5f5ce7bb005c3be6c.tar.gz
buildroot-fa680e2903e8f9e8c2ed26c5f5ce7bb005c3be6c.zip
package: add python-semver
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-semver/python-semver.mk')
-rw-r--r--package/python-semver/python-semver.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-semver/python-semver.mk b/package/python-semver/python-semver.mk
new file mode 100644
index 0000000000..afdd34564e
--- /dev/null
+++ b/package/python-semver/python-semver.mk
@@ -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))
OpenPOWER on IntegriCloud