pyotherside 1.4.0-2~fakesync2 source package in Ubuntu

Changelog

pyotherside (1.4.0-2~fakesync2) xenial; 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:
Sylvain Pineau
Sponsored by:
Dmitry Shachnev
Uploaded to:
Xenial
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.orig.tar.gz 129.2 KiB 41c99069b72c72c152a5ada7e6a0f89453940405c3cd5ce6fce0b331f813da2c
pyotherside_1.4.0-2~fakesync2.debian.tar.xz 3.9 KiB 71ecdecc114ae49db5b00da6a2fa737437fdac0646904e5c7a723f7bb75e3a22
pyotherside_1.4.0-2~fakesync2.dsc 2.3 KiB 602cfb5fb8ea137d2961c9bc6fa07e5d8ce7c725d29409a19d0c1409c347e511

View changes file

Binary packages built by this source

pyotherside: transitional dummy package

 This is a transitional dummy package. It can safely be removed.

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: 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.

pyotherside-tests-dbgsym: debug symbols for package pyotherside-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.

qml-module-io-thp-pyotherside: asynchronous Python 3 Bindings for Qt 5 (QML plugin)

 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.

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.