8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "87e600d3b16b97ed219c078681260639e77ef5a17c0e0dbdd5a302f99b4e34e1";
18 propagatedBuildInputs = [ pytoml ];
20 checkInputs = [ pytest ];
23 description = "Load a PEP 517 backend from inside the source tree";
24 license = lib.licenses.mit;
25 maintainers = [ lib.maintainers.fridh ];
26 homepage = "https://github.com/takluyver/intreehooks";