Files
buildroot/package/python-idna/python-idna.mk
James Hilliard 38812e5043 package/python-idna: bump to version 3.7
License hash changed due to date update:
1d365e17e1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-07-02 09:08:53 +02:00

16 lines
551 B
Makefile

################################################################################
#
# python-idna
#
################################################################################
PYTHON_IDNA_VERSION = 3.7
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/21/ed/f86a79a07470cb07819390452f178b3bef1d375f2ec021ecfc709fc7cf07
PYTHON_IDNA_LICENSE = BSD-3-Clause
PYTHON_IDNA_LICENSE_FILES = LICENSE.md
PYTHON_IDNA_SETUP_TYPE = flit
$(eval $(python-package))
$(eval $(host-python-package))