7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-SmYYRzo6wClQBMc2oRgO0CQEHOxWe8GFL24TPa6A4NQ=";
17 pythonImportsCheck = [ "mixins" ];
20 homepage = "https://github.com/nickderobertis/py-mixins";
21 description = "Mixin classes which may be added to your own classes to add certain functionality to them";
22 maintainers = with maintainers; [ aanderse ];
23 license = licenses.mit;