13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-okh5/tI4ATrDryQkudESTji0o4sgRP0pfI/zjlkS5xg=";
30 propagatedBuildInputs = [
33 setuptools # pkg_resources import in language_data/util.py
36 nativeCheckInputs = [ pytestCheckHook ];
39 # AssertionError: assert 'Unknown language [aqk]' == 'Aninka'
43 pythonImportsCheck = [ "langcodes" ];
46 description = "Python toolkit for working with and comparing the standardized codes for languages";
47 homepage = "https://github.com/georgkrause/langcodes";
48 license = licenses.mit;