kumquat-buildroot/package/python-yarl/python-yarl.mk
James Hilliard 4f50a8cad0 package/python-yarl: bump to version 1.9.2
License file now contains the full Apache 2.0 license instead of just a
reference to it:
cc4a11e961

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2023-06-18 15:06:17 +02:00

15 lines
523 B
Makefile

################################################################################
#
# python-yarl
#
################################################################################
PYTHON_YARL_VERSION = 1.9.2
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/5f/3f/04b3c5e57844fb9c034b09c5cb6d2b43de5d64a093c30529fd233e16cf09
PYTHON_YARL_LICENSE = Apache-2.0
PYTHON_YARL_LICENSE_FILES = LICENSE
PYTHON_YARL_SETUP_TYPE = setuptools
$(eval $(python-package))