mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
708 B
Makefile
20 lines
708 B
Makefile
################################################################################
|
|
#
|
|
# python-hatchling
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_HATCHLING_VERSION = 1.28.0
|
|
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
|
|
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/0b/8e/e480359492affde4119a131da729dd26da742c2c9b604dff74836e47eef9
|
|
PYTHON_HATCHLING_LICENSE = MIT
|
|
PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_HATCHLING_SETUP_TYPE = pep517
|
|
HOST_PYTHON_HATCHLING_DEPENDENCIES = \
|
|
host-python-packaging \
|
|
host-python-pathspec \
|
|
host-python-pluggy \
|
|
host-python-trove-classifiers
|
|
|
|
$(eval $(host-python-package))
|