Files
buildroot/package/python-yarl/python-yarl.mk
2026-03-15 21:34:39 +01:00

18 lines
599 B
Makefile

################################################################################
#
# python-yarl
#
################################################################################
PYTHON_YARL_VERSION = 1.23.0
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/23/6e/beb1beec874a72f23815c1434518bfc4ed2175065173fb138c3705f658d4
PYTHON_YARL_LICENSE = Apache-2.0
PYTHON_YARL_LICENSE_FILES = LICENSE
PYTHON_YARL_SETUP_TYPE = setuptools
PYTHON_YARL_DEPENDENCIES = \
host-python-cython \
host-python-expandvars
$(eval $(python-package))