2
1

python-setuptools-rust.mk 777 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # python-setuptools-rust
  4. #
  5. ################################################################################
  6. PYTHON_SETUPTOOLS_RUST_VERSION = 1.4.1
  7. PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools-rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz
  8. PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/ed/c6/8effd679eb1cb6d3fd9fc7837cf86c6e4c1ba7a33c3e5e35c741c04016c5
  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 host-python-typing-extensions
  13. $(eval $(host-python-package))