11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "netioproducts";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-s/X2WGhQXYsbo+ZPpkVSF/vclaThYYNHu0UY0yCnfPA=";
29 pythonRelaxDeps = [ "pyopenssl" ];
31 propagatedBuildInputs = [
36 pythonImportsCheck = [ "Netio" ];
42 description = "Module for interacting with NETIO devices";
43 mainProgram = "Netio";
44 homepage = "https://github.com/netioproducts/PyNetio";
45 changelog = "https://github.com/netioproducts/PyNetio/blob/v${version}/CHANGELOG.md";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];