8 buildPythonPackage rec {
9 pname = "zope-deferredimport";
11 format = "setuptools";
14 pname = "zope.deferredimport";
16 sha256 = "sha256-Orvw4YwfF2WRTs0dQbVJ5NBFshso5AZfsMHeCtc2ssM=";
19 propagatedBuildInputs = [ zope-proxy ];
21 nativeCheckInputs = [ zope-testrunner ];
24 zope-testrunner --test-path=src []
30 description = "Allows you to perform imports names that will only be resolved when used in the code";
31 homepage = "https://github.com/zopefoundation/zope.deferredimport";
32 license = licenses.zpl21;