15 buildPythonPackage rec {
16 pname = "qcelemental";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-2pb924jBcB+BKyU2mmoWnTXy1URsN8YuhgSMsPGxaKI=";
28 nativeBuildInputs = [ poetry-core ];
30 propagatedBuildInputs = [
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "qcelemental" ];
42 broken = stdenv.hostPlatform.isDarwin;
43 description = "Periodic table, physical constants and molecule parsing for quantum chemistry";
44 homepage = "https://github.com/MolSSI/QCElemental";
45 changelog = "https://github.com/MolSSI/QCElemental/blob/v${version}/docs/changelog.rst";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ sheepforce ];