pivy 0.5.0~v609hg-1 source package in Ubuntu

Changelog

pivy (0.5.0~v609hg-1) unstable; urgency=low

  * New snapshot from upstream mercurial repository
  * New upstream version fixes pivy.gui.soqt import (closes: #583323)
  * Change versioning scheme to follow hg revisions
  * 'Fix' watch file (it finds only ancient pivy versions)
  * copyright: Update years, change to current DEP5 format
  * Add debian/source/format file with text "3.0 (quilt)"
  * Add debian/source/options file
    - Use bz2 with maximum compression
    - Generate a single debian-changes patch
  * control:
    - Update standards-version to 3.9.2
    - Add Vcs-* fields
  * rules:
    - Add build-arch and build-indep targets to please lintian
    - Add get-orig-source target to fetch source from upstream hg repo
  * QuarterWidget.py: Replace string exception with an IOError
    (closes: #585313)
  * Building with swig 2.0.4-4 fixes FTBS (closes: #639077)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:45:50 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Teemu Ikonen
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
pivy_0.5.0~v609hg.orig.tar.bz2 6.2 MiB ae7fdd9b0654e189d56b96224c92fa39c224d31f8bd3574a1dbf5915e0c84a52
pivy_0.5.0~v609hg-1.debian.tar.bz2 3.6 KiB 1affed0e1df0499fa19fc1900a0d73e7343bdf9ee81f4ab35a3fd2374a60aaf1
pivy_0.5.0~v609hg-1.dsc 1.2 KiB a5d34b60616098662fbf111a2fd69364b3838885567999c4e0697f6e33bd4a4e

View changes file

Binary packages built by this source

python-pivy: Coin binding for Python

 Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library
 with a C++ API. Coin uses scene-graph data structures to render real-time
 graphics suitable for mostly all kinds of scientific and engineering
 visualization applications.
 Pivy allows:
 .
    * Development of Coin applications and extensions in Python
    * Interactive modification of Coin programs from within the
      Python interpreter at runtime
    * Incorporation of Scripting Nodes into the scene graph which
      are capable of executing Python code and callbacks
    * Use of Coin within PyQt4 applications with the quarter module