Files
buildroot/package/python-poetry-dynamic-versioning/python-poetry-dynamic-versioning.mk
James Hilliard 9258013840 package/python-poetry-dynamic-versioning: use poetry setup type
Use the new poetry setup type which automatically pulls in the
host-python-poetry-core dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Tested-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
Reviewed-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-11-06 23:22:19 +01:00

19 lines
827 B
Makefile

################################################################################
#
# python-poetry-dynamic-versioning
#
################################################################################
PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION = 1.4.1
PYTHON_POETRY_DYNAMIC_VERSIONING_SOURCE = poetry_dynamic_versioning-$(PYTHON_POETRY_DYNAMIC_VERSIONING_VERSION).tar.gz
PYTHON_POETRY_DYNAMIC_VERSIONING_SITE = https://files.pythonhosted.org/packages/dd/70/1138211a6e5051d28596922ed39acf20b42819db5ae1f93e465b9a903c28
PYTHON_POETRY_DYNAMIC_VERSIONING_SETUP_TYPE = poetry
PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE = MIT
PYTHON_POETRY_DYNAMIC_VERSIONING_LICENSE_FILES = LICENSE
HOST_PYTHON_POETRY_DYNAMIC_VERSIONING_DEPENDENCIES = \
host-python-dunamai \
host-python-jinja2 \
host-python-tomlkit
$(eval $(host-python-package))