16 buildPythonPackage rec {
19 disabled = pythonOlder "3.5";
22 inherit pname version;
23 sha256 = "41caa32e5778323471d87033f23537f6178a7aea64fba894c7f2b2579b51f7ed";
26 dontUseCmakeConfigure = true;
28 nativeBuildInputs = [ cmake cython ];
29 checkInputs = [ pytest ];
30 propagatedBuildInputs = [ spglib numpy scipy matplotlib ase netcdf4 ];
32 # pypi release does no include files for tests
40 homepage = "http://www.boltztrap.org/";
41 description = "Band-structure interpolator and transport coefficient calculator";
42 license = licenses.gpl3;
43 maintainers = [ maintainers.costrouc ];