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
|
Source: luma.core
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
fonts-dejavu,
python3-cbor2,
python3-deprecated,
python3-dev,
python3-pil,
python3-smbus2,
python3-ftdi,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/electronics-team/luma.core
Vcs-Git: https://salsa.debian.org/electronics-team/luma.core.git
Homepage: https://github.com/rm-hull/luma.core
Package: python3-luma.core
Architecture: any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-ftdi,
python3-smbus2
Description: component library providing a Pillow-compatible drawing canvas
other functionality to support drawing primitives and text-rendering
capabilities for small displays on the Raspberry Pi and other single board
computers:
* scrolling/panning capability,
* terminal-style printing,
* state management,
* color/greyscale (where supported),
* dithering to monochrome,
* sprite animation,
* flexible framebuffering (depending on device capabilities)
Package: luma.core-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: doc for component library providing a Pillow-compatible drawing canvas
other functionality to support drawing primitives and text-rendering
capabilities for small displays on the Raspberry Pi and other single board
computers:
* scrolling/panning capability,
* terminal-style printing,
* state management,
* color/greyscale (where supported),
* dithering to monochrome,
* sprite animation,
* flexible framebuffering (depending on device capabilities)
Package contains documentation
|