mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Changes: https://github.com/kjd/idna/blob/v3.11/HISTORY.rst
LICENSE.md hash changes due to copyright year update in:
17f30a6445
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
552 B
Makefile
16 lines
552 B
Makefile
################################################################################
|
|
#
|
|
# python-idna
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IDNA_VERSION = 3.11
|
|
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
|
|
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60
|
|
PYTHON_IDNA_LICENSE = BSD-3-Clause
|
|
PYTHON_IDNA_LICENSE_FILES = LICENSE.md
|
|
PYTHON_IDNA_SETUP_TYPE = flit
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|