03e360c380
Migrate from setuptools to intree pep517 build backend. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
20 lines
734 B
Makefile
20 lines
734 B
Makefile
################################################################################
|
|
#
|
|
# python-setuptools-scm
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SETUPTOOLS_SCM_VERSION = 8.0.4
|
|
PYTHON_SETUPTOOLS_SCM_SOURCE = setuptools-scm-$(PYTHON_SETUPTOOLS_SCM_VERSION).tar.gz
|
|
PYTHON_SETUPTOOLS_SCM_SITE = https://files.pythonhosted.org/packages/eb/b1/0248705f10f6de5eefe7ff93e399f7192257b23df4d431d2f5680bb2778f
|
|
PYTHON_SETUPTOOLS_SCM_LICENSE = MIT
|
|
PYTHON_SETUPTOOLS_SCM_LICENSE_FILES = LICENSE
|
|
PYTHON_SETUPTOOLS_SCM_SETUP_TYPE = pep517
|
|
|
|
HOST_PYTHON_SETUPTOOLS_SCM_DEPENDENCIES = \
|
|
host-python-packaging \
|
|
host-python-setuptools \
|
|
host-python-typing-extensions
|
|
|
|
$(eval $(host-python-package))
|