File: control

package info (click to toggle)
python-pytray 0.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: python: 510; sh: 30; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,140 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
Source: python-pytray
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all,
               python3-async-generator,
               python3-deprecation,
               python3-distutils,
               python3-pytest
Standards-Version: 4.6.1
Homepage: https://github.com/muhrin/pytray
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytray
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytray.git

Package: python3-pytray
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Interacting with asynchronous and concurrent threads (Python 3)
 This library contains several bits of code, often exotic, that make Python
 much easier to write, especially when interacting with asynchronous and
 concurrent threads. It has codes commonly used in projects like.
 .
 This package installs the library for Python 3.