11 buildPythonPackage rec {
12 pname = "python-csxcad";
13 version = csxcad.version;
14 format = "setuptools";
18 sourceRoot = "${src.name}/python";
24 propagatedBuildInputs = [
31 setupPyBuildFlags = [ "-I${openems}/include" "-L${openems}/lib" "-R${openems}/lib" ];
34 description = "Python interface to CSXCAD";
35 homepage = "http://openems.de/index.php/Main_Page.html";
36 license = licenses.gpl3;
37 maintainers = with maintainers; [ matthuszagh ];
38 platforms = platforms.linux;