11 buildPythonPackage rec {
12 pname = "python-csxcad";
13 version = "unstable-2020-02-18";
15 src = fetchFromGitHub {
18 rev = "ef6e40931dbd80e0959f37c8e9614c437bf7e518";
19 sha256 = "072s765jyzpdq8qqysdy0dld17m6sr9zfcs0ip2zk8c4imxaysnb";
22 sourceRoot = "source/python";
28 propagatedBuildInputs = [
35 setupPyBuildFlags = "-I${openems}/include -L${openems}/lib -R${openems}/lib";
38 description = "Python interface to CSXCAD";
39 homepage = http://openems.de/index.php/Main_Page.html;
40 license = licenses.gpl3;
41 maintainers = with maintainers; [ matthuszagh ];
42 platforms = platforms.linux;