8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0";
21 # To prevent infinite recursion with pytest
24 nativeBuildInputs = [ setuptools-scm ];
26 propagatedBuildInputs = [ importlib-metadata ];
29 description = "Plugin and hook calling mechanisms for Python";
30 homepage = "https://github.com/pytest-dev/pluggy";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ ];