9 buildPythonPackage rec {
15 url = "mirror://sourceforge/cxx/CXX/PyCXX%20V${version}/pycxx-${version}.tar.gz";
16 hash = "sha256-S5Hh4RQcI/vVA532NcS7bnVjIWhUj1a4POF3GTwMmMY=";
24 build-system = [ setuptools ];
28 mv $out/include/${python.libPrefix}*/CXX/ $dev/include/CXX/
30 sed -i "s|Src|$dev/src|" $dev/src/cxxextensions.c $dev/src/cxxsupport.cxx
34 description = "Set of classes to help create extensions of Python in the C++ language";
35 homepage = "https://sourceforge.net/projects/cxx/";
36 license = lib.licenses.bsd3;
37 maintainers = with lib.maintainers; [ freezeboy ];