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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: pyxmms
Section: python
Priority: optional
Maintainer: Florent Rougon <frn@debian.org>
Build-Depends: python2.1, python2.2 (>= 2.2-1), python2.3 (>= 2.3-1), python2.4 (>= 2.4-1), python2.1-dev (>= 2.1.1-1.4), python2.2-dev (>= 2.2-1), python2.3-dev (>= 2.3-1), python2.4-dev (>= 2.4-1), xmms-dev, libglib1.2-dev, debhelper (>= 4), docbook-to-man
Standards-Version: 3.6.1
Package: python-xmms
Architecture: all
Depends: python2.3-xmms, python (>= 2.3), python (<< 2.4)
Suggests: python-xmms-doc
Description: Python interface to XMMS
PyXMMS, packaged as python-xmms in Debian, is a set of Python bindings
for the libxmms library. With PyXMMS, you can control an XMMS session
and manage the XMMS main configuration file from a program written in
the Python programming language.
.
This package does not contain PyXMMS itself, but simply depends on
pythonX.Y-xmms where X.Y is the current Debian default Python version.
Unless you want to use PyXMMS with a specific Python version, this is
the right package to install.
Package: python-xmms-doc
Section: doc
Architecture: all
Suggests: python-xmms, python2.1-xmms, python2.2-xmms, python2.3-xmms
Description: Python interface to XMMS (documentation)
PyXMMS, packaged as python-xmms in Debian, is a set of Python bindings
for the libxmms library. With PyXMMS, you can control an XMMS session
and manage the XMMS main configuration file from a program written in
the Python programming language.
.
This package contains the documentation for PyXMMS.
Package: python2.1-xmms
Architecture: any
Depends: python2.1, ${shlibs:Depends}
Conflicts: pyxmms-remote (<< 1.07)
Suggests: python-xmms-doc
Description: Python interface to XMMS (Python 2.1 version)
PyXMMS, packaged as python-xmms in Debian, is a set of Python bindings
for the libxmms library. With PyXMMS, you can control an XMMS session
and manage the XMMS main configuration file from a program written in
the Python programming language.
.
This package contains a PyXMMS build for use with Python 2.1
.
Note: since the PyXMMS component to manage the XMMS main configuration
file requires Python 2.2 or a later version, it is not included in this
package.
Package: python2.2-xmms
Architecture: any
Depends: python2.2, ${shlibs:Depends}
Conflicts: pyxmms-remote (<< 1.07)
Suggests: python-xmms-doc
Description: Python interface to XMMS (Python 2.2 version)
PyXMMS, packaged as python-xmms in Debian, is a set of Python bindings
for the libxmms library. With PyXMMS, you can control an XMMS session
and manage the XMMS main configuration file from a program written in
the Python programming language.
.
This package contains a PyXMMS build for use with Python 2.2.
Package: python2.3-xmms
Architecture: any
Depends: python2.3, ${shlibs:Depends}
Conflicts: pyxmms-remote (<< 1.07)
Suggests: python-xmms-doc
Description: Python interface to XMMS (Python 2.3 version)
PyXMMS, packaged as python-xmms in Debian, is a set of Python bindings
for the libxmms library. With PyXMMS, you can control an XMMS session
and manage the XMMS main configuration file from a program written in
the Python programming language.
.
This package contains a PyXMMS build for use with Python 2.3.
Package: python2.4-xmms
Architecture: any
Depends: python2.4, ${shlibs:Depends}
Conflicts: pyxmms-remote (<< 1.07)
Suggests: python-xmms-doc
Description: Python interface to XMMS (Python 2.4 version)
PyXMMS, packaged as python-xmms in Debian, is a set of Python bindings
for the libxmms library. With PyXMMS, you can control an XMMS session
and manage the XMMS main configuration file from a program written in
the Python programming language.
.
This package contains a PyXMMS build for use with Python 2.4.
|