liblarch 2.1.0-3 source package in Ubuntu

Changelog

liblarch (2.1.0-3) unstable; urgency=medium

  * debian/tests/python2-smoketest:
    - Provide a simple test suite based on autopkgtest.
  * debian/control:
    - Do not provide python-liblarch-gtk transitional package anymore.
    - Build-depend against dh-python for Pybuild support.
    - Adjust Homepage field to match new URL.
    - Bump Standards-Version to 3.9.6, no changes required.
  * debian/copyright:
    - Update copyright years.
  * debian/rules:
    - Build with Pybuild.

 -- Luca Falavigna <email address hidden>  Fri, 01 May 2015 16:28:02 +0200

Upload details

Uploaded by:
Luca Falavigna
Uploaded to:
Sid
Original maintainer:
Luca Falavigna
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblarch_2.1.0-3.dsc 2.0 KiB 6cc4b659aee6872b15bcb9153d4365ff2dcc05b780ef85ea1ae73877349e23ea
liblarch_2.1.0.orig.tar.gz 26.2 KiB f55b8ce2c6350b614f46acf826c323b03bd64890288dd25b31cda3ccdb59d49b
liblarch_2.1.0-3.debian.tar.xz 2.4 KiB 0b33e1ccbd4172682ca4a17035b7df36186190db0f4eec8369a80bae5b6786c2

Available diffs

No changes file available.

Binary packages built by this source

python-liblarch: easily handle data structures

 Liblarch is a Python module created to easily handle data structure such as
 lists, trees and directed acyclic graphs (tree where nodes can have multiple
 parents).
 .
 Liblarch supports multiple views of one data structure and complex filtering.
 That way, you have a clear separation between your data (Model) and how they
 are displayed (View).