           SPELL=python-idna
         VERSION=3.4
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/kjd/idna/archive/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:0fc174ef91061e87cf31b7bc2ff7d1cb12167ece10f030fc3820bf27555e9fa498221161e3a0c272635013f4c771fc0e3855f8d968e0146fb5d93f81699f6bce
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
