python312Packages.pymatgen: format with nixfmt
This commit is contained in:
parent
0d9c130d75
commit
6ed2833404
1 changed files with 34 additions and 37 deletions
|
@ -1,32 +1,33 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, ase
|
||||
, buildPythonPackage
|
||||
, cython
|
||||
, fetchFromGitHub
|
||||
, glibcLocales
|
||||
, joblib
|
||||
, matplotlib
|
||||
, monty
|
||||
, networkx
|
||||
, oldest-supported-numpy
|
||||
, palettable
|
||||
, pandas
|
||||
, plotly
|
||||
, pybtex
|
||||
, pydispatcher
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
, ruamel-yaml
|
||||
, scipy
|
||||
, seekpath
|
||||
, setuptools
|
||||
, spglib
|
||||
, sympy
|
||||
, tabulate
|
||||
, uncertainties
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
ase,
|
||||
buildPythonPackage,
|
||||
cython,
|
||||
fetchFromGitHub,
|
||||
glibcLocales,
|
||||
joblib,
|
||||
matplotlib,
|
||||
monty,
|
||||
networkx,
|
||||
oldest-supported-numpy,
|
||||
palettable,
|
||||
pandas,
|
||||
plotly,
|
||||
pybtex,
|
||||
pydispatcher,
|
||||
pytest-xdist,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requests,
|
||||
ruamel-yaml,
|
||||
scipy,
|
||||
seekpath,
|
||||
setuptools,
|
||||
spglib,
|
||||
sympy,
|
||||
tabulate,
|
||||
uncertainties,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -43,9 +44,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-vjasWQgwjtoM/6Y1HwK1otMFejRWEj+YBxaIYDDSeeo=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cython
|
||||
|
@ -105,9 +104,7 @@ buildPythonPackage rec {
|
|||
"test_unconverged"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pymatgen"
|
||||
];
|
||||
pythonImportsCheck = [ "pymatgen" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A robust materials analysis code that defines core object representations for structures and molecules";
|
||||
|
|
Loading…
Reference in a new issue