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
|
Source: python-edbus
Section: python
Priority: extra
Maintainer: Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
Uploaders: Jan Lübbe <jluebbe@debian.org>, Albin Tonnerre <lutin@debian.org>
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49),
python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3),
python-setuptools (>= 0.6c9), cython, python-pyrex,
libedbus-dev (>= 0.5.0.49898), python-dbus
Standards-Version: 3.9.0
Vcs-Browser: http://git.debian.org/?p=pkg-e/proto/python-efl/python-edbus.git
Vcs-Git: git://git.debian.org/pkg-e/proto/python-efl/python-edbus.git
Homepage: http://enlightenment.org
Package: python-edbus
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python bindings for the Enlightenment D-Bus wrapper library (edbus)
edbus is a wrapper around D-Bus to ease integrating D-Bus with EFL based
applications.
.
This package contains modules that allow you to use edbus from Python.
|