[Python-modules-commits] r32546 - in packages/kivy/trunk/debian (control)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Sat May 2 09:21:21 UTC 2015


    Date: Saturday, May 2, 2015 @ 09:21:20
  Author: vcheng
Revision: 32546

update descriptions in d/control

Modified:
  packages/kivy/trunk/debian/control

Modified: packages/kivy/trunk/debian/control
===================================================================
--- packages/kivy/trunk/debian/control	2015-05-02 09:17:20 UTC (rev 32545)
+++ packages/kivy/trunk/debian/control	2015-05-02 09:21:20 UTC (rev 32546)
@@ -47,7 +47,9 @@
  .
  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.
+ 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
@@ -64,10 +66,25 @@
  .
  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.
+ 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 - Example files
+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.




More information about the Python-modules-commits mailing list