Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
740 B
Makefile
19 lines
740 B
Makefile
################################################################################
|
|
#
|
|
# python-setuptools-rust
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SETUPTOOLS_RUST_VERSION = 1.11.0
|
|
PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools_rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz
|
|
PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/e0/0c/db5a68b4e95229db38a1793d58561870bd68b92b95fed183c6cd48910c9f
|
|
PYTHON_SETUPTOOLS_RUST_SETUP_TYPE = setuptools
|
|
PYTHON_SETUPTOOLS_RUST_LICENSE = MIT
|
|
PYTHON_SETUPTOOLS_RUST_LICENSE_FILES = LICENSE
|
|
HOST_PYTHON_SETUPTOOLS_RUST_DEPENDENCIES = \
|
|
host-python-semantic-version \
|
|
host-python-setuptools-scm \
|
|
host-rustc
|
|
|
|
$(eval $(host-python-package))
|