File: control

package info (click to toggle)
kivy 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 26,296 kB
  • ctags: 10,861
  • sloc: python: 65,095; ansic: 5,306; objc: 410; makefile: 272; lisp: 192
file content (94 lines) | stat: -rw-r--r-- 3,662 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: kivy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Bastian Venthur <venthur@debian.org>,
 Vincent Cheng <vcheng@debian.org>
Build-Depends:
 cython,
 cython3,
 debhelper (>= 9),
 dh-python,
 libgl1-mesa-dev,
 libgles2-mesa-dev,
 libgstreamer1.0-dev,
 libsdl2-dev,
 libsdl2-image-dev,
 libsdl2-mixer-dev,
 libsdl2-ttf-dev,
 pkg-config,
 python-all-dev (>= 2.7),
 python3-all-dev
Standards-Version: 3.9.8
Homepage: http://kivy.org
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/kivy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/kivy.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-kivy
Architecture: any
Depends:
 python-gst-1.0,
 python-pygame,
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Description: Kivy - Multimedia / Multitouch framework in Python (Python 2)
 Kivy is an open source library for developing multi-touch applications. It is
 completely cross platform (Linux/OSX/Win/Android) and released under the terms
 of the MIT license.
 .
 It comes with native support for many multi-touch input devices, a growing
 library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and
 an architecture that is designed to let you focus on building custom and highly
 interactive applications as quickly and easily as possible.
 .
 Kivy is a mixed Python library with Cython code, to take advantage of its
 highly dynamic nature and use any of the thousands of high quality and open
 source Python libraries out there, with the speed of C code.
 .
 This package contains the Python 2 compatible version of the library.

Package: python3-kivy
Architecture: any
Depends:
 python3-gst-1.0,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Description: Kivy - Multimedia / Multitouch framework in Python (Python 3)
 Kivy is an open source library for developing multi-touch applications. It is
 completely cross platform (Linux/OSX/Win/Android) and released under the terms
 of the MIT license.
 .
 It comes with native support for many multi-touch input devices, a growing
 library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and
 an architecture that is designed to let you focus on building custom and highly
 interactive applications as quickly and easily as possible.
 .
 Kivy is a mixed Python library with Cython code, to take advantage of its
 highly dynamic nature and use any of the thousands of high quality and open
 source Python libraries out there, with the speed of C code.
 .
 This package contains the Python 3 compatible version of the library.

Package: python-kivy-examples
Architecture: all
Depends: python-kivy, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Kivy - Multimedia / Multitouch framework in Python (examples)
 Kivy is an open source library for developing multi-touch applications. It is
 completely cross platform (Linux/OSX/Win/Android) and released under the terms
 of the MIT license.
 .
 It comes with native support for many multi-touch input devices, a growing
 library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and
 an architecture that is designed to let you focus on building custom and highly
 interactive applications as quickly and easily as possible.
 .
 Kivy is a mixed Python library with Cython code, to take advantage of its
 highly dynamic nature and use any of the thousands of high quality and open
 source Python libraries out there, with the speed of C code.
 .
 This package includes all examples which can be found in the git repository.