mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/python-idna/python-idna.mk
Normal file
14
package/python-idna/python-idna.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-idna
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IDNA_VERSION = 2.8
|
||||
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
|
||||
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7
|
||||
PYTHON_IDNA_LICENSE = BSD-3-Clause
|
||||
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
|
||||
PYTHON_IDNA_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user