kumquat-buildroot/package/python-rtoml/python-rtoml.mk
James Hilliard 00702e3ffd package/python-rtoml: bump to version 0.10.0
Migrate from setuptools-rust to maturin infrastructure.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2024-02-06 14:43:17 +01:00

15 lines
523 B
Makefile

################################################################################
#
# python-rtoml
#
################################################################################
PYTHON_RTOML_VERSION = 0.10.0
PYTHON_RTOML_SOURCE = rtoml-$(PYTHON_RTOML_VERSION).tar.gz
PYTHON_RTOML_SITE = https://files.pythonhosted.org/packages/ca/b2/0e77a00e75ed582ec1c4c3a9e1eeed886a15c195bcce87b7daf1171c4115
PYTHON_RTOML_SETUP_TYPE = maturin
PYTHON_RTOML_LICENSE = MIT
PYTHON_RTOML_LICENSE_FILES = LICENSE
$(eval $(python-package))