7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-PjALTsk0Msv3g8M6k0v6ftzDAuFKyIPSpfvT8S3YL48=";
22 pythonImportsCheck = [
27 description = "Library for interacting with Pencom relay boards";
28 homepage = "https://github.com/dubnom/pencompy";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];