pyotherside 1.4.0-2 source package in Ubuntu

Changelog

pyotherside (1.4.0-2) experimental; urgency=medium

  [ Zygmunt Krynicki ]
  * Rename the binary package to qml-module-io-thp-pyotherside, closes: #780708
  * Drop the (now obsolete) XS-Testsuite: autopkgtest header
  * Add Sylvain as an uploader

  [ Sylvain Pineau ]
  * debian/control: Multi-Arch: foreign for pyotherside-tests was wrong
    It was shipping an ELF file in /usr/lib/pyotherside/tests/tests
    pyotherside-tests is now Multi-Arch: same and the files are installed in
    /usr/lib/${DEB_HOST_MULTIARCH}
  * debian/control: Remove bd on python3 as we already build-depend on
    python3-dev
  * Fix autopkgtest to use the path containing DEB_HOST_MULTIARCH

  [ Dmitry Shachnev ]
  * Use dh-exec instead of an .install.in file to subst DEB_HOST_MULTIARCH

 -- Sylvain Pineau <email address hidden>  Thu, 21 Jan 2016 21:35:07 +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
Xenial release main misc

Downloads

File Size SHA-256 Checksum
pyotherside_1.4.0-2.dsc 2.3 KiB de415ef52f0b46b97235ec6788d0c954398a93de9dc5788013b5a167479cb188
pyotherside_1.4.0.orig.tar.gz 129.2 KiB 41c99069b72c72c152a5ada7e6a0f89453940405c3cd5ce6fce0b331f813da2c
pyotherside_1.4.0-2.debian.tar.xz 3.8 KiB c14530f229c76b88c592cdcbf22a667b6ef69a2351498aade07e11854009dc11

No changes file available.

Binary packages built by this source

pyotherside: No summary available for pyotherside in ubuntu artful.

No description available for pyotherside in ubuntu artful.

pyotherside-doc: asynchronous Python 3 Bindings for Qt 5 (documentation)

 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 provides the HTML documentation as well as the set of examples.

pyotherside-tests: No summary available for pyotherside-tests in ubuntu yakkety.

No description available for pyotherside-tests in ubuntu yakkety.

pyotherside-tests-dbgsym: No summary available for pyotherside-tests-dbgsym in ubuntu zesty.

No description available for pyotherside-tests-dbgsym in ubuntu zesty.

qml-module-io-thp-pyotherside: No summary available for qml-module-io-thp-pyotherside in ubuntu zesty.

No description available for qml-module-io-thp-pyotherside in ubuntu zesty.

qml-module-io-thp-pyotherside-dbgsym: debug symbols for package qml-module-io-thp-pyotherside

 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 provides the QML plugin.