idna: Internationalized Domain Names in Applications (IDNA)#

Description#

Internationalized Domain Names in Applications (IDNA)

License#

BSD-3-Clause

Upstream Contact#

https://pypi.org/project/idna/

Type#

standard

Dependencies#

  • $(PYTHON)

  • $(PYTHON_TOOLCHAIN)

Version Information#

package-version.txt:

3.6

install-requires.txt:

idna

Equivalent System Packages#

$ sudo pacman -S python-idna
$ conda install idna
$ sudo apt-get install python3-idna
$ sudo yum install python-idna
$ sudo emerge dev-python/idna
$ sudo zypper install python3\$\{PYTHON_MINOR\}-idna
$ sudo xbps-install python3-idna

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.