9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 sha256 = "1hxwk5alalvmhc31y917dxsnbiwq1xci2krma3235581319xr3w7";
23 propagatedBuildInputs = [ requests ];
25 # Project has no tests
28 pythonImportsCheck = [ "uEagle" ];
31 description = "Python library Rainforest EAGLE devices";
32 homepage = "https://github.com/jcalbert/uEagle";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];