8 buildPythonPackage rec {
11 format = "setuptools";
16 hash = "sha256-9lFV9t+bkptnyv+9V8CUfFrlRJ07WA0XgHS/+0egm3g=";
19 nativeCheckInputs = [ pytestCheckHook pygame ];
22 export LC_ALL="en_US.UTF-8"
25 pythonImportsCheck = [ "pyrect" ];
28 description = "Simple module with a Rect class for Pygame-like rectangular areas";
29 homepage = "https://github.com/asweigart/pyrect";
30 license = licenses.bsd3;
31 maintainers = with maintainers; [ lucasew ];