10 buildPythonPackage rec {
13 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-g7Q78XsQhawVxd69tCFU8Ti5KCNLIURzWJgfadDW/hs=";
21 nativeBuildInputs = [ setuptools-scm ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "cppy" ];
28 description = "C++ headers for C extension development";
29 homepage = "https://github.com/nucleic/cppy";
30 license = lib.licenses.bsd3;