12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-qggtwz6cSz5mLKLVY0i7gWs09EcOoxlWWQoHZv+TDc8=";
26 build-system = [ setuptools ];
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "pyais" ];
38 # Tests the examples which have additional requirements
39 "tests/test_examples.py"
43 description = "Module for decoding and encoding AIS messages (AIVDM/AIVDO)";
44 homepage = "https://github.com/M0r13n/pyais";
45 changelog = "https://github.com/M0r13n/pyais/blob/v${version}/CHANGELOG.txt";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];