File: control

package info (click to toggle)
python-box2d 2.3.2~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,596 kB
  • ctags: 5,116
  • sloc: python: 14,384; cpp: 13,393; makefile: 8; sh: 6
file content (41 lines) | stat: -rw-r--r-- 1,453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: python-box2d
Section: python
Priority: optional
Maintainer: Debian Sugar Team <pkg-sugar-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 debhelper,
 dh-buildinfo,
 python,
 python-all-dev,
 python-setuptools,
 swig
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-sugar/python-box2d.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-sugar/python-box2d.git
Homepage: https://github.com/pybox2d/pybox2d

Package: python-box2d
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Description: 2D Game Physics for Python
 pybox2d is a 2D physics library for your games and simple simulations.
 It's based on the Box2D library, written in C++. It supports several
 shape types (circle, polygon, thin line segments), and quite a few
 joint types (revolute, prismatic, wheel, etc.).
 .
 This package contains the Python library.

Package: python-box2d-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ttf-bitstream-vera
Suggests: python-box2d, python-pygame
Description: 2D Game Physics for Python - documentation
 pybox2d is a 2D physics library for your games and simple simulations.
 It's based on the Box2D library, written in C++. It supports several
 shape types (circle, polygon, thin line segments), and quite a few
 joint types (revolute, prismatic, wheel, etc.).
 .
 This package contains documentation.