summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-setuptools-scm.make
blob: fb51cd244966ddbc93edb1197dbb29044493be61 (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
26
27
28
29
30
31
32
33
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