7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.8";
14 src = fetchFromGitHub {
16 repo = "python-panacotta";
17 rev = "panacotta-${version}";
18 hash = "sha256-0Ygmj9iRWKvjAuy6j6HjGhl9qJJylfvT5+Uwj44jLgE=";
21 # Project has no tests
24 pythonImportsCheck = [
29 description = "Python API for controlling Panasonic Blu-Ray players";
30 homepage = "https://github.com/u1f35c/python-panacotta";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [ fab ];