8 buildPythonPackage rec {
13 # Tests are not available from PyPi
14 src = fetchFromGitHub {
17 # Request for proper tags: https://github.com/localstack/plux/issues/4
18 rev = "a412ab0a0d7d17c3b5e1f560b7b31dc1876598f7";
19 sha256 = "sha256-zFwrRc93R4cXah7zYXjVLBIeBpDedsInxuyXOyBI8SA=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "plugin.core" ];
33 description = "Dynamic code loading framework for building pluggable Python distributions";
34 homepage = "https://github.com/localstack/plux";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ jonringer ];