1 { lib, fetchPypi, buildPythonPackage, setuptools }:
3 buildPythonPackage rec {
10 sha256 = "dc9cd4b880b898d774c47fe9775167404af8a85dd889d58f9008035109acce49";
13 propagatedBuildInputs = [ setuptools ];
16 homepage = "https://github.com/noumar/iso639";
17 description = "ISO 639 library for Python";
18 license = licenses.agpl3Only;
19 maintainers = with maintainers; [ zraexy ];