blob: fbdbab6dfb76e7b800383c9bff2c83d241b82c01 [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 Geissler97771a32021-03-05 15:23:11 -06006SRC_URI[sha256sum] = "c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"
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"