| ################################################################################ |
| # |
| # python-poetry-core |
| # |
| ################################################################################ |
| |
| PYTHON_POETRY_CORE_VERSION = 2.2.0 |
| PYTHON_POETRY_CORE_SOURCE = poetry_core-$(PYTHON_POETRY_CORE_VERSION).tar.gz |
| PYTHON_POETRY_CORE_SITE = https://files.pythonhosted.org/packages/6c/73/8cc4cdc3992d9e03a749dd0ef7438093042a1ed197df8fcfc9dc9502ef0b |
| PYTHON_POETRY_CORE_SETUP_TYPE = pep517 |
| PYTHON_POETRY_CORE_LICENSE = MIT |
| PYTHON_POETRY_CORE_LICENSE_FILES = LICENSE |
| |
| $(eval $(host-python-package)) |