1 { lib, buildPythonPackage, fetchPypi,
2 six, pytest, pytestrunner, pytestcov, coverage
4 buildPythonPackage rec {
10 sha256 = "0pyka09h8nb0vlzh14npq4nxmzg1046lr3klgn97dsf5k0iflapb";
16 checkInputs = [ pytest pytestrunner pytestcov coverage ];
17 propagatedBuildInputs = [ six ];
20 homepage = "https://github.com/schwehr/libais";
21 description = "Library for decoding maritime Automatic Identification System messages";
22 license = licenses.asl20;
23 platforms = platforms.unix;