File: control

package info (click to toggle)
rabbyt 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,404 kB
  • ctags: 2,397
  • sloc: python: 1,908; ansic: 264; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,157 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
Source: rabbyt
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry@yahoo.es>,
           Nacho Barrientos Arias <nacho@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               libgl1-mesa-dev,
               libglu1-mesa-dev,
               python-all-dev,
               python-setuptools
Standards-Version: 3.9.6
Homepage: http://matthewmarshall.org/projects/rabbyt/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/rabbyt.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/rabbyt.git

Package: python-rabbyt
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Provides: ${python:Provides}
Suggests: python-pygame
Description: sprite library for Python with game development in mind
 Rabbyt is a sprite library for Python. It has two goals:
 .
  * To be fast, without sacrificing ease of use.
  * To be easy to use, without sacrificing speed.
 .
 Rabbyt makes it very easy to create lots of sprites very fast that
 run very fast with little code.