@ -9,16 +9,17 @@ include $(TOPDIR)/rules.mk
PKG_NAME := python-idna
PKG_NAME := python-idna
PKG_VERSION := 2.8
PKG_VERSION := 2.8
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := idna-$( PKG_VERSION) .tar.gz
PKG_SOURCE := idna-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/source/i/idna
PKG_SOURCE_URL := https://files.pythonhosted.org/packages/source/i/idna
PKG_HASH := c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407
PKG_HASH := c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407
PKG_BUILD_DIR := $( BUILD_DIR) /$( BUILD_VARIANT) -idna-$( PKG_VERSION)
PKG_BUILD_DIR := $( BUILD_DIR) /$( BUILD_VARIANT) -idna-$( PKG_VERSION)
PKG_MAINTAINER := Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE := BSD-3-Clause
PKG_LICENSE := BSD-3-Clause
PKG_LICENSE_FILES := LICENSE.rst
PKG_LICENSE_FILES := LICENSE.rst
PKG_MAINTAINER := Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e . . / p y t h o n - p a c k a g e . m k
i n c l u d e . . / p y t h o n - p a c k a g e . m k
@ -30,20 +31,23 @@ define Package/python-idna/Default
SECTION:= lang
SECTION:= lang
CATEGORY:= Languages
CATEGORY:= Languages
SUBMENU:= Python
SUBMENU:= Python
TITLE:= IDNA library
URL:= https://github.com/kjd/idna
URL:= https://github.com/kjd/idna
e n d e f
e n d e f
d e f i n e P a c k a g e / p y t h o n - i d n a
d e f i n e P a c k a g e / p y t h o n - i d n a
$( call Package /python -idna /Default )
$( call Package /python -idna /Default )
TITLE:= python-idna
DEPENDS:= +PACKAGE_python-idna:python-light +PACKAGE_python-idna:python-codecs
DEPENDS:= \
+PACKAGE_python-idna:python-light \
+PACKAGE_python-idna:python-codecs
VARIANT:= python
VARIANT:= python
e n d e f
e n d e f
d e f i n e P a c k a g e / p y t h o n 3 - i d n a
d e f i n e P a c k a g e / p y t h o n 3 - i d n a
$( call Package /python -idna /Default )
$( call Package /python -idna /Default )
TITLE:= python3-idna
DEPENDS:= +PACKAGE_python3-idna:python3-light +PACKAGE_python3-idna:python3-codecs
DEPENDS:= \
+PACKAGE_python3-idna:python3-light \
+PACKAGE_python3-idna:python3-codecs
VARIANT:= python3
VARIANT:= python3
e n d e f
e n d e f