5 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "877e2d2500a45aaf31e5175f9f46182088d3e2d64c1c6b9ff6c778ae0ee594c8";
18 pythonImportsCheck = [
23 description = "A Generic plug-in system for python applications";
24 homepage = "https://github.com/daltonmatos/plugnplay";
25 license = licenses.gpl2Only;