8 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "d1557dffdf9c1d6c796ec5df53e3d93227bb026c14b8411d22c295edaa2fb225";
19 sed -i "s/'Box2D.tests' : 'tests'//" setup.py
22 nativeBuildInputs = [ swig2 ];
24 # tests not included with pypi release
28 homepage = "https://github.com/pybox2d/pybox2d";
30 A 2D game physics library for Python under
31 the very liberal zlib license
33 license = licenses.zlib;
34 maintainers = with maintainers; [ sepi ];