1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 13:21:28 +00:00
Files
operating-system/buildroot/package/python-idna/python-idna.mk
2018-03-17 23:47:00 +00:00

15 lines
521 B
Makefile

################################################################################
#
# python-idna
#
################################################################################
PYTHON_IDNA_VERSION = 2.5
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
PYTHON_IDNA_SITE = https://pypi.python.org/packages/d8/82/28a51052215014efc07feac7330ed758702fc0581347098a81699b5281cb
PYTHON_IDNA_LICENSE = BSD-3-Clause
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
PYTHON_IDNA_SETUP_TYPE = setuptools
$(eval $(python-package))