kumquat-buildroot/package/python-setuptools-scm/python-setuptools-scm.mk
James Hilliard b60690f5f4 package/python-setuptools-scm: bump to version 5.0.1
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-03-16 22:34:57 +01:00

15 lines
611 B
Makefile

################################################################################
#
# python-setuptools-scm
#
################################################################################
PYTHON_SETUPTOOLS_SCM_VERSION = 5.0.1
PYTHON_SETUPTOOLS_SCM_SOURCE = setuptools_scm-$(PYTHON_SETUPTOOLS_SCM_VERSION).tar.gz
PYTHON_SETUPTOOLS_SCM_SITE = https://files.pythonhosted.org/packages/af/df/f8aa8a78d4d29e0cffa4512e9bc223ed02f24893fe1837c6cee2749ebd67
PYTHON_SETUPTOOLS_SCM_LICENSE = MIT
PYTHON_SETUPTOOLS_SCM_LICENSE_FILES = LICENSE
PYTHON_SETUPTOOLS_SCM_SETUP_TYPE = setuptools
$(eval $(host-python-package))