blob: 22f6402c3b41f0e4bbfd5f0783a2b1427d47c994 [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
Patrick Williams213cb262021-08-07 19:21:33 -050011do_compile:prepend() {
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012 rm -rf ${S}/idna.egg-info
13}
14
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN}:class-target = "\
Andrew Geissler97771a32021-03-05 15:23:11 -060016 ${PYTHON_PN}-codecs \
17"
18
Patrick Williamsddad1a12017-02-23 20:36:32 -060019BBCLASSEXTEND = "native nativesdk"