9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "psychrometrics";
19 rev = "refs/tags/${version}";
20 hash = "sha256-OkjoYIakF7NXluNTaJnUHk5cI5t8GnpqrbqHYwnLOts=";
23 sourceRoot = "${src.name}/src/python";
32 pythonImportsCheck = [
37 description = "Library of psychrometric functions to calculate thermodynamic properties";
38 homepage = "https://github.com/psychrometrics/psychrolib";
39 changelog = "https://github.com/psychrometrics/psychrolib/releases/tag/${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];