16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.5";
26 hash = "sha256-gzjWAMUJcF5AyDS1Qx7opVbYewaqGgmFMDGWCh/2Wz4=";
29 dontUseCmakeConfigure = true;
36 propagatedBuildInputs = [
45 # pypi release does no include files for tests
48 pythonImportsCheck = [
53 description = "Band-structure interpolator and transport coefficient calculator";
54 homepage = "http://www.boltztrap.org/";
55 license = licenses.gpl3Plus;
56 maintainers = with maintainers; [ ];