13 buildPythonPackage rec {
14 pname = "python-openems";
15 version = openems.version;
16 format = "setuptools";
20 sourceRoot = "${src.name}/python";
27 propagatedBuildInputs = [
36 "-I${openems}/include"
40 pythonImportsCheck = [ "openEMS" ];
43 description = "Python interface to OpenEMS";
44 homepage = "http://openems.de/index.php/Main_Page.html";
45 license = licenses.gpl3;
46 maintainers = with maintainers; [ matthuszagh ];
47 platforms = platforms.linux;