mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/pdm-project/pdm-backend/releases/tag/2.4.6 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
580 B
Makefile
15 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# python-pdm-backend
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PDM_BACKEND_VERSION = 2.4.6
|
|
PYTHON_PDM_BACKEND_SOURCE = pdm_backend-$(PYTHON_PDM_BACKEND_VERSION).tar.gz
|
|
PYTHON_PDM_BACKEND_SITE = https://files.pythonhosted.org/packages/71/fc/15b83c93a8e7929b62debaad63a3e89b8ce7f8a86075bda0d81e42c3cad5
|
|
PYTHON_PDM_BACKEND_SETUP_TYPE = pep517
|
|
PYTHON_PDM_BACKEND_LICENSE = MIT
|
|
PYTHON_PDM_BACKEND_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(host-python-package))
|