Files
shredos.x86_64/package/python-hatchling/python-hatchling.mk

20 lines
708 B
Makefile
Raw Normal View History

################################################################################
#
# python-hatchling
#
################################################################################
PYTHON_HATCHLING_VERSION = 1.27.0
PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz
PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/8f/8a/cc1debe3514da292094f1c3a700e4ca25442489731ef7c0814358816bb03
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))