python-setuptools-rust.mk 804 B

12345678910111213141516
  1. ################################################################################
  2. #
  3. # python-setuptools-rust
  4. #
  5. ################################################################################
  6. PYTHON_SETUPTOOLS_RUST_VERSION = 0.11.6
  7. PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools-rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz
  8. PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/9d/87/7d1487395ab2e1d3c101d34b8e6ed346308f45349e5cdd3101963cc1c9cd
  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 = host-rustc host-python-setuptools-scm host-python-toml host-python-semantic-version
  13. HOST_PYTHON_SETUPTOOLS_RUST_NEEDS_HOST_PYTHON = python3
  14. $(eval $(host-python-package))