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
|
Source: gphoto2-cffi
Maintainer: Aigars Mahinovs <aigarius@debian.org>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python3-setuptools, python-enum34, python-all (>= 2.6.6-3), python3-all, debhelper (>= 10), dh-python, python-cffi, python3-cffi, python-all-dev, python3-all-dev, libgphoto2-dev
Standards-Version: 4.2.1
Package: python-gphoto2cffi
Architecture: any
Replaces: python-gphoto2 (<<0.3~a1-1~)
Conflicts: python-gphoto2 (<<0.3~a1-1~)
Provides: python-gphoto2
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: GPhoto2 bindings with simpler API
Python bindings for libgphoto2 with an interface that strives to be idiomatic.
In contrast to other bindings for Python, gphoto2-cffi hides most of the
lower-level abstractions and reduces the API surface while still offering
access to most of the library's features.
Package: python3-gphoto2cffi
Architecture: any
Replaces: python3-gphoto2 (<<0.3~a1-1~)
Conflicts: python3-gphoto2 (<<0.3~a1-1~)
Provides: python3-gphoto2
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: GPhoto2 bindings with simpler API
Python bindings for libgphoto2 with an interface that strives to be idiomatic.
In contrast to other bindings for Python, gphoto2-cffi hides most of the
lower-level abstractions and reduces the API surface while still offering
access to most of the library's features.
.
Python3 version.
|