File: control

package info (click to toggle)
python-easygui 0.96-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 244 kB
  • ctags: 128
  • sloc: python: 1,395; makefile: 29
file content (35 lines) | stat: -rw-r--r-- 1,687 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
Source: python-easygui
Section: python
Priority: optional
Maintainer: Andreas Noteng <andreas@noteng.no>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~),
               python-all (>= 2.6.6-3),
               python3-all (>= 3.1.2-6~)
Standards-Version: 3.9.3
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.0
Homepage: http://easygui.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-easygui/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-easygui/trunk/

Package: python-easygui
Architecture: all
Depends: python-tk, ${misc:Depends}, ${python:Depends}
Recommends: python-imaging-tk
Description: module for very simple, very easy GUI programming in Python
 This package provides the Python modules EasyGUI. Experienced Pythonistas
 need support for quick and dirty GUI features. New Python programmers need
 GUI capabilities that don't require any knowledge of Tkinter, frames,
 widgets, callbacks or lambda. This is what EasyGUI provides. Using EasyGUI,
 all GUI interactions are invoked by simple function calls.

Package: python3-easygui
Architecture: all
Depends: python3-tk, ${misc:Depends}, ${python3:Depends}
Description: module for very simple, very easy GUI programming in Python3
 This package provides the Python3 modules EasyGUI. Experienced Pythonistas
 need support for quick and dirty GUI features. New Python programmers need
 GUI capabilities that don't require any knowledge of Tkinter, frames,
 widgets, callbacks or lambda. This is what EasyGUI provides. Using EasyGUI,
 all GUI interactions are invoked by simple function calls.