~ubuntu-branches/ubuntu/lucid/myghtyutils/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2006-10-17 00:53:52 UTC
  • Revision ID: james.westby@ubuntu.com-20061017005352-6ub4meltj9uufwcc
Tags: 0.52-1
Initial release (Closes: #393739).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: myghtyutils
 
2
Section: web
 
3
Priority: optional
 
4
Maintainer: Oleksandr Moskalenko <malex@debian.org>
 
5
Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.4.17), python-setuptools (>= 0.6b3-1)
 
6
Standards-Version: 3.7.2
 
7
XS-Python-Version: all
 
8
 
 
9
Package: python-myghtyutils
 
10
Architecture: all
 
11
Depends: ${python:Depends}, python
 
12
XB-Python-Version: ${python:Versions}
 
13
Enhances: python-myghtyutils
 
14
Description: Set of utility classes used by Myghty templating
 
15
 Utility classes used by Myghty templating:
 
16
 container - the Containment system providing back-end neutral key/value
 
17
 storage, with support for in-memory, DBM files, flat files, and memcached.
 
18
 buffer - some functions for augmenting file objects .
 
19
 util - various utility functions and objects.
 
20
 synchronizer - provides many reader/single writer synchronization using
 
21
 either thread mutexes or lockfiles.
 
22
 session - provides a Session interface built upon the Container, similar
 
23
 interface to mod_python session. Currently needs a mod_python-like request
 
24
 object, this should be changed to something more generic.