9 buildPythonPackage rec {
12 format = "setuptools";
17 hash = "sha256-9lFV9t+bkptnyv+9V8CUfFrlRJ07WA0XgHS/+0egm3g=";
26 export LC_ALL="en_US.UTF-8"
29 pythonImportsCheck = [ "pyrect" ];
32 description = "Simple module with a Rect class for Pygame-like rectangular areas";
33 homepage = "https://github.com/asweigart/pyrect";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ lucasew ];