summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-setuptools-scm.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-12 17:51:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-12 18:23:07 +0200
commit791029727394e041a9da3c90368eb10895c053d6 (patch)
treee0eb7f0564d85ddd53a8cfc90c077be2e65a067e /rules/host-python3-setuptools-scm.make
parent893072ba8aada551847e6cb7d7f6fbc8af4c196c (diff)
downloadptxdist-791029727394e041a9da3c90368eb10895c053d6.tar.gz
ptxdist-791029727394e041a9da3c90368eb10895c053d6.tar.xz
host-python3-setuptools-scm: add new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3-setuptools-scm.make')
-rw-r--r--rules/host-python3-setuptools-scm.make34
1 files changed, 34 insertions, 0 deletions
diff --git a/rules/host-python3-setuptools-scm.make b/rules/host-python3-setuptools-scm.make
new file mode 100644
index 000000000..fb51cd244
--- /dev/null
+++ b/rules/host-python3-setuptools-scm.make
@@ -0,0 +1,34 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_SETUPTOOLS_SCM) += host-python3-setuptools-scm
+
+#
+# Paths and names
+#
+HOST_PYTHON3_SETUPTOOLS_SCM_VERSION := 1.10.1
+HOST_PYTHON3_SETUPTOOLS_SCM_MD5 := 99823e2cd564b996f18820a065f0a974
+HOST_PYTHON3_SETUPTOOLS_SCM := setuptools_scm-$(HOST_PYTHON3_SETUPTOOLS_SCM_VERSION)
+HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX := tar.bz2
+HOST_PYTHON3_SETUPTOOLS_SCM_URL := https://pypi.python.org/packages/source/s/setuptools_scm/$(HOST_PYTHON3_SETUPTOOLS_SCM).$(HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX)
+HOST_PYTHON3_SETUPTOOLS_SCM_SOURCE := $(SRCDIR)/$(HOST_PYTHON3_SETUPTOOLS_SCM).$(HOST_PYTHON3_SETUPTOOLS_SCM_SUFFIX)
+HOST_PYTHON3_SETUPTOOLS_SCM_DIR := $(HOST_BUILDDIR)/$(HOST_PYTHON3_SETUPTOOLS_SCM)
+HOST_PYTHON3_SETUPTOOLS_SCM_LICENSE := MIT
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_SETUPTOOLS_SCM_CONF_TOOL := python3
+
+# vim: syntax=make