11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
21 hash = "sha256-jH8iORpJqEUY9aKtBuOlseg50Q402nYxUZyKKPy6N2Q=";
24 buildInputs = [ setuptools-scm ];
26 nativeCheckInputs = [ pygccxml ];
28 pythonImportsCheck = [ "pybindgen" ];
30 # Fails to import module 'cxxfilt' from pygccxml on Py3k
34 description = "Python Bindings Generator";
35 homepage = "https://github.com/gjcarneiro/pybindgen";
36 license = licenses.lgpl21Plus;
37 maintainers = with maintainers; [ teto ];