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: sugar-pippy-activity
Section: x11
Priority: optional
Maintainer: Debian OLPC <debian-olpc-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), quilt, patchutils (>= 0.2.25), debhelper (>= 5.0.44), python-sugar, python-sugar-toolkit (>= 0.82.5), unzip, python-dev (>= 2.3.5-11), python-central (>= 0.5.6), dh-buildinfo
Standards-Version: 3.7.3
Vcs-Git: git://git.debian.org/git/collab-maint/sugar-pippy-activity.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-pippy-activity.git;a=summary
Homepage: http://wiki.laptop.org/go/Sugar
XS-Python-Version: all
Package: sugar-pippy-activity
Architecture: all
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gobject, python-gtk2, python-vte, python-telepathy, python-pygame, python-gtksourceview2, python-sugar, python-sugar-toolkit, sugar-presence-service
Recommends: sugar, python-olpc-datastore, python-gst0.10
Suggests: python-tamtam-data
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: pippy activity for the Sugar graphical shell
Sugar is a graphical user interface aimed at children.
.
Sugar is mainly used as the interface for One Laptop Per Child (OLPC)
XO machines.
.
This package contains the pippy activity, teaching Python programming
by providing access to Python code samples and a fully interactive
Python interpreter.
.
The user can type and execute simple Python expressions. For example,
it would be possible for a user to write Python statements to calculate
expressions, play sounds, or make simple text animation.
|