6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "877e2d2500a45aaf31e5175f9f46182088d3e2d64c1c6b9ff6c778ae0ee594c8";
19 pythonImportsCheck = [ "plugnplay" ];
22 description = "Generic plug-in system for python applications";
23 homepage = "https://github.com/daltonmatos/plugnplay";
24 license = licenses.gpl2Only;