mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
15 lines
580 B
Makefile
15 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|