8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "Eqbm8274B2hBuF+mREe8lqGhpzZExPJ29jzvwB5RNR8=";
20 # Project has no real tests
23 pythonImportsCheck = [
28 description = "Python interface to Lutron Homeworks Series 4/8";
29 homepage = "https://github.com/dubnom/pyhomeworks";
30 license = licenses.mit;
31 maintainers = with maintainers; [ fab ];