6 buildPythonPackage rec {
7 pname = "characteristic";
10 inherit pname version;
11 sha256 = "ded68d4e424115ed44e5c83c2a901a0b6157a959079d7591d92106ffd3ada380";
14 checkInputs = [ pytest ];
17 substituteInPlace setup.cfg --replace "[pytest]" "[tool:pytest]"
21 description = "Python attributes without boilerplate";
22 homepage = "https://characteristic.readthedocs.org";