8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "3f7757a5b74c9a291e20e12023bb3bf71bc2fa3adfb15a08570648ab83eaf8d8";
18 propagatedBuildInputs = [ six ];
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "importmagic" ];
25 description = "Python Import Magic - automagically add, remove and manage imports";
26 homepage = "https://github.com/alecthomas/importmagic";
27 license = licenses.bsd0;
28 maintainers = with maintainers; [ onny ];