blob: 228dce62d7f3c7ed1e36cf2cb70744e90f6234b1 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Internationalised Domain Names in Applications"
2HOMEPAGE = "https://github.com/kjd/idna"
3LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU"
Patrick Williamsda295312023-12-05 16:48:56 -06004LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dbec47b98e1469f6a104c82ff9698cee"
Andrew Geissler595f6302022-01-24 19:11:47 +00005
Patrick Williamsda295312023-12-05 16:48:56 -06006SRC_URI[sha256sum] = "9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"
Andrew Geissler595f6302022-01-24 19:11:47 +00007
Andrew Geissler87f5cff2022-09-30 13:13:31 -05008inherit pypi python_flit_core
Andrew Geissler595f6302022-01-24 19:11:47 +00009
10RDEPENDS:${PN}:class-target = "\
11 ${PYTHON_PN}-codecs \
12"
13
14BBCLASSEXTEND = "native nativesdk"