13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-3DKlVrOtMa55gTu557pgojRpdgrO5pEZ3L+9gKoW9yg=";
25 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Python client for the OPNsense API";
43 homepage = "https://github.com/mtreinish/pyopnsense";
44 changelog = "https://github.com/mtreinish/pyopnsense/releases/tag/${version}";
45 license = with licenses; [ gpl3Plus ];
46 maintainers = with maintainers; [ fab ];