9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-EvZcm0cKvabcNc+OY8xXSxxSsR3yyGAwrwrAmwGxPqk=";
19 build-system = [ flit-core ];
21 nativeCheckInputs = [ pytestCheckHook ];
24 homepage = "https://github.com/kjd/idna/";
25 changelog = "https://github.com/kjd/idna/releases/tag/v${version}";
26 description = "Internationalized Domain Names in Applications (IDNA)";
27 license = lib.licenses.bsd3;