8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
17 repo = "python-panacotta";
18 rev = "panacotta-${version}";
19 hash = "sha256-0Ygmj9iRWKvjAuy6j6HjGhl9qJJylfvT5+Uwj44jLgE=";
22 # Project has no tests
25 pythonImportsCheck = [ "panacotta" ];
28 description = "Python API for controlling Panasonic Blu-Ray players";
29 homepage = "https://github.com/u1f35c/python-panacotta";
30 license = licenses.gpl3Plus;
31 maintainers = with maintainers; [ fab ];