12 buildPythonPackage rec {
14 pname = "atsim.potentials";
17 inherit pname version;
18 sha256 = "70082fc40b0ab7565a671c2d764fe3db08bc6ce45da44e1c1e8b77a65d1f7a23";
21 checkInputs = [ pytest ];
22 propagatedBuildInputs = [
31 substituteInPlace setup.py \
32 --replace "wrapt==1.11.2" "wrapt~=1.11"
35 # tests are not included with release
43 homepage = "https://github.com/mjdrushton/atsim-potentials";
44 description = "Provides tools for working with pair and embedded atom method potential models including tabulation routines for DL_POLY and LAMMPS";
45 license = licenses.mit;
46 maintainers = [ maintainers.costrouc ];
47 broken = true; # missing cexprtk package