python-setuptools-rust.mk 739 B

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