12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 sha256 = "794d07d5a28781231ac335a1561b8442f8648ca07cd518310aeb45d6f0807ef6";
28 propagatedBuildInputs = [
31 setuptools # pkg_resources import in language_data/util.py
39 # AssertionError: assert 'Unknown language [aqk]' == 'Aninka'
43 pythonImportsCheck = [
48 description = "Python toolkit for working with and comparing the standardized codes for languages";
49 homepage = "https://github.com/LuminosoInsight/langcodes";
50 license = licenses.mit;