egenix-mx-base 3.2.0-1 source package in Ubuntu

Changelog

egenix-mx-base (3.2.0-1) unstable; urgency=low

  * New upstream release (closes: #494792)
  * Add working debian/watch file
  * Remove unnecessary ${shlibs:Depends} for doc packages
  * Add ${python:Depends} again

egenix-mx-base (3.1.3-5) unstable; urgency=low

  * Convert from dh_pycentral to dh_python2 (closes: #616798)
  * Remove unused ${python:Depends} and ${python:Provides}
  * Add build-arch and build-indep targets to debian/rules
  * Use debhelper compat level 8
  * Add dummy watch file explaining why there's no watch file
  * Bump Standards-Version to 3.9.2
  * Add small comments that the dbg packages are normally not needed
  * Add dependency to the python package since we have some scripts as well
 -- Stefano Rivera <email address hidden>   Wed,  13 Jul 2011 13:08:24 +0000

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Oneiric
Original maintainer:
Joel Rosdahl
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
egenix-mx-base_3.2.0.orig.tar.gz 4.4 MiB 4f7bff17a1aff60df3be0e982cfce533e0a5e374186c510ce0bbcf74c5a4abf8
egenix-mx-base_3.2.0-1.debian.tar.gz 12.0 KiB d5a81290c8478be4bc5140d842d1acfcf11d9007b6f03e5e524504711a251f6d
egenix-mx-base_3.2.0-1.dsc 1.5 KiB a9193f7b23de3fc38d156350e524271ff6687b2ccd97ef09518bcbab91faf5e3

Available diffs

View changes file

Binary packages built by this source

python-egenix-mx-base-dbg: extension files for the egenix-mx-base distribution (debug build)

 This package contains the extensions built for the Python debug
 interpreter.
 .
 You normally don't need to install this package.

python-egenix-mx-base-dev: development files for the egenix-mx-base distribution

 This package contains the C header files needed to build C Python
 modules based on the egenix-mx-base modules. It contains no other
 functionality.

python-egenix-mxbeebase: on-disk B+Tree based database kit for Python

 mxBeeBase is a high performance construction kit for disk based
 indexed databases. It offers components which you can plug together
 to easily build your own custom mid-sized databases.
 .
 The two basic building blocks in mxBeeBase are storage and
 index. Storage is implemented as variable record length data storage
 with integrated data protection features, automatic data recovery and
 locking for multi process access. Indexes use a high performance
 optimized B+Tree implementation built on top of Thomas Niemann's
 Cookbook B+Tree implementation.
 .
 mxBeeBase comes with two readily usable on-disk dictionary
 implementations: BeeDict and BeeStringDict.

python-egenix-mxbeebase-doc: on-disk B+Tree based database kit for Python (documentation)

 mxBeeBase is a high performance construction kit for disk based
 indexed databases. It offers components which you can plug together
 to easily build your own custom mid-sized databases.
 .
 The package includes documentation for mxBeeBase.

python-egenix-mxdatetime: No summary available for python-egenix-mxdatetime in ubuntu oneiric.

No description available for python-egenix-mxdatetime in ubuntu oneiric.

python-egenix-mxdatetime-doc: No summary available for python-egenix-mxdatetime-doc in ubuntu oneiric.

No description available for python-egenix-mxdatetime-doc in ubuntu oneiric.

python-egenix-mxproxy: generic proxy wrapper type for Python

 mxProxy is an extension package that provides a new type that is
 suitable to implement Bastion like features without the need to use
 restricted execution environments.
 .
 Given that current Python versions no longer support Bastion or rexec
 as secure sand-box execution models, mxProxy fills an important
 gap. It also gives the programmer more control over how and to what
 extent access should be controlled or not.

python-egenix-mxproxy-doc: No summary available for python-egenix-mxproxy-doc in ubuntu oneiric.

No description available for python-egenix-mxproxy-doc in ubuntu oneiric.

python-egenix-mxqueue: fast and memory-efficient queue for Python

 mxQueue is a Python extension package that provides a new object type
 called Queue.
 .
 It works much like what you would expect from such a type, having
 push() and pop() methods and focuses on obtaining maximum speed at
 low memory costs.

python-egenix-mxqueue-doc: No summary available for python-egenix-mxqueue-doc in ubuntu oneiric.

No description available for python-egenix-mxqueue-doc in ubuntu oneiric.

python-egenix-mxstack: No summary available for python-egenix-mxstack in ubuntu oneiric.

No description available for python-egenix-mxstack in ubuntu oneiric.

python-egenix-mxstack-doc: fast and memory-efficient stack for Python (documentation)

 mxStack is a Python extension package that provides a new object type
 called Stack.
 .
 The package includes documentation for mxStack.

python-egenix-mxtexttools: No summary available for python-egenix-mxtexttools in ubuntu oneiric.

No description available for python-egenix-mxtexttools in ubuntu oneiric.

python-egenix-mxtexttools-doc: No summary available for python-egenix-mxtexttools-doc in ubuntu oneiric.

No description available for python-egenix-mxtexttools-doc in ubuntu oneiric.

python-egenix-mxtools: collection of additional builtins for Python

 mxTools is a Python extension package that includes a collection of
 handy functions and objects giving additional functionality to the
 Python programmer in form of new builtins, extensions to the sys
 module and several other helpers as part of the package.
 .
 The package includes several functions which provide access to Python
 internals that would otherwise not be available.

python-egenix-mxtools-doc: No summary available for python-egenix-mxtools-doc in ubuntu oneiric.

No description available for python-egenix-mxtools-doc in ubuntu oneiric.

python-egenix-mxuid: No summary available for python-egenix-mxuid in ubuntu oneiric.

No description available for python-egenix-mxuid in ubuntu oneiric.

python-egenix-mxuid-doc: unique identifiers for Python (documentation)

 mxUID provides a fast mechanism for generating universal
 identification strings (UIDs) with intention of making these UIDs
 unique with high probability in order to serve as object or data set
 identifiers.
 .
 The package includes documentation for mxUID.

python-egenix-mxurl: flexible URL datatype for Python

 mxURL provides a new easy to use, fast and light-weight builtin
 datatype URL for storing and manipulating Universal Resource Locators
 (URLs), as well as a few helpers related to URL building, encoding
 and decoding.
 .
 The new type supports the common tasks of URL joining and gives direct
 access to the various URL components. It also provides methods for
 rebuilding URLs, e.g. replacing the host or just the scheme in an
 existing URL.
 .
 All this is coded in C to give you the fastest possible performance
 for these everyday web application operations.

python-egenix-mxurl-doc: No summary available for python-egenix-mxurl-doc in ubuntu oneiric.

No description available for python-egenix-mxurl-doc in ubuntu oneiric.