16 format = "setuptools";
18 src = fetchFromBitbucket {
19 owner = "dtrypogeorgos";
21 # Version is set in setup.cfg, but not in a git tag / bitbucket release
22 rev = "3e6b96b542b97107c622d66b0be0551c3bd9f948";
23 hash = "sha256-c0UOv2Vlv9wJ6YW+QdHinhpdaclUh3As5TDvyoRhpSI=";
26 # Docs are not available online, besides the article:
27 # http://dx.doi.org/10.1016/j.cpc.2020.107187
33 propagatedBuildInputs = [
40 pythonImportsCheck = [ "pylion" ];
42 # Tests fail from some reason - some files seem to be missing from the repo.
46 mkdir -p $out/share/doc/$name
47 cp -r examples $out/share/doc/$name/examples
51 description = "LAMMPS wrapper for molecular dynamics simulations of trapped ions";
52 homepage = "https://bitbucket.org/dtrypogeorgos/pylion";
53 license = licenses.mit;
54 maintainers = with maintainers; [ doronbehar ];