pythonPackages.periodictable: init at 1.5.0

This package is a required dependency of SasView, which will be added
in a later commit.
wip/yesman
Adam Washington 6 years ago
parent 48608f3e16
commit e1edb55792
No known key found for this signature in database
GPG Key ID: 0D2B93AB0C87BAF1
  1. 5
      maintainers/maintainer-list.nix
  2. 20
      pkgs/top-level/python-packages.nix

@ -3015,6 +3015,11 @@
github = "rongcuid";
name = "Rongcui Dong";
};
rprospero = {
email = "rprospero+nix@gmail.com";
github = "rprospero";
name = "Adam Washington";
};
rszibele = {
email = "richard@szibele.com";
github = "rszibele";

@ -12276,6 +12276,26 @@ in {
};
};
periodictable = buildPythonPackage rec{
name = "${pname}-${version}";
pname = "periodictable";
version = "1.5.0";
propagatedBuildInputs = with self; [numpy pyparsing];
src = fetchPypi {
inherit pname version;
sha256 = "1cjk6aqcz41nxm4fpriz01vqdafd6g57cjk0wh1iklk5cx6c085h";
};
meta = {
homepage = http://www.reflectometry.org/danse/software.html;
description = "an extensible periodic table of the elements prepopulated with data important to neutron and x-ray scattering experiments";
license = licenses.publicDomain;
maintainers = with maintainers; [ rprospero ];
};
};
pg8000 = buildPythonPackage rec {
name = "pg8000-1.10.1";

Loading…
Cancel
Save