0c7e30b43a
- Python 2 is not supported since version 3.0 so update all reverse dependencies and remove python-coherence - License file name and its hash is updated due to:e7338bce90
537aa99d44
https://github.com/kjd/idna/blob/v3.2/HISTORY.rst Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
526 B
Makefile
15 lines
526 B
Makefile
################################################################################
|
|
#
|
|
# python-idna
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IDNA_VERSION = 3.2
|
|
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
|
|
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/cb/38/4c4d00ddfa48abe616d7e572e02a04273603db446975ab46bbcd36552005
|
|
PYTHON_IDNA_LICENSE = BSD-3-Clause
|
|
PYTHON_IDNA_LICENSE_FILES = LICENSE.md
|
|
PYTHON_IDNA_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|