gadfly 1.0.0-15 source package in Ubuntu

Changelog

gadfly (1.0.0-15) unstable; urgency=low

  * Build using dh_python2 instead of dh_pycentral. Closes: #616818.
  * Build for python2.7, drop python2.5 support. Closes: #623578.
  * Don't use string exceptions. Closes: #585293.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 12:46:34 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Matthias Klose
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gadfly_1.0.0.orig.tar.gz 302.0 KiB 1f15dde23eb38a8e7087f9538586e1065eb19c53532aad58f6be5cbc1341e3a6
gadfly_1.0.0-15.diff.gz 6.4 KiB ed86f00bb6166ceecd7801eacb5c9eb3eaac2131aa6ecb8f16ed2458b823a08a
gadfly_1.0.0-15.dsc 1020 bytes cef224984ac500ee27301d2a204c805b9b2d976424ec6f661817fe45b9ce3699

Available diffs

View changes file

Binary packages built by this source

gadfly: Server and interactive shell for Gadfly SQL database

 Gadfly is a relational database management system which uses a large
 subset of very standard SQL as its query language. The underlying
 engine consists of Python modules. Gadfly stores the active database
 in memory, with logging to a file system for recovery from system or
 software failures (but not for disk failures).
 .
 This package contains an interactive shell and a server for use with
 the Gadfly SQL database.

python-gadfly: SQL database and parser generator for Python

 Gadfly is a relational database management system which uses a large
 subset of very standard SQL as its query language. The underlying
 engine consists of Python modules. Gadfly stores the active database
 in memory, with logging to a file system for recovery from system or
 software failures (but not for disk failures).
 .
 kwParser, included as part of the Gadfly package, is a parser
 generator for Python. It transforms an abstract specification of a
 language grammar (for example, the CORBA Interface Definition
 Language), together with "interpretation functions" that define the
 semantics of the language, into a compiler or translator or
 interpreter.

python-kjbuckets: Set and graph data types for Python

 kjbuckets is a C extension to the Python interpreter which
 defines set and graph data types, as well as an alternative
 dictionary data type. These types are tightly coupled at
 the level of C, allowing fast and powerful algebraic
 combinations of container objects.