SPELL=python-idna VERSION=3.1 SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]=https://github.com/kjd/idna/archive/v${VERSION}.tar.gz SOURCE_HASH=sha512:142785aedb29256b5981aad5ad197bb9a2e988e6819d58d5d63d4f9db0b773a6eec2701ea3da13078af2141c1393fea6ea16f92889eef3dd93713ce8965c2320 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/idna-${VERSION}" WEB_SITE="https://github.com/kjd/idna" LICENSE[0]=BSD ENTERED=20181208 SHORT="support for the Internationalised Domain Names in Applications (IDNA) protocol" cat << EOF Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This is the latest version of the protocol and is sometimes referred to as “IDNA 2008”. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. This acts as a suitable replacement for the “encodings.idna” module that comes with the Python standard library, but only supports the old, deprecated IDNA specification (RFC 3490). EOF .