10 buildPythonPackage rec {
11 pname = "py-dmidecode";
15 disabled = pythonOlder "3.8";
18 pname = "py_dmidecode";
20 hash = "sha256-pS1fRWuWLnXuNEGYXU/j1njC8THWQOHbnVOF9+c13Cw=";
23 nativeBuildInputs = [ poetry-core ];
25 propagatedBuildInputs = [ dmidecode ];
30 pythonImportsCheck = [ "dmidecode" ];
33 description = "Python library that parses the output of dmidecode";
34 homepage = "https://github.com/zaibon/py-dmidecode/";
35 changelog = "https://github.com/zaibon/py-dmidecode/releases/tag/v${version}";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ davidtwco ];
38 platforms = platforms.linux;