blob: 4ca7f625a8350d5ae94e8ae4934b8bc2d9d28c8e [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Internationalised Domain Names in Applications"
2HOMEPAGE = "https://github.com/kjd/idna"
3LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
Andrew Geissler97771a32021-03-05 15:23:11 -06004LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1"
Patrick Williamsddad1a12017-02-23 20:36:32 -06005
Andrew Geissler69721092021-07-23 12:57:00 -04006SRC_URI[sha256sum] = "467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007
Andrew Geissler97771a32021-03-05 15:23:11 -06008inherit pypi setuptools3
Patrick Williamsddad1a12017-02-23 20:36:32 -06009
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010# Remove bundled egg-info
11do_compile_prepend() {
12 rm -rf ${S}/idna.egg-info
13}
14
Andrew Geissler97771a32021-03-05 15:23:11 -060015RDEPENDS_${PN}_class-target = "\
16 ${PYTHON_PN}-codecs \
17"
18
Patrick Williamsddad1a12017-02-23 20:36:32 -060019BBCLASSEXTEND = "native nativesdk"