File: control

package info (click to toggle)
pgzero 1.2.post4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,980 kB
  • sloc: python: 4,273; makefile: 165
file content (18 lines) | stat: -rw-r--r-- 816 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: pgzero
Section: python
Priority: optional
Maintainer: Peter Michael Green <plugwash@debian.org>
Uploaders: Serge Schneider <serge@raspberrypi.org>
Build-Depends: debhelper (>= 9~), dh-python,
 python-setuptools, python3-all, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pygame-zero.readthedocs.io/en/stable/
Vcs-Git: git://git@github.com:RPi-Distro/pgzero.git -b debian
Vcs-Browser: https://github.com/RPi-Distro/pgzero

Package: python3-pgzero
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pygame, python3-pkg-resources
Description: Zero-boilerplate games programming framework based on Pygame (Python 3)
 Pygame zero is intended for use in education, so that teachers can teach basic
 programming without needing to explain the Pygame API or write an event loop.