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
|
Source: python-watchdog
Section: python
Priority: optional
Maintainer: Gustavo Panizzo <gfa@zumbi.com.ar>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-argh (>= 0.24.1),
python-pathtools,
python-pytest-cov,
python-pytest-timeout,
python-setuptools,
python-sphinx,
python-yaml,
python3-all,
python3-argh (>= 0.24.1),
python3-pathtools,
python3-pytest-cov,
python3-pytest-timeout,
python3-setuptools,
python3-yaml
Standards-Version: 3.9.6
Homepage: http://github.com/gorakhargosh/watchdog
Vcs-Git: git://anonscm.debian.org/collab-maint/python-watchdog.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-watchdog.git;a=summary
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.
|