pygtkmvc 1.99.1-1build1 source package in Ubuntu

Changelog

pygtkmvc (1.99.1-1build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies and provides.
 -- Matthias Klose <email address hidden>   Sat, 14 Apr 2012 13:43:39 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Kartik Mistry
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pygtkmvc_1.99.1.orig.tar.gz 1.4 MiB a8a74fb0a21d9e229950927a906f5f83ee19e459547138b360a6c60418667ab7
pygtkmvc_1.99.1-1build1.debian.tar.gz 8.8 KiB b2c038cabe5ea25d5f93756c61c9c14cbfa03e9686e1df4aeffeab95c848473a
pygtkmvc_1.99.1-1build1.dsc 1.4 KiB 89c83e068f9929946973c5926a2fbc46188c20ab8e4cfd51f3c3f0286c86f015

Available diffs

View changes file

Binary packages built by this source

python-gtkmvc: model-view-controller (MVC) implementation for pygtk

 This MVC for pygtk2 helps with writing well structured code by splitting the
 program's code into three distinctive sections. A program written using this
 MVC pattern usually contains four parts: The view (providing access to the
 Glade widget tree), the controller (providing glue functions), the model
 (providing the abstract logic) and the main program (simply connecting the
 three parts mentioned before).

python-gtkmvc-doc: pygtkmvc documentation, tutorial and examples

 This MVC for pygtk2 helps with writing well structured code by splitting the
 program's code into three distinctive sections. A program written using this
 MVC pattern usually contains four parts: The view (providing access to the
 Glade widget tree), the controller (providing glue functions), the model
 (providing the abstract logic) and the main program (simply connecting the
 three parts mentioned before).
 .
 This package provides documentation, tutorial and examples.