10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
20 hash = "sha256-aF/JVm4d6c631y+RdsCk3pAVSroRBY+lW2wBRvgcQH8=";
23 build-system = [ setuptools-scm ];
29 # Tests require a physical FPGA
32 pythonImportsCheck = [ "apycula" ];
35 description = "Open Source tools for Gowin FPGAs";
36 homepage = "https://github.com/YosysHQ/apicula";
37 changelog = "https://github.com/YosysHQ/apicula/releases/tag/${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ newam ];