File: control

package info (click to toggle)
python-qrencode 1.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: python: 57; ansic: 55; makefile: 4; sh: 3
file content (30 lines) | stat: -rw-r--r-- 872 bytes parent folder | download
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
Source: python-qrencode
Section: python
Priority: optional
Maintainer: Kartik Kulkarni <kartik.koolks@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libqrencode-dev,
 python3-all-dev,
 python3-pil,
 python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/Arachnid/pyqrencode/tree/master
Vcs-Browser: https://salsa.debian.org/debian/python-qrencode
Vcs-Git: https://salsa.debian.org/debian/python-qrencode.git
Rules-Requires-Root: no

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.