4bc94d17e5
python-setuptools-scm v1.15.6 was released in 2017 and is now obsolete. Multiple versions have been released released to resolve various issues: https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst. While at it, we add the hash for the license file. Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
611 B
Makefile
15 lines
611 B
Makefile
################################################################################
|
|
#
|
|
# python-setuptools-scm
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SETUPTOOLS_SCM_VERSION = 3.2.0
|
|
PYTHON_SETUPTOOLS_SCM_SOURCE = setuptools_scm-$(PYTHON_SETUPTOOLS_SCM_VERSION).tar.gz
|
|
PYTHON_SETUPTOOLS_SCM_SITE = https://files.pythonhosted.org/packages/54/85/514ba3ca2a022bddd68819f187ae826986051d130ec5b972076e4f58a9f3
|
|
PYTHON_SETUPTOOLS_SCM_LICENSE = MIT
|
|
PYTHON_SETUPTOOLS_SCM_LICENSE_FILES = LICENSE
|
|
PYTHON_SETUPTOOLS_SCM_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(host-python-package))
|