File: control

package info (click to toggle)
python-watchdog 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 684 kB
  • sloc: python: 4,308; ansic: 369; xml: 155; makefile: 128
file content (55 lines) | stat: -rw-r--r-- 1,881 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
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
Source: python-watchdog
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: gustavo panizzo <gfa@zumbi.com.ar>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-argh (>= 0.24.1),
               python-pathtools,
               python-pytest-cov,
               python-pytest-timeout,
               python-setuptools,
               python3-sphinx,
               python-yaml,
               python3-all,
               python3-argh (>= 0.24.1),
               python3-pathtools,
               python3-pytest-cov,
               python3-pytest-timeout,
               python3-setuptools,
               python3-yaml
Standards-Version: 4.2.1
Homepage: https://github.com/gorakhargosh/watchdog
Vcs-Git: https://salsa.debian.org/python-team/modules/python-watchdog.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-watchdog


Package: python-watchdog
Architecture: all
Depends: python,
         python-pathtools,
         ${misc:Depends},
         ${python:Depends},
         ${sphinxdoc:Depends}
Suggests: ${python:Recommends}
Description: Python API and shell utilities to monitor file system events - Python 2.x
 Watchdog comes with a utility script called watchmedo. It can be used to
 execute commands in response to events.
 .
 This is the Python 2.X version.

Package: python3-watchdog
Architecture: all
Depends: python3,
         python3-pathtools,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Suggests: ${python3:Recommends}
Description: Python API and shell utilities to monitor file system events - Python 3.x
 Watchdog comes with a utility script called watchmedo. It can be used to
 execute commands in response to events.
 .
 This is the Python 3.X version.