1################################################################################ 2# 3# python-setuptools-rust 4# 5################################################################################ 6 7PYTHON_SETUPTOOLS_RUST_VERSION = 1.8.1 8PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools-rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz 9PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/f2/40/f1e9fedb88462248e94ea4383cda0065111582a4d5a32ca84acf60ab1107 10PYTHON_SETUPTOOLS_RUST_SETUP_TYPE = setuptools 11PYTHON_SETUPTOOLS_RUST_LICENSE = MIT 12PYTHON_SETUPTOOLS_RUST_LICENSE_FILES = LICENSE 13HOST_PYTHON_SETUPTOOLS_RUST_DEPENDENCIES = \ 14 host-python-semantic-version \ 15 host-python-setuptools-scm \ 16 host-rustc 17 18$(eval $(host-python-package)) 19