237d31bf52
The license file hash has changed, due to the following changes: - A line "License: bsd-3-clause" is being added - The copyright year is updated to "Copyright (c) 2013-2020, Kim Davies. All rights reserved." - Details about portions of the codec and unit tests code being under the PSF license are removed. - Details about the unit tests including Unicode License Agreement code are removed. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
527 B
Makefile
15 lines
527 B
Makefile
################################################################################
|
|
#
|
|
# python-idna
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IDNA_VERSION = 2.9
|
|
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
|
|
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/cb/19/57503b5de719ee45e83472f339f617b0c01ad75cba44aba1e4c97c2b0abd
|
|
PYTHON_IDNA_LICENSE = BSD-3-Clause
|
|
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
|
|
PYTHON_IDNA_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|