7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6";
16 checkInputs = [ pytestCheckHook ];
19 homepage = "https://github.com/kjd/idna/";
20 description = "Internationalized Domain Names in Applications (IDNA)";
21 license = lib.licenses.bsd3;