9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-eyYY1x8IjIfUx5OiaOomiWunsO1++seFwXlI/iKDDLw=";
21 propagatedBuildInputs = [ requests ];
23 # Project has no tests
26 pythonImportsCheck = [ "eagle100" ];
29 description = "Python library for interacting with Rainforest EAGLE devices";
30 homepage = "https://github.com/hastarin/eagle100";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];