8 buildPythonPackage rec {
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
18 sha256 = "1hxwk5alalvmhc31y917dxsnbiwq1xci2krma3235581319xr3w7";
21 propagatedBuildInputs = [
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 ];