mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-21 17:40:36 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
29 lines
973 B
Makefile
29 lines
973 B
Makefile
################################################################################
|
|
#
|
|
# python-referencing
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REFERENCING_VERSION = 0.35.1
|
|
PYTHON_REFERENCING_SOURCE = referencing-$(PYTHON_REFERENCING_VERSION).tar.gz
|
|
PYTHON_REFERENCING_SITE = https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d
|
|
PYTHON_REFERENCING_SETUP_TYPE = pep517
|
|
PYTHON_REFERENCING_LICENSE = MIT
|
|
PYTHON_REFERENCING_LICENSE_FILES = COPYING
|
|
PYTHON_REFERENCING_DEPENDENCIES = \
|
|
host-python-hatchling \
|
|
host-python-hatch-vcs
|
|
|
|
HOST_PYTHON_REFERENCING_DEPENDENCIES = \
|
|
host-python-hatchling \
|
|
host-python-hatch-vcs
|
|
|
|
# This is a runtime dependency, but we don't have the concept of
|
|
# runtime dependencies for host packages.
|
|
HOST_PYTHON_REFERENCING_DEPENDENCIES += \
|
|
host-python-attrs \
|
|
host-python-rpds-py
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|