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
|
Source: python-qrencode
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all-dev,
python-setuptools,
python3-all-dev,
python3-setuptools,
python-pil,
python3-pil,
libqrencode-dev
Standards-Version: 4.1.3.0
Homepage: https://pypi.python.org/pypi/qrencode
Vcs-Browser: https://salsa.debian.org/debian/python-qrencode
Vcs-Git: https://salsa.debian.org/debian/python-qrencode.git
Package: python-qrencode
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
Provides: ${python:Provides},
Description: Python bindings for the Qrencode QR Code generator library
This package contains modules that allow you to use the Qrencode QR
Code generator library in Python programs.
Package: python3-qrencode
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides: ${python3:Provides},
Description: Python bindings for the Qrencode QR Code generator library (Python 3)
This package contains modules that allow you to use the Qrencode QR
Code generator library in Python programs.
.
This package installs the library for Python 3.
|