2021-02-10 22:12:52 -07:00
|
|
|
################################################################################
|
|
|
|
|
#
|
|
|
|
|
# python-setuptools-rust
|
|
|
|
|
#
|
|
|
|
|
################################################################################
|
|
|
|
|
|
2022-09-11 17:05:24 -06:00
|
|
|
PYTHON_SETUPTOOLS_RUST_VERSION = 1.5.1
|
2021-02-10 22:12:52 -07:00
|
|
|
PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools-rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz
|
2022-09-11 17:05:24 -06:00
|
|
|
PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/dc/20/0b16eb0dd28c3ec6fccef77230b11e4b9ec94aa7ade1c99b1ab66d237fbe
|
2021-02-10 22:12:52 -07:00
|
|
|
PYTHON_SETUPTOOLS_RUST_SETUP_TYPE = setuptools
|
|
|
|
|
PYTHON_SETUPTOOLS_RUST_LICENSE = MIT
|
|
|
|
|
PYTHON_SETUPTOOLS_RUST_LICENSE_FILES = LICENSE
|
2022-01-08 23:42:23 +01:00
|
|
|
HOST_PYTHON_SETUPTOOLS_RUST_DEPENDENCIES = host-rustc host-python-setuptools-scm host-python-toml host-python-semantic-version host-python-typing-extensions
|
2021-02-10 22:12:52 -07:00
|
|
|
|
|
|
|
|
$(eval $(host-python-package))
|