9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "0ipz3fd65rqkxlb02sql0awc3vnslrwb2pfrsnpfnf8bfgxpbh9g";
18 passthru.optional-dependencies = {
22 # interactive_ui requires curses package
28 pythonImportsCheck = [ "samsungctl" ];
31 description = "Remote control Samsung televisions via a TCP/IP connection";
32 homepage = "https://github.com/Ape/samsungctl";
33 license = licenses.mit;
34 maintainers = with maintainers; [ hexa ];