11 buildPythonPackage rec {
12 pname = "periodictable";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-Q9fbcjPWszli+D156lT0fDuSPT6DQDy8A/WPNTr0tSw=";
23 propagatedBuildInputs = [
28 nativeCheckInputs = [ pytestCheckHook ];
30 pythonImportsCheck = [ "periodictable" ];
33 description = "Extensible periodic table of the elements";
34 homepage = "https://github.com/pkienzle/periodictable";
35 license = licenses.publicDomain;
36 maintainers = with maintainers; [ rprospero ];