python-setuptools-rust.mk 740 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # python-setuptools-rust
  4. #
  5. ################################################################################
  6. PYTHON_SETUPTOOLS_RUST_VERSION = 1.10.1
  7. PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools_rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz
  8. PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/b8/86/4f34594f21f529623b8650fe729548e3a2ad6c9ad81583391f03f74dd11a
  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))