Marcel Telka
2023-12-12 680796865623c38920ea1c035537faf8fc6cb319
components/python/hatchling/Makefile
@@ -19,20 +19,17 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =      hatchling
HUMAN_VERSION =         1.18.0
HUMAN_VERSION =         1.19.0
COMPONENT_SUMMARY =      hatchling - Modern, extensible Python build backend
COMPONENT_PROJECT_URL =      https://hatch.pypa.io/latest/
COMPONENT_ARCHIVE_URL =      \
   https://files.pythonhosted.org/packages/e3/57/87da2c5adc173950ebe9f1acce4d5f2cd0a960783992fd4879a899a0b637/hatchling-1.18.0.tar.gz
   https://files.pythonhosted.org/packages/c8/36/34c6802005a8b23c732fb759c709d2b55f8e3e4b28cf149a571838fc8231/hatchling-1.19.0.tar.gz
COMPONENT_ARCHIVE_HASH =   \
   sha256:50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca
   sha256:0857c175c74e0d229cc26793aae753afce454fe0eeda1bf8317fb7372a405d82
COMPONENT_LICENSE =      MIT
COMPONENT_LICENSE_FILE =   LICENSE.txt
TEST_STYLE = none
# hatchling >= 1.18.0 requires Python >= 3.8
PYTHON_VERSIONS := $(filter-out 3.7, $(PYTHON_VERSIONS))
# This project is missing tests
# See https://github.com/pypa/hatch/issues/329