1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: pygtkmvc
Section: python
Priority: extra
Maintainer: Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper (>= 9), python-all (>= 2.4),
Build-Depends-Indep: dh-python,
python-gtk2,
python-sphinx,
texinfo,
texlive,
texlive-generic-extra,
texlive-latex-extra
Standards-Version: 3.9.8
XS-Python-Version: >= 2.5
Homepage: http://sourceforge.net/projects/pygtkmvc/
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/pygtkmvc.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pygtkmvc.git
Package: python-gtkmvc
Architecture: all
Depends: python-glade2 (>= 2.4.0-1),
python-gtk2 (>= 2.4.0-1),
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: 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).
Package: python-gtkmvc-doc
Section: doc
Architecture: all
Depends: doc-base (>= 0.8.4), libjs-jquery, libjs-underscore, ${misc:Depends}
Recommends: python-gtkmvc
Description: 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.
|