23 buildPythonPackage rec {
28 disabled = pythonOlder "3.7";
31 inherit pname version;
32 hash = "sha256-ZXsqsqsgWntZUOuW1/2KAhsbnienHu6VFctxYkw+GCU=";
35 build-system = [ setuptools ];
54 # Project has no tests
57 pythonImportsCheck = [ "potentials" ];
60 description = "Python API database tools for accessing the NIST Interatomic Potentials Repository";
61 homepage = "https://github.com/usnistgov/potentials";
62 changelog = "https://github.com/usnistgov/potentials/releases/tag/v${version}";
63 license = licenses.mit;
64 maintainers = with maintainers; [ fab ];