22 buildPythonPackage rec {
25 format = "setuptools";
27 disabled = pythonOlder "3.7";
30 inherit pname version;
31 hash = "sha256-vkrNVRf9ntYSpf8nXmAmGjc+sQ4iFllisYHd9s+uQv0=";
34 propagatedBuildInputs = [
51 # Project has no tests
54 pythonImportsCheck = [
59 description = "Python API database tools for accessing the NIST Interatomic Potentials Repository";
60 homepage = "https://github.com/usnistgov/potentials";
61 license = licenses.mit;
62 maintainers = with maintainers; [ fab ];