8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-eyYY1x8IjIfUx5OiaOomiWunsO1++seFwXlI/iKDDLw=";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [
32 description = "Python library for interacting with Rainforest EAGLE devices";
33 homepage = "https://github.com/hastarin/eagle100";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];