meta-openembedded/meta-python/recipes-devtools/python/python-idna.inc
Derek Straka 3ef05c8a96 python-idna: update to version 2.4
Verified the license remains the same and updated the checksum for the
new copyright year.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-04 12:38:55 +01:00

14 lines
465 B
PHP

SUMMARY = "Internationalised Domain Names in Applications"
HOMEPAGE = "https://github.com/kjd/idna"
LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c9ba5acd829579492fd5eb306c7a0565"
SRC_URI[md5sum] = "b27328914784bf3e4f6fae16f4b75ba9"
SRC_URI[sha256sum] = "2a07165f6288f4b920aa8ab4357c1e59073c5d62e048a400510982769e039bd9"
RDEPENDS_${PN}_class-target = "\
${PYTHON_PN}-codecs \
"
BBCLASSEXTEND = "native nativesdk"