Commit 9b268baa authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.potentials: format with nixfmt

parent 0ef7f7e2
Loading
Loading
Loading
Loading
+23 −26
Original line number Diff line number Diff line
{ lib
, bibtexparser
, buildPythonPackage
, cdcs
, datamodeldict
, fetchPypi
, habanero
, ipywidgets
, lxml
, matplotlib
, numpy
, pandas
, pytestCheckHook
, pythonOlder
, requests
, scipy
, setuptools
, unidecode
, xmltodict
, yabadaba
{
  lib,
  bibtexparser,
  buildPythonPackage,
  cdcs,
  datamodeldict,
  fetchPypi,
  habanero,
  ipywidgets,
  lxml,
  matplotlib,
  numpy,
  pandas,
  pytestCheckHook,
  pythonOlder,
  requests,
  scipy,
  setuptools,
  unidecode,
  xmltodict,
  yabadaba,
}:

buildPythonPackage rec {
@@ -32,9 +33,7 @@ buildPythonPackage rec {
    hash = "sha256-ZXsqsqsgWntZUOuW1/2KAhsbnienHu6VFctxYkw+GCU=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    bibtexparser
@@ -56,9 +55,7 @@ buildPythonPackage rec {
  # Project has no tests
  doCheck = false;

  pythonImportsCheck = [
    "potentials"
  ];
  pythonImportsCheck = [ "potentials" ];

  meta = with lib; {
    description = "Python API database tools for accessing the NIST Interatomic Potentials Repository";