7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-MdSqA9jUTjXfE8Qx3jUTaZfwR6kkpZfYT3vCCeG+Vyc=";
17 pythonImportsCheck = [ "fields" ];
20 description = "Container class boilerplate killer";
21 homepage = "https://github.com/ionelmc/python-fields";
22 license = licenses.bsd2;
23 maintainers = [ maintainers.sheepforce ];