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
|
Source: python-kjbuckets
Section: interpreters
Priority: optional
Maintainer: Joel Rosdahl <joel@debian.org>
Standards-Version: 3.5.6
Build-Depends: debhelper (>= 3.0.0), python2.1-dev, python2.2-dev
Package: python2.1-kjbuckets
Architecture: any
Depends: ${shlibs:Depends}, python2.1
Description: Set and graph data types for Python 2.1
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.
.
This Debian package is built for Python 2.1.
Package: python2.2-kjbuckets
Architecture: any
Depends: ${shlibs:Depends}, python2.2
Description: Set and graph data types for Python 2.2
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.
.
This Debian package is built for Python 2.2.
Package: python-kjbuckets
Architecture: all
Depends: python (>= 2.1), python (<< 2.2), python2.1-kjbuckets
Description: Set and graph data types for Python [dummy package]
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.
.
This Debian package is an empty dummy package that always depends on
a package built for Debian's default Python version.
|