11 buildPythonPackage rec {
12 pname = "python-csxcad";
13 version = csxcad.version;
14 format = "setuptools";
18 sourceRoot = "${src.name}/python";
20 nativeBuildInputs = [ cython ];
22 propagatedBuildInputs = [
30 "-I${openems}/include"
36 description = "Python interface to CSXCAD";
37 homepage = "http://openems.de/index.php/Main_Page.html";
38 license = licenses.gpl3;
39 maintainers = with maintainers; [ matthuszagh ];
40 platforms = platforms.linux;