8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "dc9cd4b880b898d774c47fe9775167404af8a85dd889d58f9008035109acce49";
18 propagatedBuildInputs = [ setuptools ];
21 homepage = "https://github.com/noumar/iso639";
22 description = "ISO 639 library for Python";
23 license = licenses.agpl3Only;
24 maintainers = with maintainers; [ zraexy ];