17 buildPythonPackage rec {
22 build-system = [ setuptools ];
24 disabled = pythonOlder "3.5";
29 hash = "sha256-kgv4lPBxcBmRKihaTwPRz8bHTWAWUOGZADtJUb3y+C4=";
33 substituteInPlace setup.py \
34 --replace-fail "USE_CYTHON = False" "USE_CYTHON = True"
37 dontUseCmakeConfigure = true;
53 # pypi release does no include files for tests
56 pythonImportsCheck = [ "BoltzTraP2" ];
59 description = "Band-structure interpolator and transport coefficient calculator";
61 homepage = "http://www.boltztrap.org/";
62 license = licenses.gpl3Plus;