mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-05 15:13:51 -09:00
Changelog: https://hatch.pypa.io/dev/history/hatchling/#hatchling-v1.22.4 Remove now optional editables dependency [1]. [1] https://github.com/pypa/hatch/pull/1255 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> 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.22.4
|
|
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
|
|
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/4f/2a/c34d71531d1e1c9a5029bb73eb3816285befd0fffd7c63ffa0544253dca8
|
|
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))
|