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