mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/pypa/hatch/blob/hatchling-v1.29.0/docs/history/hatchling.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
20 lines
708 B
Makefile
20 lines
708 B
Makefile
################################################################################
|
|
#
|
|
# python-hatchling
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_HATCHLING_VERSION = 1.29.0
|
|
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
|
|
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/cf/9c/b4cfe330cd4f49cff17fd771154730555fa4123beb7f292cf0098b4e6c20
|
|
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))
|