10 buildPythonPackage rec {
11 pname = "python-gammu";
13 format = "setuptools";
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
21 hash = "sha256-lFQBrKWwdvUScwsBva08izZVeVDn1u+ldzixtL9YTpA=";
32 # Check with the next release if tests could be run with pytest
33 # nativeCheckInputs = [ pytestCheckHook ];
34 # Don't run tests for now
37 pythonImportsCheck = [
42 description = "Python bindings for Gammu";
43 homepage = "https://github.com/gammu/python-gammu/";
44 license = with licenses; [ gpl2Plus ];
45 maintainers = with maintainers; [ fab ];