pyotherside 1.4.0-1 source package in Ubuntu

Changelog

pyotherside (1.4.0-1) experimental; urgency=medium


  [ Marco Trevisan (Treviño) ]
  * New upstream release
  * debian/control: Remove build dependency on qt5-default
  * debian/control: Updated Standards-Version to 3.9.6
  * debian/control: Adding myself as Uploader
  * debian/rules: Fixed some lintian errors

  [ Zygmunt Krynicki ]
  * debian/control: remove DPMT from uploaders (requested by Piotr Ożarowski)
  * debian/control: start short description with lower-case letter 

 -- Zygmunt Krynicki <email address hidden>  Thu, 19 Feb 2015 18:38:54 +0100

Upload details

Uploaded by:
Zygmunt Krynicki
Uploaded to:
Experimental
Original maintainer:
Zygmunt Krynicki
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyotherside_1.4.0-1.dsc 2.1 KiB e297c96a073ec46b5b506f6b6fcb0f6a77f4f2188e85a198122f4f6b93f4dde3
pyotherside_1.4.0.orig.tar.gz 129.2 KiB 41c99069b72c72c152a5ada7e6a0f89453940405c3cd5ce6fce0b331f813da2c
pyotherside_1.4.0-1.debian.tar.xz 3.3 KiB 8c414b37e0e8a8164016ac4c843f426b1fc5c9c43a1206e7407bc55a7d5f1eb3

No changes file available.

Binary packages built by this source

pyotherside: No summary available for pyotherside in ubuntu vivid.

No description available for pyotherside in ubuntu vivid.

pyotherside-doc: No summary available for pyotherside-doc in ubuntu wily.

No description available for pyotherside-doc in ubuntu wily.

pyotherside-tests: Asynchronous Python 3 Bindings for Qt 5 (tests)

 A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML.
 .
 PyOtherSide is a Qt 5 QML Plugin that provides access to a Python 3
 interpreter from QML. It was designed with mobile devices in mind, where
 high-framerate touch interfaces are common, and where the user usually
 interfaces only with one application at a time via a touchscreen. As such, it
 is important to never block the UI thread, so that the user can always
 continue to use the interface, even when the backend is processing,
 downloading or calculating something in the background.
 .
 At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
 objects to Python objects and vice versa, with focus on asynchronous events
 and continuation-passing style function calls.
 .
 While legacy versions of PyOtherSide worked with Qt 4.x and Python 2.x, its
 focus now lies on Python 3.x and Qt 5. Python 3 has been out for several
 years, and offers some nice language features and clean-ups, while Qt 5
 supports most mobile platforms well, and has an improved QML engine and a
 faster renderer (Qt Scene Graph) compared to Qt 4.
 .
 This package contains the test suite that can be started post-installation.