11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-6yrqIpjF6XaSfXSOTA0B4f3aLcHXkgA/3WBZBBNQ018=";
23 build-system = [ setuptools ];
25 dependencies = [ six ];
27 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "ais" ];
35 description = "Library for decoding maritime Automatic Identification System messages";
36 homepage = "https://github.com/schwehr/libais";
37 changelog = "https://github.com/schwehr/libais/blob/master/Changelog.md";
38 license = licenses.asl20;
40 platforms = platforms.unix;